diff options
author | Georg Brandl <georg@python.org> | 2009-10-11 18:31:23 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-10-11 18:31:23 (GMT) |
commit | 6728c5a762752260324b2015a2d47528f4c7194a (patch) | |
tree | a255e1d2b73c3269f66e472d1e3aefa9a09afc34 /Doc/faq/index.rst | |
parent | 32855b6dcd04dffe6a3e9705afcced6cbcb95bef (diff) | |
download | cpython-6728c5a762752260324b2015a2d47528f4c7194a.zip cpython-6728c5a762752260324b2015a2d47528f4c7194a.tar.gz cpython-6728c5a762752260324b2015a2d47528f4c7194a.tar.bz2 |
Add the Python FAQ lists to the documentation. Copied from sandbox/faq. Many thanks to AMK for the preparation work.
Diffstat (limited to 'Doc/faq/index.rst')
-rw-r--r-- | Doc/faq/index.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Doc/faq/index.rst b/Doc/faq/index.rst new file mode 100644 index 0000000..caba425 --- /dev/null +++ b/Doc/faq/index.rst @@ -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 |