]> granicus.if.org Git - python/commitdiff
Backport from 3.2: remove "Release" and "Date" markers from index pages.
authorChris Jerdonek <chris.jerdonek@gmail.com>
Sun, 28 Oct 2012 18:16:36 +0000 (11:16 -0700)
committerChris Jerdonek <chris.jerdonek@gmail.com>
Sun, 28 Oct 2012 18:16:36 +0000 (11:16 -0700)
Doc/c-api/index.rst
Doc/distutils/index.rst
Doc/extending/index.rst
Doc/faq/index.rst
Doc/install/index.rst
Doc/library/index.rst
Doc/reference/index.rst
Doc/tutorial/index.rst

index 12a1ec70727447e921f8a67372ad75ba465b4fbd..2ce7b980b1ec71477b72080389c86d0fd4f493db 100644 (file)
@@ -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
index ace8280894edfb065ca3dcda85cc974491b54f16..ebb48f3377d9232f1ce2a6a9cdf0d179fae65c69 100644 (file)
@@ -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
index 92e61327c19158630fc61ffcf12179744f890f25..75cf4c5d316ae7040fcb49b66cceb2163e812f00 100644 (file)
@@ -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
index caba425d4d0d7253725ff5adcab291783e065164..b9565219b7054676a927a72fda913bfee11e2863 100644 (file)
@@ -2,9 +2,6 @@
   Python Frequently Asked Questions
 ###################################
 
-:Release: |version|
-:Date: |today|
-
 .. toctree::
    :maxdepth: 1
 
index abce88d4565f27e8c394579b1c0bd418c3e4bd16..b1881b5469ef62dd31608c098071133ee9bf43ef 100644 (file)
@@ -7,8 +7,6 @@
 *****************************
 
 :Author: Greg Ward
-:Release: |version|
-:Date: |today|
 
 .. TODO: Fill in XXX comments
 
index 5d860f8a4f9c2708093ed396a7bd23c75c007ac6..71ba916a54d15632b0b33d60f0111a96532d5aba 100644 (file)
@@ -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
index bd1a281efed65ab6cb806e559cbbd0f9d25bffcf..513e445ff808d791a456ae5a37d1e59772ef0d68 100644 (file)
@@ -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
index 7d0bfc2f94edde1f3949b824247549e1bc82e136..604cff8af874c018a7ae8ebb927d146df74913c9 100644 (file)
@@ -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,