Skip to content

Commit dd0862a

Browse files
authored
added Today I learned section to docs (#1253)
1 parent 3677c30 commit dd0862a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ nav:
215215
- Volume Annotation: webknossos/tutorial_volume_annotation.md
216216
- Data Sharing: webknossos/tutorial_data_sharing.md
217217
- Automation: webknossos/tutorial_automation.md
218-
# - Today I Learned: webknossos/today_i_learned.md
218+
- Today I Learned: webknossos/today_i_learned.md
219219
- Reference:
220220
- Frontend Scripting API: https://webknossos.org/assets/docs/frontend-api/index.html" target="_blank
221221
- Changelog: webknossos/CHANGELOG.released.md

webknossos/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ For the WEBKNOSSOS server, please refer to https://github.com/scalableminds/webk
1818
- up/downsample layers
1919
- compress layers
2020
- add/remove magnifications
21-
- execute any of the `wkCuber` operations from your code
21+
- Command line tool (CLI) for manipulating and creating WEBKNOSSOS datasets
2222
- manipulation of WEBKNOSSOS skeleton annotations (*.nml) as Python objects
2323
- access to nodes, comments, trees, bounding boxes, metadata, etc.
2424
- create new skeleton annotation from Graph structures or Python objects
2525
- interaction, connection & scripting with your WEBKNOSSOS instance over the REST API
26+
- list datastets, annotations, and tasks
2627
- up- & downloading annotations and datasets
2728

2829
Please refer to [the documentation for further instructions](https://docs.webknossos.org/webknossos-py).

0 commit comments

Comments
 (0)