From ae9e5f7fff94741e52a3f183b940fad4e7f762b5 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sun, 25 Oct 2015 10:14:40 +0000 Subject: [PATCH] Revert to {using,contributing}.rst --- CONTRIBUTING.md | 2 +- README.rst | 2 +- bootstrap/install-deps.sh | 2 +- docs/{dev.rst => contributing.rst} | 0 docs/index.rst | 4 ++-- docs/{user.rst => using.rst} | 2 +- letsencrypt-auto | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) rename docs/{dev.rst => contributing.rst} (100%) rename docs/{user.rst => using.rst} (99%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ac08f0f4e..bf19b18e1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,4 +15,4 @@ to the Sphinx generated docs is provided below. --> -https://letsencrypt.readthedocs.org/en/latest/dev.html +https://letsencrypt.readthedocs.org/en/latest/contributing.html diff --git a/README.rst b/README.rst index c0d663fe9..769bc7a8f 100644 --- a/README.rst +++ b/README.rst @@ -68,7 +68,7 @@ server automatically!:: :alt: Docker Repository on Quay.io .. _`installation instructions`: - https://letsencrypt.readthedocs.org/en/latest/user.html + https://letsencrypt.readthedocs.org/en/latest/using.html .. _watch demo video: https://www.youtube.com/watch?v=Gas_sSB-5SU diff --git a/bootstrap/install-deps.sh b/bootstrap/install-deps.sh index 4785a841f..c159858c5 100755 --- a/bootstrap/install-deps.sh +++ b/bootstrap/install-deps.sh @@ -34,7 +34,7 @@ else echo "Sorry, I don't know how to bootstrap Let's Encrypt on your operating system!" echo echo "You will need to bootstrap, configure virtualenv, and run a pip install manually" - echo "Please see https://letsencrypt.readthedocs.org/en/latest/dev.html#prerequisites" + echo "Please see https://letsencrypt.readthedocs.org/en/latest/contributing.html#prerequisites" echo "for more info" exit 1 fi diff --git a/docs/dev.rst b/docs/contributing.rst similarity index 100% rename from docs/dev.rst rename to docs/contributing.rst diff --git a/docs/index.rst b/docs/index.rst index 9c4c40807..68289d760 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,8 +5,8 @@ Welcome to the Let's Encrypt client documentation! :maxdepth: 2 intro - user - dev + using + contributing packaging .. toctree:: diff --git a/docs/user.rst b/docs/using.rst similarity index 99% rename from docs/user.rst rename to docs/using.rst index 913a3de1f..9632c17d1 100644 --- a/docs/user.rst +++ b/docs/using.rst @@ -89,7 +89,7 @@ From source ----------- Installation from source is only supported for developers and the -whole process is described in :doc:`dev`. +whole process is described in :doc:`contributing`. .. warning:: Please do **not** use ``python setup.py install`` or ``python pip install .``. Please do **not** attempt the diff --git a/letsencrypt-auto b/letsencrypt-auto index 8df5eda81..5b974c1f8 100755 --- a/letsencrypt-auto +++ b/letsencrypt-auto @@ -55,7 +55,7 @@ then echo "Sorry, I don't know how to bootstrap Let's Encrypt on your operating system!" echo echo "You will need to bootstrap, configure virtualenv, and run a pip install manually" - echo "Please see https://letsencrypt.readthedocs.org/en/latest/dev.html#prerequisites" + echo "Please see https://letsencrypt.readthedocs.org/en/latest/contributing.html#prerequisites" echo "for more info" fi