File: index.rst

package info (click to toggle)
python-telegram-bot 22.3-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 11,060 kB
  • sloc: python: 90,298; makefile: 176; sh: 4
file content (50 lines) | stat: -rw-r--r-- 1,218 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.. Python Telegram Bot documentation master file, created by
   sphinx-quickstart on Mon Aug 10 22:25:07 2015.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

.. raw:: html

    <div style="display: none">

Hidden Headline
===============
This is just here to get furo to display the right sidebar.

.. raw:: html

    </div>

.. include:: ../../README.rst

.. The toctrees are hidden such that they don't render on the start page but still include the contents into the documentation.

.. toctree::
   :hidden:
   :caption: Reference

   telegram
   telegram.ext
   telegram_auxil
   Telegrams Bot API Docs <https://core.telegram.org/bots/api>

.. toctree::
   :hidden:
   :caption: Resources

   examples
   Wiki <https://github.com/python-telegram-bot/python-telegram-bot/wiki>

.. toctree::
   :hidden:
   :caption: Project

   stability_policy
   changelog
   coc
   contributing
   testing
   Website <https://python-telegram-bot.org>
   GitHub Repository <https://github.com/python-telegram-bot/python-telegram-bot/>
   Telegram Channel <https://t.me/pythontelegrambotchannel/>
   Telegram User Group <https://t.me/pythontelegrambotgroup/>