diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2014-09-18 13:30:28 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2014-09-18 13:30:28 (GMT) |
commit | 15e4833662b9d506b8e16bb228bb8c7d62a042c6 (patch) | |
tree | e91f0fe00ec9a774107a028c832a1e2c70ea2a20 /Doc/tutorial/index.rst | |
parent | 2d510e3babab0910fe457cc16e758521332ca1d3 (diff) | |
download | cpython-15e4833662b9d506b8e16bb228bb8c7d62a042c6.zip cpython-15e4833662b9d506b8e16bb228bb8c7d62a042c6.tar.gz cpython-15e4833662b9d506b8e16bb228bb8c7d62a042c6.tar.bz2 |
Issue #16827: Make Interpreter introduction section of the tutorial more
focussed and move advanced section and customization information to a separate
file called appendix.
Patch credits: Jamayla Wiley, Ya-Ting Huang and James Brewer.
Diffstat (limited to 'Doc/tutorial/index.rst')
-rw-r--r-- | Doc/tutorial/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tutorial/index.rst b/Doc/tutorial/index.rst index 604cff8..df10385 100644 --- a/Doc/tutorial/index.rst +++ b/Doc/tutorial/index.rst @@ -56,3 +56,4 @@ The :ref:`glossary` is also worth going through. whatnow.rst interactive.rst floatingpoint.rst + appendix.rst |