diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-28 18:10:24 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-28 18:10:24 (GMT) |
commit | d285029ee8a795ca28aeb986dc48fc48b0360d4e (patch) | |
tree | 3e654ac696108555a9fe75ff2f4bc642340d01d6 | |
parent | 6c1da829bac310f555d3f3e8e643e9966d7d77fc (diff) | |
parent | 8b7f9f581ddf9e80002d2bf46248bb95d6590749 (diff) | |
download | cpython-d285029ee8a795ca28aeb986dc48fc48b0360d4e.zip cpython-d285029ee8a795ca28aeb986dc48fc48b0360d4e.tar.gz cpython-d285029ee8a795ca28aeb986dc48fc48b0360d4e.tar.bz2 |
Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages.
-rw-r--r-- | Doc/c-api/index.rst | 3 | ||||
-rw-r--r-- | Doc/distutils/index.rst | 2 | ||||
-rw-r--r-- | Doc/extending/index.rst | 3 | ||||
-rw-r--r-- | Doc/faq/index.rst | 3 | ||||
-rw-r--r-- | Doc/install/index.rst | 2 | ||||
-rw-r--r-- | Doc/library/index.rst | 3 | ||||
-rw-r--r-- | Doc/reference/index.rst | 3 | ||||
-rw-r--r-- | Doc/tutorial/index.rst | 3 |
8 files changed, 0 insertions, 22 deletions
diff --git a/Doc/c-api/index.rst b/Doc/c-api/index.rst index a0cb6e5..7b73e5b 100644 --- a/Doc/c-api/index.rst +++ b/Doc/c-api/index.rst @@ -4,9 +4,6 @@ Python/C API Reference Manual ################################## -:Release: |version| -:Date: |today| - This manual documents the API used by C and C++ programmers who want to write extension modules or embed Python. It is a companion to :ref:`extending-index`, which describes the general principles of extension writing but does not diff --git a/Doc/distutils/index.rst b/Doc/distutils/index.rst index ace8280..ebb48f3 100644 --- a/Doc/distutils/index.rst +++ b/Doc/distutils/index.rst @@ -6,8 +6,6 @@ :Authors: Greg Ward, Anthony Baxter :Email: distutils-sig@python.org -:Release: |version| -:Date: |today| This document describes the Python Distribution Utilities ("Distutils") from the module developer's point of view, describing how to use the Distutils to diff --git a/Doc/extending/index.rst b/Doc/extending/index.rst index 92e6132..75cf4c5 100644 --- a/Doc/extending/index.rst +++ b/Doc/extending/index.rst @@ -4,9 +4,6 @@ Extending and Embedding the Python Interpreter ################################################## -:Release: |version| -:Date: |today| - This document describes how to write modules in C or C++ to extend the Python interpreter with new modules. Those modules can define new functions but also new object types and their methods. The document also describes how to embed diff --git a/Doc/faq/index.rst b/Doc/faq/index.rst index caba425..b956521 100644 --- a/Doc/faq/index.rst +++ b/Doc/faq/index.rst @@ -2,9 +2,6 @@ Python Frequently Asked Questions ################################### -:Release: |version| -:Date: |today| - .. toctree:: :maxdepth: 1 diff --git a/Doc/install/index.rst b/Doc/install/index.rst index b20f1fb..52c75dc 100644 --- a/Doc/install/index.rst +++ b/Doc/install/index.rst @@ -7,8 +7,6 @@ ***************************** :Author: Greg Ward -:Release: |version| -:Date: |today| .. TODO: Fill in XXX comments diff --git a/Doc/library/index.rst b/Doc/library/index.rst index ba20361..1b25c6e 100644 --- a/Doc/library/index.rst +++ b/Doc/library/index.rst @@ -4,9 +4,6 @@ The Python Standard Library ############################### -:Release: |version| -:Date: |today| - While :ref:`reference-index` describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is distributed with Python. It also diff --git a/Doc/reference/index.rst b/Doc/reference/index.rst index 55f93d7..a66673b 100644 --- a/Doc/reference/index.rst +++ b/Doc/reference/index.rst @@ -4,9 +4,6 @@ The Python Language Reference ################################# -:Release: |version| -:Date: |today| - This reference manual describes the syntax and "core semantics" of the language. It is terse, but attempts to be exact and complete. The semantics of non-essential built-in object types and of the built-in functions and modules diff --git a/Doc/tutorial/index.rst b/Doc/tutorial/index.rst index 7d0bfc2..604cff8 100644 --- a/Doc/tutorial/index.rst +++ b/Doc/tutorial/index.rst @@ -4,9 +4,6 @@ The Python Tutorial ###################### -:Release: |version| -:Date: |today| - Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, |