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 -----------------------------