Skip to content

Commit b1780f3

Browse files
committed
more improvements
1 parent b2d80f2 commit b1780f3

File tree

7 files changed

+6
-14
lines changed

7 files changed

+6
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ See the [adoption guides](https://jupyter-releaser.readthedocs.io/en/latest/how_
3030

3131
GitHub actions scripts are available to draft a changelog, draft a release, publish a release, and check a release.
3232

33-
See the [action details documentation](https://jupyter-releaser.readthedocs.io/en/latest/background/theory.html#action-details) for more information.
33+
See the [action details documentation](https://jupyter-releaser.readthedocs.io/en/latest/reference/theory.html#action-details) for more information.
3434

3535
The actions can be run on a [fork](https://jupyter-releaser.readthedocs.io/en/latest/how_to_guides/convert_repo_from_releaser.html) of `jupyter_releaser` and target multiple
3636
repositories, or run as workflows on the [source repositories](https://jupyter-releaser.readthedocs.io/en/latest/how_to_guides/convert_repo_from_repo.html), using

docs/source/background/index.md

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

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# -- Project information -----------------------------------------------------
2020

2121
project = "Jupyter Releaser"
22-
copyright = "2021, Project Jupyter"
22+
copyright = "2024, Project Jupyter"
2323
author = "Project Jupyter"
2424

2525
# The full version, including alpha/beta/rc tags.

docs/source/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
get_started/index
88
how_to_guides/index
99
reference/index
10-
background/index
10+
reference/changelog
11+
reference/faq
1112
```
1213

1314
# Indices and tables

docs/source/reference/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
```{include} ../CHANGELOG.md
1+
```{include} ../../../CHANGELOG.md
22
```

docs/source/reference/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Technical reference. Covers tools, components, commands, and resources.
99
releaser_cli
1010
api_docs
1111
configuration
12+
theory
1213
changelog
1314
faq
1415
```
File renamed without changes.

0 commit comments

Comments
 (0)