Skip to content

Commit 9264b7d

Browse files
authored
Merge pull request #588 from betatim/double-label-trouble
Fix up double label trouble in the config file docs
2 parents a33eafa + 7fa922a commit 9264b7d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/config_files.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Below is a list of supported configuration files (roughly in the order of build
2323
:local:
2424
:depth: 1
2525

26+
2627
.. _environment.yml:
2728

2829
``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.
4950
If you include a Python version in a ``runtime.txt`` file in addition to your
5051
``environment.yml``, your ``runtime.txt`` will be ignored.
5152

52-
.. _requirements.txt:
5353

5454
.. _requirements.txt:
5555

@@ -71,7 +71,6 @@ To install your repository like a Python package, you may include a
7171
``setup.py`` file. repo2docker installs ``setup.py`` files by running
7272
``pip install -e .``.
7373

74-
.. _REQUIRE:
7574

7675
.. _REQUIRE:
7776

@@ -138,6 +137,7 @@ To see example repositories, visit our
138137
`Stencila with R <https://github.com/binder-examples/stencila-r/>`_ and
139138
`Stencila with Python <https://github.com/binder-examples/stencila-py>`_ examples.
140139

140+
141141
.. _postBuild:
142142

143143
``postBuild`` - Run code after installing the environment
@@ -203,6 +203,7 @@ used for installing libraries.
203203
To see an example R repository, visit our `R
204204
example in binder-examples <https://github.com/binder-examples/r/blob/master/runtime.txt>`_.
205205

206+
206207
.. _default.nix:
207208

208209
``default.nix`` - the nix package manager

0 commit comments

Comments
 (0)