Skip to content

Commit 7492385

Browse files
Drop historical :author:s from HOWTOs
1 parent 11a8bdf commit 7492385

16 files changed

Lines changed: 5 additions & 44 deletions

Doc/howto/annotations.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
Annotations Best Practices
55
**************************
66

7-
:author: Larry Hastings
8-
97
.. topic:: Abstract
108

119
This document is designed to encapsulate the best practices

Doc/howto/argparse.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
Argparse Tutorial
55
*****************
66

7-
:author: Tshepang Mbambo
8-
97
.. currentmodule:: argparse
108

119
This tutorial is intended to be a gentle introduction to :mod:`argparse`, the

Doc/howto/curses.rst

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

77
.. currentmodule:: curses
88

9-
:Author: A.M. Kuchling, Eric S. Raymond
10-
:Release: 2.04
11-
129

1310
.. topic:: Abstract
1411

Doc/howto/descriptor.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
Descriptor Guide
55
================
66

7-
:Author: Raymond Hettinger
8-
:Contact: <python at rcn dot com>
9-
107
.. Contents::
118

129

Doc/howto/functional.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
Functional Programming HOWTO
55
********************************
66

7-
:Author: \A. M. Kuchling
8-
:Release: 0.32
9-
107
In this document, we'll take a tour of Python's features suitable for
118
implementing programs in a functional style. After an introduction to the
129
concepts of functional programming, we'll look at language features such as
@@ -1185,7 +1182,8 @@ about whether this lambda-free style is better.
11851182
Revision History and Acknowledgements
11861183
=====================================
11871184

1188-
The author would like to thank the following people for offering suggestions,
1185+
This HOWTO was originally written by A. M. Kuchling. The author would like to
1186+
thank the following people for offering suggestions,
11891187
corrections and assistance with various drafts of this article: Ian Bicking,
11901188
Nick Coghlan, Nick Efford, Raymond Hettinger, Jim Jewett, Mike Krell, Leandro
11911189
Lameiro, Jussi Salmela, Collin Winter, Blake Winton.
@@ -1239,9 +1237,9 @@ Text Processing".
12391237

12401238
Mertz also wrote a 3-part series of articles on functional programming
12411239
for IBM's DeveloperWorks site; see
1242-
`part 1 <https://developer.ibm.com/articles/l-prog/>`__,
1243-
`part 2 <https://developer.ibm.com/tutorials/l-prog2/>`__, and
1244-
`part 3 <https://developer.ibm.com/tutorials/l-prog3/>`__,
1240+
`part 1 <https://web.archive.org/web/20211006103639/https://developer.ibm.com/articles/l-prog/>`__,
1241+
`part 2 <https://web.archive.org/web/20211205224606/https://developer.ibm.com/tutorials/l-prog2/>`__, and
1242+
`part 3 <https://web.archive.org/web/20211127083846/https://developer.ibm.com/tutorials/l-prog3/>`__.
12451243

12461244

12471245
Python documentation

Doc/howto/instrumentation.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
Instrumenting CPython with DTrace and SystemTap
77
===============================================
88

9-
:author: David Malcolm
10-
:author: Łukasz Langa
11-
129
DTrace and SystemTap are monitoring tools, each providing a way to inspect
1310
what the processes on a computer system are doing. They both use
1411
domain-specific languages allowing a user to write scripts which:

Doc/howto/ipaddress.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
An introduction to the ipaddress module
99
***************************************
1010

11-
:author: Peter Moody
12-
:author: Nick Coghlan
13-
1411
.. topic:: Overview
1512

1613
This document aims to provide a gentle introduction to the

Doc/howto/logging-cookbook.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
Logging Cookbook
55
================
66

7-
:Author: Vinay Sajip <vinay_sajip at red-dove dot com>
8-
97
This page contains a number of recipes related to logging, which have been found
108
useful in the past. For links to tutorial and reference information, please see
119
:ref:`cookbook-ref-links`.

Doc/howto/logging.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
Logging HOWTO
55
=============
66

7-
:Author: Vinay Sajip <vinay_sajip at red-dove dot com>
8-
97
.. _logging-basic-tutorial:
108

119
.. currentmodule:: logging

Doc/howto/perf_profiling.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
Python support for the ``perf map`` compatible profilers
77
========================================================
88

9-
:author: Pablo Galindo
10-
119
`The Linux perf profiler <https://perf.wiki.kernel.org>`_ and
1210
`samply <https://github.com/mstange/samply>`_ are powerful tools that allow you to
1311
profile and obtain information about the performance of your application.

0 commit comments

Comments
 (0)