mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
24 lines
380 B
ReStructuredText
24 lines
380 B
ReStructuredText
Version markup
|
|
--------------
|
|
|
|
.. versionadded:: 0.6
|
|
Some funny **stuff**.
|
|
|
|
.. versionchanged:: 0.6
|
|
Even more funny stuff.
|
|
|
|
.. deprecated:: 0.6
|
|
Boring stuff.
|
|
|
|
.. versionremoved:: 0.6
|
|
Goodbye boring stuff.
|
|
|
|
.. versionadded:: 1.2
|
|
|
|
First paragraph of versionadded.
|
|
|
|
.. versionchanged:: 1.2
|
|
First paragraph of versionchanged.
|
|
|
|
Second paragraph of versionchanged.
|