You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,4 +143,17 @@ Then, if all tests are sucessful:
143
143
The main guidelines for the coding style is defined by [PEP8](https://peps.python.org/pep-0008/). You can directly refer to the examples in the code.
144
144
145
145
Specific choices are detailed in dedicated document:
146
-
- for the mathematical notation please refer to [Coding convention for Maths](docs/convention_maths.md)
146
+
- for the mathematical notation please refer to [Coding convention for Maths](docs/convention_maths.md)
147
+
148
+
## Documentation
149
+
150
+
The documentation is generated with [pdoc](https://pdoc.dev), automatically with the CI. To generate it locally you can run:
151
+
152
+
```
153
+
pdoc example --output-dir docs --logo https://www.pollen-robotics.com/wp-content/themes/bambi-theme-main/assets/images/pollen_robotics_logo.webp --logo-link https://www.pollen-robotics.com --docformat google
154
+
```
155
+
156
+
The documentation relies on the provided docstings with the google style. [pydocstyle](http://www.pydocstyle.org/en/stable/) is used to enforced this style.
0 commit comments