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 16dd207 commit caa6cf8Copy full SHA for caa6cf8
.gitignore
@@ -135,4 +135,4 @@ dmypy.json
135
.DS_Store
136
137
# Copied changelog
138
-docs/source/**/changelog.md
+docs/**/changelog.md
.readthedocs.yml
@@ -1,6 +1,6 @@
1
version: 2
2
sphinx:
3
- configuration: docs/source/conf.py
+ configuration: docs/conf.py
4
python:
5
install:
6
# install itself with pip install .
docs/index.md
@@ -0,0 +1,17 @@
+# Jupyter Releaser
+
+```{toctree}
+:maxdepth: 2
+:caption: Contents:
7
+get_started/index
8
+how_to_guides/index
9
+reference/index
10
+background/index
11
+```
12
13
+# Indices and tables
14
15
+* [genindex](genindex)
16
+* [modindex](modindex)
17
+* [search](search)
docs/index.rst
0 commit comments