Skip to content

Commit 0cb273d

Browse files
author
Johannes Seitz
committed
Added links to official Python Docs and Read the Docs
1 parent a59752e commit 0cb273d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/intro/resources.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
Documentation
2+
=============
3+
4+
Official Documentation
5+
~~~~~~~~~~~~~~~~~~~~~~
6+
7+
The official Python Language and Library documentation can be found here:
8+
9+
- `Python 2.x <http://docs.python.org/>`_
10+
- `Python 3.x <http://docs.python.org/py3k/>`_
11+
12+
13+
Read the Docs
14+
~~~~~~~~~~~~~
15+
16+
Read the Docs is a popular community project, providing a single location for all documentation of popular and even more exotic Python modules.
17+
18+
`Read the Docs <http://readthedocs.org/>`_
19+
20+
121
Resources
222
=========
323

0 commit comments

Comments
 (0)