Skip to content

Commit b2d80f2

Browse files
committed
more convert
1 parent 6e25001 commit b2d80f2

File tree

7 files changed

+56
-44
lines changed

7 files changed

+56
-44
lines changed

docs/source/background/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Background
2+
3+
Explanation. Clarification and discussion of key topics.
4+
5+
```{toctree}
6+
:caption: 'Contents:'
7+
:maxdepth: 1
8+
9+
theory
10+
```

docs/source/background/index.rst

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

docs/source/get_started/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
```

docs/source/get_started/index.rst

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

docs/source/how_to_guides/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
```

docs/source/how_to_guides/index.rst

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,39 @@
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+
```

0 commit comments

Comments
 (0)