From 4ab4b17ef734b310b82ab722ec76d448f72a9765 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Sat, 24 Jul 2021 11:14:36 +0100 Subject: [PATCH] =?UTF-8?q?Regex:=20https://github.com/(.+)/(.+)/(.+)/mast?= =?UTF-8?q?er/=20=E2=9E=A1=EF=B8=8F=20https://github.com/$1/$2/$3/HEAD/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For `binder-examples/*`, `jupyterlab/jupyterlab-demo`, `norvig/pytudes` --- docs/source/config_files.rst | 14 +++++++------- docs/source/usage.rst | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/source/config_files.rst b/docs/source/config_files.rst index ae1fa3a5..0de39d94 100644 --- a/docs/source/config_files.rst +++ b/docs/source/config_files.rst @@ -37,7 +37,7 @@ specified in your ``environment.yml``. You can install files from pip in your ``environment.yml`` as well. For example, see the `binder-examples environment.yml - `_ + `_ file. You can also specify which Python version to install in your built environment @@ -73,7 +73,7 @@ both kinds. This specifies a list of Python packages that should be installed in your environment. Our -`requirements.txt example `_ +`requirements.txt example `_ on GitHub shows a typical requirements file. @@ -120,7 +120,7 @@ with ``REQUIRE`` and ``environment.yml``, visit This is used to install R libraries pinned to a specific snapshot on `MRAN `_. To set the date of the snapshot add a runtime.txt_. -For an example ``install.R`` file, visit our `example install.R file `_. +For an example ``install.R`` file, visit our `example install.R file `_. .. _apt.txt: @@ -132,7 +132,7 @@ A list of Debian packages that should be installed. The base image used is usual version of Ubuntu. We use ``apt.txt``, for example, to install LaTeX in our -`example apt.txt for LaTeX `_. +`example apt.txt for LaTeX `_. .. _DESCRIPTION: @@ -162,7 +162,7 @@ You should include ``set -e`` or the equivalent at the start of the script to av An example use-case of ``postBuild`` file is JupyterLab's demo on mybinder.org. It uses a ``postBuild`` file in a folder called ``binder`` to `prepare -their demo for binder `_. +their demo for binder `_. .. _start: @@ -204,12 +204,12 @@ For these cases, we have a special file, ``runtime.txt``. ``runtime.txt`` will be ignored). Have ``python-x.y`` in ``runtime.txt`` to run the repository with Python version x.y. -See our `Python2 example repository `_. +See our `Python2 example repository `_. Have ``r----
`` in ``runtime.txt`` to run the repository with R version RVERSION and libraries from a YYYY-MM-DD snapshot of `MRAN `_. RVERSION can be set to 3.4, 3.5, 3.6, or to patch releases for the 3.5 and 3.6 series. If you do not specify a version, the latest release will be used (currently R 3.6). -See our `R example repository `_. +See our `R example repository `_. .. _default.nix: diff --git a/docs/source/usage.rst b/docs/source/usage.rst index bdac9b83..8795a222 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -52,7 +52,7 @@ Pytudes_ repository:: Building the image may take a few minutes. Pytudes_ -uses a `requirements.txt file `_ +uses a `requirements.txt file `_ to specify its Python environment. Because of this, ``repo2docker`` will use ``pip`` to install dependencies listed in this ``requirement.txt`` file, and these will be present in the generated Docker image. To learn more about