From 46ad1feb7b4e3ac88feee9a9e8203559c03e3379 Mon Sep 17 00:00:00 2001 From: Tim Head Date: Fri, 6 Jul 2018 11:08:42 +0200 Subject: [PATCH] Fix some rst weirdness in the uage docs --- docs/source/usage.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 5696f879..f8c88cb0 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -3,7 +3,7 @@ Using ``repo2docker`` ===================== -`Docker `_ **must be running ** in +`Docker `_ **must be running** in order to run ``repo2docker``. For more information on installing ``repo2docker``, see :ref:`install`. @@ -26,14 +26,14 @@ For example, use the following to build an image of the jupyter-repo2docker https://github.com/jakevdp/PythonDataScienceHandbook To build a particular branch and commit, use the argument ``--ref`` to -specify the ``branch-name/commit-hash``:: +specify the ``branch-name`` or ``commit-hash``:: - jupyter-repo2docker https://github.com/jakevdp/PythonDataScienceHandbook --ref master/599aa0fe3f882c0001670e676e5a8d43b92c35fc + jupyter-repo2docker https://github.com/jakevdp/PythonDataScienceHandbook --ref 599aa0fe3f882c0001670e676e5a8d43b92c35fc -..tip:: - For reproducibile research, we recommend specifying a commit-hash to - deterministcally build a fixed version of a repository. Not specifying a - commit-hash will result in the latest commit of the repository being built. +.. tip:: + For reproducibile research, we recommend specifying a commit-hash to + deterministcally build a fixed version of a repository. Not specifying a + commit-hash will result in the latest commit of the repository being built. Building the image may take a few minutes. @@ -68,13 +68,13 @@ you can launch JupyterLab by opening Jupyter Notebook and visiting the .. code-block:: none -http(s):////lab + http(s):////lab To switch back to the classic notebook, add ``/tree`` to the URL: .. code-block:: none -http(s):////tree + http(s):////tree To learn more about URLs in JupyterLab and Jupyter Notebook, visit `starting JupyterLab `_.