Skip to content

Commit 3dd10e4

Browse files
committed
Add versionadded directives
1 parent e15fc04 commit 3dd10e4

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

doc/usage/domains/c.rst

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

7+
.. versionadded:: 1.0
8+
79
The C domain (name **c**) is suited for documentation of C API.
810

911
.. rst:directive:: .. c:member:: declaration

doc/usage/domains/cpp.rst

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

7+
.. versionadded:: 1.0
8+
79
The C++ domain (name **cpp**) supports documenting C++ projects.
810

911
Directives for Declaring Entities

doc/usage/domains/javascript.rst

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

7+
.. versionadded:: 1.0
8+
79
The JavaScript domain (name **js**) provides the following directives:
810

911
.. rst:directive:: .. js:module:: name

doc/usage/domains/mathematics.rst

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

7+
.. versionadded:: 1.8
8+
79
The math domain (name **math**) provides the following roles:
810

911
.. rst:role:: math:numref

doc/usage/domains/python.rst

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

7+
.. versionadded:: 1.0
8+
79
The Python domain (name **py**) provides the following directives for module
810
declarations:
911

doc/usage/domains/restructuredtext.rst

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

7+
.. versionadded:: 1.0
8+
79
The reStructuredText domain (name **rst**) provides the following directives:
810

911
.. rst:directive:: .. rst:directive:: name

doc/usage/domains/standard.rst

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

7+
.. versionadded:: 1.0
8+
79
The so-called "standard" domain collects all markup that doesn't warrant a
810
domain of its own. Its directives and roles are not prefixed with a domain
911
name.

0 commit comments

Comments
 (0)