We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6686a commit fe9a5d1Copy full SHA for fe9a5d1
README.md
@@ -100,6 +100,18 @@ A number of labs are currently adopting DataJoint and we are quickly getting the
100
* https://tutorials.datajoint.io -- step-by-step tutorials
101
* https://catalog.datajoint.io -- catalog of example pipelines
102
103
+### API docs
104
+
105
+The API documentation can be built using sphinx by running
106
107
+``` bash
108
+pip install sphinx sphinx_rtd_theme
109
+(cd docs-api/sphinx && make html)
110
+```
111
112
+Generated docs are written to `docs-api/docs/html/index.html`.
113
+More details in [docs-api/README.md](docs-api/README.md).
114
115
## Running Tests Locally
116
117
0 commit comments