Skip to content

Commit ed53f6f

Browse files
author
André Böni
committed
documentation
1 parent 06d1bed commit ed53f6f

File tree

6 files changed

+272
-325
lines changed

6 files changed

+272
-325
lines changed

.cookiecutterrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ default_context:
2121
c_extension_optional: "no"
2222
c_extension_support: "no"
2323
codacy: "no"
24-
codacy_projectid: "[Get ID from https://app.codacy.com/gh/cereneo-foundation/python-gaitalytics/settings]"
24+
codacy_projectid: "[Get ID from https://app.codacy.com/gh/DART-Lab-LLUI/python-gaitalytics/settings]"
2525
codeclimate: "no"
2626
codecov: "yes"
2727
command_line_interface: "click"
@@ -46,7 +46,7 @@ default_context:
4646
repo_hosting_domain: "github.com"
4747
repo_main_branch: "main"
4848
repo_name: "python-gaitalytics"
49-
repo_username: "cereneo-foundation"
49+
repo_username: "DART-Lab-LLUI"
5050
scrutinizer: "no"
5151
setup_py_uses_setuptools_scm: "no"
5252
sphinx_docs: "yes"
@@ -56,6 +56,6 @@ default_context:
5656
test_matrix_separate_coverage: "no"
5757
version: 0.1.2
5858
version_manager: "bump2version"
59-
website: "https://github.com/cereneo-foundation/python-gaitalytics"
59+
website: "https://github.com/DART-Lab-LLUI/python-gaitalytics"
6060
year_from: "2024"
6161
year_to: "2024"

AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Authors
33
=======
44

5-
* André Böni - https://github.com/cereneo-foundation/python-gaitalytics
5+
* André Böni - https://github.com/anboen

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ little bit helps, and credit will always be given.
88
Bug reports
99
===========
1010

11-
When `reporting a bug <https://github.com/cereneo-foundation/python-gaitalytics/issues>`_ please include:
11+
When `reporting a bug <https://github.com/DART-Lab-LLUI/python-gaitalytics/issues>`_ please include:
1212

1313
* Your operating system name and version.
1414
* Any details about your local setup that might be helpful in troubleshooting.
@@ -24,7 +24,7 @@ articles, and such.
2424
Feature requests and feedback
2525
=============================
2626

27-
The best way to send feedback is to file an issue at https://github.com/cereneo-foundation/python-gaitalytics/issues.
27+
The best way to send feedback is to file an issue at https://github.com/DART-Lab-LLUI/python-gaitalytics/issues.
2828

2929
If you are proposing a feature:
3030

@@ -37,7 +37,7 @@ Development
3737

3838
To set up `python-gaitalytics` for local development:
3939

40-
1. Fork `python-gaitalytics <https://github.com/cereneo-foundation/python-gaitalytics>`_
40+
1. Fork `python-gaitalytics <https://github.com/DART-Lab-LLUI/python-gaitalytics>`_
4141
(look for the "Fork" button).
4242
2. Clone your fork locally::
4343

docs/reference/gaitalytics.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
gaitalytics
22
===========
33

4-
.. testsetup::
54

6-
from gaitalytics import *
7-
8-
.. automodule:: gaitalytics
5+
.. automodule:: gaitalytics.cycle
96
:members:
7+
8+
.. toctree::
9+
:maxdepth: 2
10+
:caption: Contents:

0 commit comments

Comments
 (0)