Skip to content

Commit bd860eb

Browse files
committed
Removing toctrees and unused index files
1 parent 5ac03ec commit bd860eb

File tree

5 files changed

+1
-77
lines changed

5 files changed

+1
-77
lines changed

site/applications.md

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

site/articles.md

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

site/contributing.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ accept both Jupyter notebooks (`.ipynb`) and MyST-NB notebooks (`.md`).
4444
If you want to sync your `.ipynb` to your `.md` file follow the [pairing
4545
tutorial](content/pairing).
4646

47-
```{toctree}
48-
:hidden:
49-
50-
content/pairing
51-
```
52-
5347
## Adding your own tutorials
5448

5549
If you have your own tutorial in the form of a Jupyter notebook (an `.ipynb`
@@ -66,14 +60,7 @@ We will try to respond as quickly as possible with comments, if applicable.
6660
### Check out our suggested template
6761

6862
You can use this template to make your content consistent with our existing
69-
tutorials:
70-
71-
```{toctree}
72-
---
73-
maxdepth: 1
74-
---
75-
content/tutorial-style-guide
76-
```
63+
tutorials.
7764

7865
### Upload your content
7966

site/features.md

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

site/index.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,6 @@ local copy of the `.ipynb` files, you can either
1919
[clone this repository](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository)
2020
or use the download icon in the upper-right corner of each tutorial.
2121

22-
## Content
23-
24-
```{toctree}
25-
---
26-
maxdepth: 2
27-
---
28-
29-
features
30-
applications
31-
contributing
32-
```
33-
3422
### Non-executable articles
3523

3624
```{admonition} Help improve the tutorials!
@@ -39,14 +27,6 @@ Want to make a valuable contribution to the tutorials? Consider contributing to
3927
these existing articles to help make them fully executable and reproducible!
4028
```
4129

42-
```{toctree}
43-
---
44-
maxdepth: 2
45-
---
46-
47-
articles
48-
```
49-
5030
## Useful links and resources
5131

5232
The following links may be useful:

0 commit comments

Comments
 (0)