You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We believe that the best way to learn and understand this simple package is by example. So here
119
119
are some examples for you to review. Even if it's not your approach for learning, please take a
@@ -139,9 +139,9 @@ Examples using only the pure API:
139
139
140
140
Look at the examples on the `wiki <https://github.com/python-telegram-bot/python-telegram-bot/wiki/Examples>`_ to see other bots the community has built.
141
141
142
-
----------
143
-
_`Logging`
144
-
----------
142
+
-------
143
+
Logging
144
+
-------
145
145
146
146
This library uses the ``logging`` module. To set up logging to standard output, put:
147
147
@@ -167,15 +167,15 @@ If you want DEBUG logs instead:
167
167
logger.setLevel(logging.DEBUG)
168
168
169
169
170
-
================
171
-
_`Documentation`
172
-
================
170
+
=============
171
+
Documentation
172
+
=============
173
173
174
174
``python-telegram-bot``'s documentation lives at `pythonhosted.org <https://pythonhosted.org/python-telegram-bot/>`_.
175
175
176
-
===============
177
-
_`Getting help`
178
-
===============
176
+
============
177
+
Getting help
178
+
============
179
179
180
180
You can get help in several ways:
181
181
@@ -188,14 +188,14 @@ You can get help in several ways:
188
188
4. As last resort, the developers are ready to help you with `serious issues <https://github.com/python-telegram-bot/python-telegram-bot/issues/new>`_.
189
189
190
190
191
-
===============
192
-
_`Contributing`
193
-
===============
191
+
============
192
+
Contributing
193
+
============
194
194
195
195
Contributions of all sizes are welcome. Please review our `contribution guidelines <https://github.com/python-telegram-bot/python-telegram-bot/blob/master/.github/CONTRIBUTING.rst>`_ to get started. You can also help by `reporting bugs <https://github.com/python-telegram-bot/python-telegram-bot/issues/new>`_.
196
196
197
-
==========
198
-
_`License`
199
-
==========
197
+
=======
198
+
License
199
+
=======
200
200
201
-
You may copy, distribute and modify the software provided that modifications are described and licensed for free under `LGPL-3 <https://www.gnu.org/licenses/lgpl-3.0.html>`_. Derivatives works (including modifications or anything statically linked to the library) can only be redistributed under `LGPL-3<https://www.gnu.org/licenses/lgpl-3.0.html>`_, but applications that use the library don't have to be.
201
+
You may copy, distribute and modify the software provided that modifications are described and licensed for free under `LGPL-3 <https://www.gnu.org/licenses/lgpl-3.0.html>`_. Derivatives works (including modifications or anything statically linked to the library) can only be redistributed under LGPL-3, but applications that use the library don't have to be.
0 commit comments