8000 Remove unneeded "Release" and "Date" markers from doc index pages. · python/cpython@8b7f9f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b7f9f5

Browse files
committed
Remove unneeded "Release" and "Date" markers from doc index pages.
1 parent a1952d4 commit 8b7f9f5

File tree

8 files changed

+0
-22
lines changed

8 files changed

+0
-22
lines changed

Doc/c-api/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
Python/C API Reference Manual
55
##################################
66

7-
:Release: |version|
8-
:Date: |today|
9-
107
This manual documents the API used by C and C++ programmers who want to write
118
extension modules or embed Python. It is a companion to :ref:`extending-index`,
129
which describes the general principles of extension writing but does not

Doc/distutils/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
:Authors: Greg Ward, Anthony Baxter
88
:Email: distutils-sig@python.org
9-
:Release: |version|
10-
:Date: |today|
119

1210
This document describes the Python Distribution Utilities ("Distutils") from
1311
the module developer's point of view, describing how to use the Distutils to

Doc/extending/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
Extending and Embedding the Python Interpreter
55
##################################################
66

7-
:Release: |version|
8-
:Date: |today|
9-
107
This document describes how to write modules in C or C++ to extend the Python
118
interpreter with new modules. Those modules can define new functions but also
129
new object types and their methods. The document also describes how to embed

Doc/faq/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
Python Frequently Asked Questions
33
###################################
44

5-
:Release: |version|
6-
:Date: |today|
7-
85
.. toctree::
96
:maxdepth: 1
107

Doc/install/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
*****************************
88

99
:Author: Greg Ward
10-
:Release: |version|
11-
:Date: |today|
1210

1311
.. TODO: Fill in XXX comments
1412

Doc/library/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
The Python Standard Library
55
###############################
66

7-
:Release: |version|
8-
:Date: |today|
9-
107
While :ref:`reference-index` describes the exact syntax and
118
semantics of the Python language, this library reference manual
129
describes the standard library that is distributed with Python. It also

Doc/reference/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
The Python Language Reference
55
#################################
66

7-
:Release: |version|
8-
:Date: |today|
9-
107
This reference manual describes the syntax and "core semantics" of the
118
language. It is terse, but attempts to be exact and complete. The semantics of
129
non-essential built-in object types and of the built-in functions and modules

Doc/tutorial/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
The Python Tutorial
55
######################
66

7-
:Release: |version|
8-
:Date: |today|
9-
107
Python is an easy to learn, powerful programming language. It has efficient
118
high-level data structures and a simple but effective approach to
129
object-oriented programming. Python's elegant syntax and dynamic typing,

0 commit comments

Comments
 (0)
0