File tree Expand file tree Collapse file tree 7 files changed +56
-44
lines changed
Expand file tree Collapse file tree 7 files changed +56
-44
lines changed Original file line number Diff line number Diff line change 1+ # Background
2+
3+ Explanation. Clarification and discussion of key topics.
4+
5+ ``` {toctree}
6+ :caption: 'Contents:'
7+ :maxdepth: 1
8+
9+ theory
10+ ```
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Getting Started
2+
3+ Tutorials. A hands-on introduction to Jupyter Releaser for maintainers.
4+
5+ ``` {toctree}
6+ :caption: 'Contents:'
7+ :maxdepth: 1
8+
9+ making_release_from_repo
10+ making_release_from_releaser
11+ generate_changelog
12+ ```
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # How-to Guides
2+
3+ Step-by-step guides. Covers key tasks and operations and common problems
4+
5+ ``` {toctree}
6+ :caption: 'Contents:'
7+ :maxdepth: 1
8+
9+ convert_repo_from_releaser
10+ convert_repo_from_repo
11+ write_config
12+ maintain_fork
13+ ```
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- API Docs
2- ========
1+ # API Docs
32
4- Library Functions
5- -----------------
3+ ## Library Functions
4+
5+ ``` {eval-rst}
66.. automodule:: jupyter_releaser.lib
77 :members:
8+ ```
9+
10+ ## Python Utility Functions
811
9- Python Utility Functions
10- ------------------------
12+ ``` {eval-rst}
1113.. automodule:: jupyter_releaser.python
1214 :members:
1315
16+ ```
17+
18+ ## NPM Utility Functions
1419
15- NPM Utility Functions
16- ------------------------
20+ ``` {eval-rst}
1721.. automodule:: jupyter_releaser.npm
1822 :members:
1923
24+ ```
2025
21- Changelog Utility Functions
22- ---------------------------
26+ ## Changelog Utility Functions
27+
28+ ``` {eval-rst}
2329.. automodule:: jupyter_releaser.changelog
2430 :members:
2531
32+ ```
33+
34+ ## Global Utility Functions
2635
27- Global Utility Functions
28- ------------------------
36+ ``` {eval-rst}
2937.. automodule:: jupyter_releaser.util
3038 :members:
39+ ```
You can’t perform that action at this time.
0 commit comments