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: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,10 +142,10 @@ with pyspacemouse.open(device_spec=device_spec) as device:
142
142
See [Custom Device Configuration](https://spacemouse.kubaandrysek.cz/mouseApi/#custom-device-configuration) for more details.
143
143
144
144
## How to write documentation
145
-
To install the required dependencies, run `pip install pyspacemouse[docs]`.
145
+
To install the required dependencies, run `make install-dev`, and please also install `doxygen` manually.
146
146
147
147
Edit `README.md` only in the root folder. The documentation is automatically generated from `README.md` and `docs/` folder.
148
-
To update documentation from root to `/docs` use macro `make fixRelativeLinkDocs` which will replace all relative links from `/` to `/docs` folder.
148
+
To update documentation from root to `/docs`, use `make docs-build`.
149
149
150
150
### Building the documentation
151
151
The documentation is built using [mkdocs](https://www.mkdocs.org/). To test the documentation locally, run `make docs-serve` and open [http://localhost:8000](http://localhost:8000) in your browser.
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,10 +142,10 @@ with pyspacemouse.open(device_spec=device_spec) as device:
142
142
See [Custom Device Configuration](https://spacemouse.kubaandrysek.cz/mouseApi/#custom-device-configuration) for more details.
143
143
144
144
## How to write documentation
145
-
To install the required dependencies, run `pip install pyspacemouse[docs]`.
145
+
To install the required dependencies, run `make install-dev`, and please also install `doxygen` manually.
146
146
147
147
Edit `README.md` only in the root folder. The documentation is automatically generated from `README.md` and `docs/` folder.
148
-
To update documentation from root to `/docs` use macro `make fixRelativeLinkDocs` which will replace all relative links from `/` to `/docs` folder.
148
+
To update documentation from root to `/docs`, use `make docs-build`.
149
149
150
150
### Building the documentation
151
151
The documentation is built using [mkdocs](https://www.mkdocs.org/). To test the documentation locally, run `make docs-serve` and open [http://localhost:8000](http://localhost:8000) in your browser.
0 commit comments