From cf26d014cde5654b864b02c617d7fe3f4eba8430 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sat, 24 Oct 2015 19:40:20 +0000 Subject: [PATCH] {dev,user,packaging}.rst rename --- CONTRIBUTING.md | 2 +- README.rst | 2 +- bootstrap/install-deps.sh | 2 +- docs/{contributing.rst => dev.rst} | 0 docs/index.rst | 4 ++-- docs/{using.rst => user.rst} | 2 +- letsencrypt-auto | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) rename docs/{contributing.rst => dev.rst} (100%) rename docs/{using.rst => user.rst} (98%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bf19b18e1..ac08f0f4e 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/contributing.html +https://letsencrypt.readthedocs.org/en/latest/dev.html diff --git a/README.rst b/README.rst index 769bc7a8f..c0d663fe9 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/using.html + https://letsencrypt.readthedocs.org/en/latest/user.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 c159858c5..4785a841f 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/contributing.html#prerequisites" + echo "Please see https://letsencrypt.readthedocs.org/en/latest/dev.html#prerequisites" echo "for more info" exit 1 fi diff --git a/docs/contributing.rst b/docs/dev.rst similarity index 100% rename from docs/contributing.rst rename to docs/dev.rst diff --git a/docs/index.rst b/docs/index.rst index 68289d760..9c4c40807 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,8 +5,8 @@ Welcome to the Let's Encrypt client documentation! :maxdepth: 2 intro - using - contributing + user + dev packaging .. toctree:: diff --git a/docs/using.rst b/docs/user.rst similarity index 98% rename from docs/using.rst rename to docs/user.rst index cbbce7687..9fd4f4e75 100644 --- a/docs/using.rst +++ b/docs/user.rst @@ -88,7 +88,7 @@ From source ----------- Installation from source is only supported for developers and the -whole process is described in :doc:`contributing`. +whole process is described in :doc:`dev`. .. 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 5b974c1f8..8df5eda81 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/contributing.html#prerequisites" + echo "Please see https://letsencrypt.readthedocs.org/en/latest/dev.html#prerequisites" echo "for more info" fi