Skip to content

Commit 8b4cf22

Browse files
authored
fix: correct some missing links (#302)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 1d6bbeb commit 8b4cf22

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

docs/pages/guides/docs.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ and uses the modern MyST plugin to get Markdown support.
2222
> There are other frameworks as well; these often are simpler, but are not as
2323
> commonly used, and have somewhat fewer examples and plugins. They are:
2424
>
25-
> - [JupyterBook](): A powerful system for rendering a collection of notebooks
26-
> using Sphinx internally. Can also be used for docs, though, see
27-
> [echopype](https://echopype.readthedocs.io).
28-
> - [MkDocs](): a from-scratch new documentation system based on markdown and
29-
> HTML. Less support for man pages & PDFs than Sphinx, since it doesn't use
30-
> docutils. Has over [200 plugins](https://github.com/mkdocs/catalog) - they
31-
> are much easier to write than Sphinx. Examples include
32-
> [hatch](https://hatch.pypa.io), [PDM](https://pdm.fming.dev),
25+
> - [JupyterBook](https://jupyterbook.org): A powerful system for rendering a
26+
> collection of notebooks using Sphinx internally. Can also be used for docs,
27+
> though, see [echopype](https://echopype.readthedocs.io).
28+
> - [MkDocs](https://www.mkdocs.org): a from-scratch new documentation system
29+
> based on markdown and HTML. Less support for man pages & PDFs than Sphinx,
30+
> since it doesn't use docutils. Has over
31+
> [200 plugins](https://github.com/mkdocs/catalog) - they are much easier to
32+
> write than Sphinx. Examples include [hatch](https://hatch.pypa.io),
33+
> [PDM](https://pdm.fming.dev),
3334
> [cibuildwheel](https://cibuildwheel.readthedocs.io),
3435
> [Textual](https://textual.textualize.io), and
3536
> [pipx](https://pypa.github.io/pipx/).

docs/pages/guides/packaging_classic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ the app.
466466
[poetry]: https://python-poetry.org
467467
[hatch]: https://hatch.pypa.io
468468
[hypermodern]: https://cjolowicz.github.io/posts/hypermodern-python-01-setup/
469-
[setuptools_scm file]: https://github.com/pypa/setuptools_scm/#file-finders-hook-makes-most-of-manifestin-unnecessary
469+
[setuptools_scm file]: https://setuptools-scm.readthedocs.io/en/latest/usage/#file-finders-hook-makes-most-of-manifestin-unnecessary
470470
[manifest.in]: https://packaging.python.org/guides/using-manifest-in/
471471
[setuptools]: https://setuptools.readthedocs.io/en/latest/userguide/index.html
472472
[setuptools cfg]: https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html

0 commit comments

Comments
 (0)