-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt at integrating the tutorials in API (#457)
* first attempt * add nbsphinx in the requirements * attempt: movimg tutorials in docs/api * adding 5 and 15 minutes * update test.yml with new location of the tutorials * fix: wrong path in previous commit * minor fix * Attempt: Tutorials in outside docs folder with nbsphinx-link *moved tutos to original position * minor fix * attempt: fix wrong path in previous commit * attempt at fix: tutorial not showing in the api * attempt: maybe the issue is the spaces * Revert "minor fix" This reverts commit 295c4bf. * Revert "Revert "minor fix"" This reverts commit a3b7ba4. * Revert "attempt: maybe the issue is the spaces" This reverts commit 84c6b11. * Revert "attempt at fix: tutorial not showing in the api" This reverts commit f4a416b. * Revert "attempt: fix wrong path in previous commit" This reverts commit 3f4e9e2. * Revert "minor fix" This reverts commit ec09cce. * Revert "Attempt: Tutorials in outside docs folder with nbsphinx-link" This reverts commit 49b2c7c. * adding more tutorials in the API * feat: included recipes from #451 #463 #464 * add recipes in API * attempt at fixing * attempt at fix * Adding title to recipes.rst * Tutorials and recipes in same toctree * style: uniform titles for tutos * minor changes * attempt at changing the depth of toctrees * minor fix : markdown hierarchy in plotting tuto * minor changes * links: XGI in 15 mins * links: XGI in 5 mins * links: XGI in 1 min * added missing descriptions in recipes * change toctree structure in tutorials.rst * second attempt toc structure * attempt for nested toc structure * minor fix * add recipe for multilayer draw * minor fix * - to .
- Loading branch information
1 parent
5248e4b
commit 1b8df54
Showing
33 changed files
with
2,925 additions
and
2,009 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
################## | ||
Recipes | ||
################## | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
recipes/recipes |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
################## | ||
Tutorials | ||
################## | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
tutorials/getting_started | ||
tutorials/focus_tutorials | ||
tutorials/in_depth | ||
tutorials/case_studies | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.