mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
fix absolute refs
myst seems to create different refs than sphinx
This commit is contained in:
@@ -24,7 +24,7 @@ not to have _perfect_ documentation before merging a pull request. If you
|
||||
are new and not sure how to add documentation, other contributors will
|
||||
be happy to guide you.
|
||||
|
||||
See {ref}`contributing/docs` for guidelines on writing documentation.
|
||||
See [](/contributing/docs) for guidelines on writing documentation.
|
||||
|
||||
## Write tests
|
||||
|
||||
@@ -43,4 +43,4 @@ add more tests.
|
||||
If you are unsure what kind of tests to add for your pull request, other
|
||||
contributors to the repo will be happy to help guide you!
|
||||
|
||||
See {ref}`contributing/tests` for guidelines on writing tests.
|
||||
See [](/contributing/tests) for guidelines on writing tests.
|
||||
|
||||
@@ -68,5 +68,5 @@ The easiest & safest way to develop & test TLJH is with [Docker](https://www.doc
|
||||
restart jupyterhub for them to take effect. `tljh-config reload hub`
|
||||
should do that.
|
||||
|
||||
{ref}`troubleshooting/logs` has information on looking at various logs in the container
|
||||
[](/troubleshooting/logs) has information on looking at various logs in the container
|
||||
to debug issues you might have.
|
||||
|
||||
@@ -59,7 +59,7 @@ If you encounter this error, it's likely that you are running inside a virtual e
|
||||
Error in "currentmodule" directive:
|
||||
```
|
||||
|
||||
To get started contributing, you'll want to read the {ref}`reStructuredText reference <sphinx:rst-index>`
|
||||
To get started contributing, you'll want to read the `reStructuredText reference <https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html>`
|
||||
|
||||
Your locally-built documentation will be themed differently than the
|
||||
documentation at [the-littlest-jupyterhub.readthedocs.io](https://the-littlest-jupyterhub.readthedocs.io).
|
||||
|
||||
@@ -20,7 +20,7 @@ stability required for a good plugin ecosystem.
|
||||
|
||||
## Installing Plugins
|
||||
|
||||
Include `--plugin <install_name>` in the Installer script. See {ref}`topic/customizing-installer` for more info.
|
||||
Include `--plugin <install_name>` in the Installer script. See [](/topic/customizing-installer) for more info.
|
||||
|
||||
## Writing a simple plugins
|
||||
|
||||
|
||||
Reference in New Issue
Block a user