Skip to content

Commit

Permalink
Use only internal references inside docs/
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Feb 24, 2025
1 parent 9c303c2 commit d80bdd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/contributing/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ More info on `pytest` can be found [here](https://docs.pytest.org/en/latest/cont
The actual image-specific test files are located in folders like `tests/by_image/<somestack>/` (e.g., `tests/by_image/docker-stacks-foundation/`, etc.).

```{note}
If your test is located in `tests/by_image/<somestack>/`, it will be run against the `jupyter/<somestack>` image and against all the [images inherited from this image](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#image-relationships).
If your test is located in `tests/by_image/<somestack>/`, it will be run against the `jupyter/<somestack>` image and against all the [images inherited from this image](../using/selecting.md#image-relationships).
```

Many tests make use of global [pytest fixtures](https://docs.pytest.org/en/latest/reference/fixtures.html)
Expand Down
2 changes: 1 addition & 1 deletion docs/using/custom-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This section describes how to build a custom set of images.
It may be helpful if you need to change the Ubuntu or Python version, or to make a significant change to the build process itself.

This project only builds one set of images at a time.
If you want to use older images, take a look [here](https://jupyter-docker-stacks.readthedocs.io/en/latest/#using-old-images).
If you want to use older images, take a look [here](../index.rst/#using-old-images).

## Automating your build using template cookiecutter project

Expand Down

0 comments on commit d80bdd5

Please sign in to comment.