From 43ed689d97266476871ff38cd45ba551e934ef63 Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Sun, 2 Aug 2020 00:20:26 -0500 Subject: [PATCH] Trim release section, add back Twitter support --- docs/community/support.rst | 9 +++++++++ docs/community/updates.rst | 11 ----------- docs/index.rst | 6 +++++- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/community/support.rst b/docs/community/support.rst index 18168d0e..ee905f54 100644 --- a/docs/community/support.rst +++ b/docs/community/support.rst @@ -20,3 +20,12 @@ File an Issue If you notice some unexpected behaviour in Requests, or want to see support for a new feature, `file an issue on GitHub `_. + + +Send a Tweet +------------ + +If your question is less than 280 characters, feel free to send a tweet to +`@nateprewitt `_, +`@sethmlarson `_, or +`@sigmavirus24 `_. diff --git a/docs/community/updates.rst b/docs/community/updates.rst index 0411c9b9..c787c45b 100644 --- a/docs/community/updates.rst +++ b/docs/community/updates.rst @@ -14,16 +14,5 @@ GitHub The best way to track the development of Requests is through `the GitHub repo `_. -Twitter -------- - -The author, Kenneth Reitz, often tweets about new features and releases of Requests. - -Follow `@kennethreitz `_ for updates. - - - -Release and Version History -=========================== .. include:: ../../HISTORY.md diff --git a/docs/index.rst b/docs/index.rst index b61acfc1..40993770 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -101,9 +101,13 @@ Requests ecosystem and community. community/out-there community/support community/vulnerabilities - community/updates community/release-process +.. toctree:: + :maxdepth: 1 + + community/updates + The API Documentation / Guide -----------------------------