Skip to content

Commit f8a9722

Browse files
committed
remove duplicate target names
1 parent 527daaf commit f8a9722

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

README.rst

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ Table of contents
6767

6868
- `License`_
6969

70-
===============
71-
_`Introduction`
72-
===============
70+
============
71+
Introduction
72+
============
7373

7474
This library provides a pure Python interface for the
7575
`Telegram Bot API <https://core.telegram.org/bots/api>`_.
@@ -81,25 +81,25 @@ In addition to the pure API implementation, this library features a number of hi
8181
make the development of bots easy and straightforward. These classes are contained in the
8282
``telegram.ext`` submodule.
8383

84-
=======================
85-
_`Telegram API support`
86-
=======================
84+
====================
85+
Telegram API support
86+
====================
8787

8888
As of **28. May 2016**, all types and methods of the Telegram Bot API are supported.
8989

90-
=============
91-
_`Installing`
92-
=============
90+
==========
91+
Installing
92+
==========
9393

9494
You can install or upgrade python-telegram-bot with:
9595

9696
.. code:: shell
9797
9898
$ pip install python-telegram-bot --upgrade
9999
100-
==================
101-
_`Getting started`
102-
==================
100+
===============
101+
Getting started
102+
===============
103103

104104
Our Wiki contains a lot of resources to get you started with ``python-telegram-bot``:
105105

@@ -111,9 +111,9 @@ Other references:
111111
- `Telegram API documentation <https://core.telegram.org/bots/api>`_
112112
- `python-telegram-bot documentation <https://pythonhosted.org/python-telegram-bot/>`_
113113

114-
----------------------
115-
_`Learning by example`
116-
----------------------
114+
-------------------
115+
Learning by example
116+
-------------------
117117

118118
We believe that the best way to learn and understand this simple package is by example. So here
119119
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:
139139

140140
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.
141141

142-
----------
143-
_`Logging`
144-
----------
142+
-------
143+
Logging
144+
-------
145145

146146
This library uses the ``logging`` module. To set up logging to standard output, put:
147147

@@ -167,15 +167,15 @@ If you want DEBUG logs instead:
167167
logger.setLevel(logging.DEBUG)
168168
169169
170-
================
171-
_`Documentation`
172-
================
170+
=============
171+
Documentation
172+
=============
173173

174174
``python-telegram-bot``'s documentation lives at `pythonhosted.org <https://pythonhosted.org/python-telegram-bot/>`_.
175175

176-
===============
177-
_`Getting help`
178-
===============
176+
============
177+
Getting help
178+
============
179179

180180
You can get help in several ways:
181181

@@ -188,14 +188,14 @@ You can get help in several ways:
188188
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>`_.
189189

190190

191-
===============
192-
_`Contributing`
193-
===============
191+
============
192+
Contributing
193+
============
194194

195195
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>`_.
196196

197-
==========
198-
_`License`
199-
==========
197+
=======
198+
License
199+
=======
200200

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

Comments
 (0)