From 7fa922a6126caec387154e6e442c72acacc02dc9 Mon Sep 17 00:00:00 2001 From: Tim Head Date: Thu, 21 Feb 2019 11:34:32 +0100 Subject: [PATCH] Fix up double label trouble in the config file docs --- docs/source/config_files.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/config_files.rst b/docs/source/config_files.rst index 3e80a363..ea7fc9a8 100644 --- a/docs/source/config_files.rst +++ b/docs/source/config_files.rst @@ -23,6 +23,7 @@ Below is a list of supported configuration files (roughly in the order of build :local: :depth: 1 + .. _environment.yml: ``environment.yml`` - Install a Python environment @@ -49,7 +50,6 @@ though ``repo2docker`` support is best with Python 3.7, 3.6, 3.5 and 2.7. If you include a Python version in a ``runtime.txt`` file in addition to your ``environment.yml``, your ``runtime.txt`` will be ignored. -.. _requirements.txt: .. _requirements.txt: @@ -71,7 +71,6 @@ To install your repository like a Python package, you may include a ``setup.py`` file. repo2docker installs ``setup.py`` files by running ``pip install -e .``. -.. _REQUIRE: .. _REQUIRE: @@ -138,6 +137,7 @@ To see example repositories, visit our `Stencila with R `_ and `Stencila with Python `_ examples. + .. _postBuild: ``postBuild`` - Run code after installing the environment @@ -203,6 +203,7 @@ used for installing libraries. To see an example R repository, visit our `R example in binder-examples `_. + .. _default.nix: ``default.nix`` - the nix package manager