Skip to content

Commit caa6cf8

Browse files
committed
Convert index.rst to index.md
1 parent 16dd207 commit caa6cf8

File tree

4 files changed

+19
-21
lines changed

4 files changed

+19
-21
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ dmypy.json
135135
.DS_Store
136136

137137
# Copied changelog
138-
docs/source/**/changelog.md
138+
docs/**/changelog.md

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2
22
sphinx:
3-
configuration: docs/source/conf.py
3+
configuration: docs/conf.py
44
python:
55
install:
66
# install itself with pip install .

docs/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Jupyter Releaser
2+
3+
```{toctree}
4+
:maxdepth: 2
5+
:caption: Contents:
6+
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

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)