diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2020-05-11 13:38:51 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2020-05-11 13:38:51 -0400 |
| commit | bb950c97309c1237eea6498ede612670bb1eb6b2 (patch) | |
| tree | 237c45a78f03d7b3fd0113a710c4e0b6f183fc73 /docs | |
| parent | a3de9d3cbb8cdda114afb9765eef76f0c113ee1a (diff) | |
| download | passlib-bb950c97309c1237eea6498ede612670bb1eb6b2.tar.gz | |
docs: updated some urls, styling tweaks, bumped copyright year
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/history/1.7.rst | 6 | ||||
| -rw-r--r-- | docs/index.rst | 13 | ||||
| -rw-r--r-- | docs/install.rst | 8 |
3 files changed, 22 insertions, 5 deletions
diff --git a/docs/history/1.7.rst b/docs/history/1.7.rst index b39677c..5dd63a5 100644 --- a/docs/history/1.7.rst +++ b/docs/history/1.7.rst @@ -12,7 +12,11 @@ This release rolls up assorted bug & compatibility fixes since 1.7.2. Administrative Changes ---------------------- -* **Passlib has moved to Heptapod!** +.. rst-class:: without-title + +.. note:: + + **Passlib has moved to Heptapod!** Due to BitBucket deprecating Mercurial support, Passlib's public repository and issue tracker has been relocated. It's now located at `<https://foss.heptapod.net/python-libs/passlib>`_, diff --git a/docs/index.rst b/docs/index.rst index aa99fa1..8a6eaa8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,9 +21,9 @@ Passlib |release| documentation .. rst-class:: without-title -.. caution:: +.. note:: - **2020-05-01: Passlib has moved to Heptapod!** + **2020-05-01: Passlib's public repositiory has moved to Heptapod!** Due to BitBucket deprecating Mercurial support, Passlib's public repository and issue tracker has been relocated. It's now located at `<https://foss.heptapod.net/python-libs/passlib>`_, @@ -64,6 +64,10 @@ Getting Started This documentation is organized into two main parts: a narrative walkthrough of Passlib, and a top-down API reference. +:doc:`install` + + See this page for system requirements & installation instructions. + :doc:`narr/index` New users in particular will want to visit the walkthrough, as it provides @@ -89,8 +93,9 @@ Online Resources =================== =================================================== Latest Docs: `<https://passlib.readthedocs.io>`_ - Project Home: `<https://foss.heptapod.net/python-libs/passlib>`_ - News & Discussion: `<https://groups.google.com/group/passlib-users>`_ + Latest News: `<https://foss.heptapod.net/python-libs/passlib/wikis/home>`_ + Public Repo: `<https://foss.heptapod.net/python-libs/passlib>`_ + Mailing List: `<https://groups.google.com/group/passlib-users>`_ Downloads @ PyPI: `<https://pypi.python.org/pypi/passlib>`_ =================== =================================================== diff --git a/docs/install.rst b/docs/install.rst index 43d25fc..848ee90 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -92,6 +92,14 @@ Optional Libraries Installation Instructions ========================= + +.. rst-class:: float-right without-title + +.. caution:: + + All PyPI releases are signed with the gpg key + `4D8592DF4CE1ED31 <http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4D8592DF4CE1ED31>`_. + To install from PyPi using :command:`pip`:: pip install passlib |
