Add versionadded directives

This commit is contained in:
Adam Turner 2023-10-01 20:04:02 +01:00
parent e15fc04e53
commit 3dd10e47d0
7 changed files with 14 additions and 0 deletions

View File

@ -4,6 +4,8 @@
The C Domain
============
.. versionadded:: 1.0
The C domain (name **c**) is suited for documentation of C API.
.. rst:directive:: .. c:member:: declaration

View File

@ -4,6 +4,8 @@
The C++ Domain
==============
.. versionadded:: 1.0
The C++ domain (name **cpp**) supports documenting C++ projects.
Directives for Declaring Entities

View File

@ -4,6 +4,8 @@
The JavaScript Domain
=====================
.. versionadded:: 1.0
The JavaScript domain (name **js**) provides the following directives:
.. rst:directive:: .. js:module:: name

View File

@ -4,6 +4,8 @@
The Mathematics Domain
======================
.. versionadded:: 1.8
The math domain (name **math**) provides the following roles:
.. rst:role:: math:numref

View File

@ -4,6 +4,8 @@
The Python Domain
=================
.. versionadded:: 1.0
The Python domain (name **py**) provides the following directives for module
declarations:

View File

@ -4,6 +4,8 @@
The reStructuredText Domain
===========================
.. versionadded:: 1.0
The reStructuredText domain (name **rst**) provides the following directives:
.. rst:directive:: .. rst:directive:: name

View File

@ -4,6 +4,8 @@
The Standard Domain
===================
.. versionadded:: 1.0
The so-called "standard" domain collects all markup that doesn't warrant a
domain of its own. Its directives and roles are not prefixed with a domain
name.