mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Merged revisions 75363 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75363 | georg.brandl | 2009-10-11 20:31:23 +0200 (So, 11 Okt 2009) | 1 line Add the Python FAQ lists to the documentation. Copied from sandbox/faq. Many thanks to AMK for the preparation work. ........
This commit is contained in:
parent
93d15cd251
commit
d741315f37
12 changed files with 5388 additions and 0 deletions
18
Doc/faq/index.rst
Normal file
18
Doc/faq/index.rst
Normal file
|
@ -0,0 +1,18 @@
|
|||
###################################
|
||||
Python Frequently Asked Questions
|
||||
###################################
|
||||
|
||||
:Release: |version|
|
||||
:Date: |today|
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
general.rst
|
||||
programming.rst
|
||||
design.rst
|
||||
library.rst
|
||||
extending.rst
|
||||
windows.rst
|
||||
gui.rst
|
||||
installed.rst
|
Loading…
Add table
Add a link
Reference in a new issue