Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages.

This commit is contained in:
Chris Jerdonek 2012-10-28 11:10:24 -07:00
commit d285029ee8
8 changed files with 0 additions and 22 deletions

View File

@ -4,9 +4,6 @@
Python/C API Reference Manual Python/C API Reference Manual
################################## ##################################
:Release: |version|
:Date: |today|
This manual documents the API used by C and C++ programmers who want to write 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`, extension modules or embed Python. It is a companion to :ref:`extending-index`,
which describes the general principles of extension writing but does not which describes the general principles of extension writing but does not

View File

@ -6,8 +6,6 @@
:Authors: Greg Ward, Anthony Baxter :Authors: Greg Ward, Anthony Baxter
:Email: distutils-sig@python.org :Email: distutils-sig@python.org
:Release: |version|
:Date: |today|
This document describes the Python Distribution Utilities ("Distutils") from This document describes the Python Distribution Utilities ("Distutils") from
the module developer's point of view, describing how to use the Distutils to the module developer's point of view, describing how to use the Distutils to

View File

@ -4,9 +4,6 @@
Extending and Embedding the Python Interpreter 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 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 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 new object types and their methods. The document also describes how to embed

View File

@ -2,9 +2,6 @@
Python Frequently Asked Questions Python Frequently Asked Questions
################################### ###################################
:Release: |version|
:Date: |today|
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1

View File

@ -7,8 +7,6 @@
***************************** *****************************
:Author: Greg Ward :Author: Greg Ward
:Release: |version|
:Date: |today|
.. TODO: Fill in XXX comments .. TODO: Fill in XXX comments

View File

@ -4,9 +4,6 @@
The Python Standard Library The Python Standard Library
############################### ###############################
:Release: |version|
:Date: |today|
While :ref:`reference-index` describes the exact syntax and While :ref:`reference-index` describes the exact syntax and
semantics of the Python language, this library reference manual semantics of the Python language, this library reference manual
describes the standard library that is distributed with Python. It also describes the standard library that is distributed with Python. It also

View File

@ -4,9 +4,6 @@
The Python Language Reference The Python Language Reference
################################# #################################
:Release: |version|
:Date: |today|
This reference manual describes the syntax and "core semantics" of the 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 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 non-essential built-in object types and of the built-in functions and modules

View File

@ -4,9 +4,6 @@
The Python Tutorial The Python Tutorial
###################### ######################
:Release: |version|
:Date: |today|
Python is an easy to learn, powerful programming language. It has efficient Python is an easy to learn, powerful programming language. It has efficient
high-level data structures and a simple but effective approach to high-level data structures and a simple but effective approach to
object-oriented programming. Python's elegant syntax and dynamic typing, object-oriented programming. Python's elegant syntax and dynamic typing,