Skip to content

Commit

Permalink
Move author to a block at end of document for CPython Internals docs …
Browse files Browse the repository at this point in the history
…on parser and GC (#1193)

* Move author to an admonition block at end of document

* Update internals/parser.rst

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>

---------

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
  • Loading branch information
willingc and erlend-aasland committed Oct 13, 2023
1 parent 8c5d4cd commit 3793c45
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions internals/garbage-collector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
Garbage collector design
========================

:Author: Pablo Galindo Salgado

.. highlight:: none

Abstract
Expand Down Expand Up @@ -497,3 +495,9 @@ tracking status of the object.
False
>>> gc.is_tracked({"a": []})
True
.. admonition:: Document History
:class: note

Pablo Galindo Salgado - Original Author
8 changes: 6 additions & 2 deletions internals/parser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
Guide to the parser
===================

:Author: Pablo Galindo Salgado

.. highlight:: none

Abstract
Expand Down Expand Up @@ -919,3 +917,9 @@ References
.. [3] Warth et al.
http://web.cs.ucla.edu/~todd/research/pepm08.pdf
.. admonition:: Document history
:class: note

Pablo Galindo Salgado - Original author

0 comments on commit 3793c45

Please sign in to comment.