Skip to content

Commit b4b8051

Browse files
authored
Small fixes in docs (#1215)
* doc: Fix broken link to contributing site * doc: typo * doc: Fix code example rendering
1 parent 0f4e3e0 commit b4b8051

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If your issue doesn’t already exist, and you’re ready to create a new one, m
3939
Please use one of the provided templates to make this process easier for you.
4040

4141
You can submit an issue [here](https://github.com/scalableminds/webknossos-libs/issues/new)
42-
(read more about [issues here](https://docs.github.com/en/issues)).
42+
(read more about [issues here](https://docs.github.com/en/issues)\).
4343

4444

4545
### Report a Bug :lady_beetle:

webknossos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ See the [examples folder](examples) or the [the documentation](https://docs.webk
5050
The dependencies for the examples are not installed by default. Use `pip install webknossos[examples]` to install them.
5151

5252
## Contributions & Development
53-
Please see the [respective documentation page](https://docs.webknossos.org/webknossos-py/development.html).
53+
Please see the [respective documentation page](https://docs.webknossos.org/webknossos-py/CONTRIBUTING.html).
5454

5555
## License
5656
[AGPLv3](https://www.gnu.org/licenses/agpl-3.0.html)

webknossos/webknossos/geometry/nd_bounding_box.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class NDBoundingBox:
6262
axes=("x", "y"),
6363
index=(1,2)
6464
)
65-
````
65+
```
6666
Create a 4D bounding box:
6767
```
6868
bbox_2 = NDBoundingBox(

0 commit comments

Comments
 (0)