summaryrefslogtreecommitdiff
path: root/doc/ext
diff options
context:
space:
mode:
authorRob Ruana <rob@relentlessidiot.com>2014-01-18 14:23:23 -0500
committerRob Ruana <rob@relentlessidiot.com>2014-01-18 14:23:23 -0500
commit49b952d84136ef89132de8d48b4b937b816f0c22 (patch)
treea080fdce15d08569c495273ead20706ba775dc2f /doc/ext
parentd6498e009d54c1be6ae2d68e4c86c651dc108ee1 (diff)
parent39287f95535866e2d4d1544f8688ce22fd19a69a (diff)
downloadsphinx-49b952d84136ef89132de8d48b4b937b816f0c22.tar.gz
Merge conflicts
Diffstat (limited to 'doc/ext')
-rw-r--r--doc/ext/oldcmarkup.rst35
1 files changed, 0 insertions, 35 deletions
diff --git a/doc/ext/oldcmarkup.rst b/doc/ext/oldcmarkup.rst
deleted file mode 100644
index 0fdd9fec..00000000
--- a/doc/ext/oldcmarkup.rst
+++ /dev/null
@@ -1,35 +0,0 @@
-:mod:`sphinx.ext.oldcmarkup` -- Compatibility extension for old C markup
-========================================================================
-
-.. module:: sphinx.ext.oldcmarkup
- :synopsis: Allow further use of the pre-domain C markup
-.. moduleauthor:: Georg Brandl
-
-.. versionadded:: 1.0
-
-
-This extension is a transition helper for projects that used the old
-(pre-domain) C markup, i.e. the directives like ``cfunction`` and roles like
-``cfunc``. Since the introduction of domains, they must be called by their
-fully-qualified name (``c:function`` and ``c:func``, respectively) or, with the
-default domain set to ``c``, by their new name (``function`` and ``func``).
-(See :ref:`c-domain` for the details.)
-
-If you activate this extension, it will register the old names, and you can
-use them like before Sphinx 1.0. The directives are:
-
-- ``cfunction``
-- ``cmember``
-- ``cmacro``
-- ``ctype``
-- ``cvar``
-
-The roles are:
-
-- ``cdata``
-- ``cfunc``
-- ``cmacro``
-- ``ctype``
-
-However, it is advised to migrate to the new markup -- this extension is a
-compatibility convenience and will disappear in a future version of Sphinx.