mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Revert to {using,contributing}.rst
This commit is contained in:
parent
007969151b
commit
ae9e5f7fff
7 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ Welcome to the Let's Encrypt client documentation!
|
|||
:maxdepth: 2
|
||||
|
||||
intro
|
||||
user
|
||||
dev
|
||||
using
|
||||
contributing
|
||||
packaging
|
||||
|
||||
.. toctree::
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue