From bb950c97309c1237eea6498ede612670bb1eb6b2 Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Mon, 11 May 2020 13:38:51 -0400 Subject: docs: updated some urls, styling tweaks, bumped copyright year --- docs/history/1.7.rst | 6 +++++- docs/index.rst | 13 +++++++++---- docs/install.rst | 8 ++++++++ 3 files changed, 22 insertions(+), 5 deletions(-) (limited to 'docs') 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 ``_, 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 ``_, @@ -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: ``_ - Project Home: ``_ - News & Discussion: ``_ + Latest News: ``_ + Public Repo: ``_ + Mailing List: ``_ Downloads @ PyPI: ``_ =================== =================================================== 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 `_. + To install from PyPi using :command:`pip`:: pip install passlib -- cgit v1.2.1