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 8fe05d8 commit db6686aCopy full SHA for db6686a
docs-api/README.md
@@ -0,0 +1,20 @@
1
+# Datajoint API docs
2
+
3
+To generate the documentation, run
4
5
+``` bash
6
+(cd sphinx && make html)
7
+```
8
9
+Docs will be placed in the `docs/` folder.
10
11
+## Editing the docs
12
13
+All source files are in `sphinx/source`.
14
+Docs are currently structured as follows:
15
16
17
+sphinx/source/conf.py # Sphinx configuration file
18
+sphinx/source/index.rst # This is the docs front page
19
+sphinx/source/datajoint.*.rst # Docs for different modules
20
0 commit comments