2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 06:16:06 +00:00

Update docs: add release notes from GitHub

This commit is contained in:
Dan
2019-06-05 11:05:01 +02:00
parent a35e2620f8
commit 0ea512bbc3
5 changed files with 84 additions and 17 deletions

View File

@@ -58,7 +58,7 @@ html_show_copyright = False
html_theme_options = {
"canonical_url": "https://docs.pyrogram.org/",
"collapse_navigation": True,
"sticky_navigation": False,
"sticky_navigation": True,
"logo_only": True,
"display_version": True,
"style_external_links": True

View File

@@ -83,10 +83,10 @@ Meta
- :doc:`Pyrogram FAQ <faq>`: Answers to common Pyrogram questions.
- :doc:`Pyrogram Glossary <glossary>`: List of words with brief explanations.
- :doc:`Release Notes <releases>`: Release notes for Pyrogram releases.
- :doc:`Powered by Pyrogram <powered-by>`: Collection of Pyrogram Projects.
- :doc:`Support Pyrogram <support-pyrogram>`: Ways to show your appreciation.
- :doc:`About the License <license>`: Information about the Project license.
- :doc:`Release Notes <releases/index>`: Release notes for Pyrogram releases.
.. toctree::
:hidden:
@@ -146,10 +146,10 @@ Meta
faq
glossary
releases
powered-by
support-pyrogram
license
releases/index
.. toctree::
:hidden:

View File

@@ -1,13 +0,0 @@
Release Notes
=============
Release notes for Pyrogram releases will describe what's new in each version, and will also make you aware of any
backwards-incompatible changes made in that version.
When upgrading to a new version of Pyrogram, you will need to check all the breaking changes in order to find
incompatible code in your application, but also to take advantage of new features and improvements.
.. note::
Currently, all Pyrogram release notes live inside the GitHub repository web page:
https://github.com/pyrogram/pyrogram/releases.

View File

@@ -2,7 +2,7 @@ More on Updates
===============
Here we'll show some advanced usages when working with :doc:`update handlers <../start/updates>` and
:doc:`filters <filters>`.
:doc:`filters <use-filters>`.
Handler Groups
--------------