mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add versionadded directives
This commit is contained in:
parent
e15fc04e53
commit
3dd10e47d0
@ -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
|
||||
|
@ -4,6 +4,8 @@
|
||||
The C++ Domain
|
||||
==============
|
||||
|
||||
.. versionadded:: 1.0
|
||||
|
||||
The C++ domain (name **cpp**) supports documenting C++ projects.
|
||||
|
||||
Directives for Declaring Entities
|
||||
|
@ -4,6 +4,8 @@
|
||||
The JavaScript Domain
|
||||
=====================
|
||||
|
||||
.. versionadded:: 1.0
|
||||
|
||||
The JavaScript domain (name **js**) provides the following directives:
|
||||
|
||||
.. rst:directive:: .. js:module:: name
|
||||
|
@ -4,6 +4,8 @@
|
||||
The Mathematics Domain
|
||||
======================
|
||||
|
||||
.. versionadded:: 1.8
|
||||
|
||||
The math domain (name **math**) provides the following roles:
|
||||
|
||||
.. rst:role:: math:numref
|
||||
|
@ -4,6 +4,8 @@
|
||||
The Python Domain
|
||||
=================
|
||||
|
||||
.. versionadded:: 1.0
|
||||
|
||||
The Python domain (name **py**) provides the following directives for module
|
||||
declarations:
|
||||
|
||||
|
@ -4,6 +4,8 @@
|
||||
The reStructuredText Domain
|
||||
===========================
|
||||
|
||||
.. versionadded:: 1.0
|
||||
|
||||
The reStructuredText domain (name **rst**) provides the following directives:
|
||||
|
||||
.. rst:directive:: .. rst:directive:: name
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user