Skip to content

Commit

Permalink
docs: put changelog in tljh's built documentation under a new referen…
Browse files Browse the repository at this point in the history
…ce section
  • Loading branch information
consideRatio committed Jul 6, 2023
1 parent 6ad4b29 commit 79a6760
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The changelog now lives in [TLJH's documentation](https://tljh.jupyter.org/en/stable/reference/changelog.html).
12 changes: 12 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@ Topic guides provide in-depth explanations of specific topics.
topic/index
```

## Reference

The reference documentation is meant to provide narrowly scoped technical
descriptions that other documentation can link to for details.

```{toctree}
:maxdepth: 2
:titlesonly: true
reference/index
```

## Troubleshooting

In time, all systems have issues that need to be debugged. Troubleshooting
Expand Down
File renamed without changes.
10 changes: 10 additions & 0 deletions docs/reference/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Reference

The reference documentation is meant to provide narrowly scoped technical
descriptions that other documentation can link to for details.

```{toctree}
:titlesonly: true
changelog
```

0 comments on commit 79a6760

Please sign in to comment.