summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-10 07:17:31 +0200
committerGeorg Brandl <georg@python.org>2013-10-10 07:17:31 +0200
commit1785841f6e0a3d3f867ce1b31afb3eb328e06588 (patch)
tree0207684ea0698007778551b6e3f8efaaeeec9f20
parentbe021b33fe5b12cc67ff34ee3d880f7147097296 (diff)
parent61ea52db9f8f914aa7c9508db382525eef81a66d (diff)
downloadsphinx-1785841f6e0a3d3f867ce1b31afb3eb328e06588.tar.gz
Merged in JonnyJD/sphinx-fix-none-property (pull request #179)
autodoc: fix annotation None for properties
-rw-r--r--doc/domains.rst15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/domains.rst b/doc/domains.rst
index e75d3e5e..56642887 100644
--- a/doc/domains.rst
+++ b/doc/domains.rst
@@ -818,15 +818,24 @@ More domains
------------
The sphinx-contrib_ repository contains more domains available as extensions;
-currently Ada, CoffeeScript_, Erlang_, HTTP_, Jinja_, PHP_, Ruby, and Scala_
-domains.
+currently Ada_, CoffeeScript_, Erlang_, HTTP_, Lasso_, MATLAB_, PHP_, and Ruby_
+domains. Also available are domains for `Common Lisp`_, dqn_, Go_, Jinja_,
+Operation_, and Scala_.
.. _sphinx-contrib: https://bitbucket.org/birkenfeld/sphinx-contrib/
+.. _Ada: http://pypi.python.org/pypi/sphinxcontrib-adadomain
.. _CoffeeScript: http://pypi.python.org/pypi/sphinxcontrib-coffee
+.. _Common Lisp: http://pypi.python.org/pypi/sphinxcontrib-cldomain
+.. _dqn: http://pypi.python.org/pypi/sphinxcontrib-dqndomain
.. _Erlang: http://pypi.python.org/pypi/sphinxcontrib-erlangdomain
+.. _Go: http://pypi.python.org/pypi/sphinxcontrib-golangdomain
.. _HTTP: http://pypi.python.org/pypi/sphinxcontrib-httpdomain
.. _Jinja: http://pypi.python.org/pypi/sphinxcontrib-jinjadomain
-.. _Scala: http://pypi.python.org/pypi/sphinxcontrib-scaladomain
+.. _Lasso: http://pypi.python.org/pypi/sphinxcontrib-lassodomain
+.. _MATLAB: http://pypi.python.org/pypi/sphinxcontrib-matlabdomain
+.. _Operation: http://pypi.python.org/pypi/sphinxcontrib-operationdomain
.. _PHP: http://pypi.python.org/pypi/sphinxcontrib-phpdomain
+.. _Ruby: http://bitbucket.org/birkenfeld/sphinx-contrib/src/default/rubydomain
+.. _Scala: http://pypi.python.org/pypi/sphinxcontrib-scaladomain