Sophie

Sophie

distrib > Mageia > 4 > i586 > media > core-release > by-pkgid > c95717a2237548a7bdaddf39c85b0f0f > files > 110

python-sphinx-doc-1.1.3-7.mga4.noarch.rpm



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>sphinx.ext.oldcmarkup – Compatibility extension for old C markup &mdash; Sphinx 1.1.3 documentation</title>
    
    <link rel="stylesheet" href="../_static/sphinxdoc.css" type="text/css" />
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '../',
        VERSION:     '1.1.3',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="../_static/jquery.js"></script>
    <script type="text/javascript" src="../_static/underscore.js"></script>
    <script type="text/javascript" src="../_static/doctools.js"></script>
    <link rel="search" type="application/opensearchdescription+xml"
          title="Search within Sphinx 1.1.3 documentation"
          href="../_static/opensearch.xml"/>
    <link rel="top" title="Sphinx 1.1.3 documentation" href="../index.html" />
    <link rel="up" title="Sphinx Extensions" href="../extensions.html" />
    <link rel="next" title="Sphinx Web Support" href="../websupport.html" />
    <link rel="prev" title="sphinx.ext.viewcode – Add links to highlighted source code" href="viewcode.html" />
 
<style type="text/css">
  table.right { float: right; margin-left: 20px; }
  table.right td { border: 1px solid #ccc; }
</style>

  </head>
  <body>
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
<img src="../_static/sphinx.png" alt="Sphinx logo" />
</div>

    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="../websupport.html" title="Sphinx Web Support"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="viewcode.html" title="sphinx.ext.viewcode – Add links to highlighted source code"
             accesskey="P">previous</a> |</li>
        <li><a href="../index.html">Sphinx home</a>&nbsp;|&nbsp;</li>
        <li><a href="../contents.html">Documentation</a>
          &raquo;</li>

          <li><a href="../extensions.html" accesskey="U">Sphinx Extensions</a> &raquo;</li> 
      </ul>
    </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h4>Previous topic</h4>
  <p class="topless"><a href="viewcode.html"
                        title="previous chapter"><tt class="docutils literal"><span class="pre">sphinx.ext.viewcode</span></tt> &#8211; Add links to highlighted source code</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="../websupport.html"
                        title="next chapter">Sphinx Web Support</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="../_sources/ext/oldcmarkup.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="../search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="module-sphinx.ext.oldcmarkup">
<span id="sphinx-ext-oldcmarkup-compatibility-extension-for-old-c-markup"></span><h1><a class="reference internal" href="#module-sphinx.ext.oldcmarkup" title="sphinx.ext.oldcmarkup: Allow further use of the pre-domain C markup"><tt class="xref py py-mod docutils literal"><span class="pre">sphinx.ext.oldcmarkup</span></tt></a> &#8211; Compatibility extension for old C markup<a class="headerlink" href="#module-sphinx.ext.oldcmarkup" title="Permalink to this headline">¶</a></h1>
<p><em>Module author: Georg Brandl</em></p>
<p class="versionadded">
<span class="versionmodified">New in version 1.0.</span></p>
<p>This extension is a transition helper for projects that used the old
(pre-domain) C markup, i.e. the directives like <tt class="docutils literal"><span class="pre">cfunction</span></tt> and roles like
<tt class="docutils literal"><span class="pre">cfunc</span></tt>.  Since the introduction of domains, they must be called by their
fully-qualified name (<tt class="docutils literal"><span class="pre">c:function</span></tt> and <tt class="docutils literal"><span class="pre">c:func</span></tt>, respectively) or, with the
default domain set to <tt class="docutils literal"><span class="pre">c</span></tt>, by their new name (<tt class="docutils literal"><span class="pre">function</span></tt> and <tt class="docutils literal"><span class="pre">func</span></tt>).
(See <a class="reference internal" href="../domains.html#c-domain"><em>The C Domain</em></a> for the details.)</p>
<p>If you activate this extension, it will register the old names, and you can
use them like before Sphinx 1.0.  The directives are:</p>
<ul class="simple">
<li><tt class="docutils literal"><span class="pre">cfunction</span></tt></li>
<li><tt class="docutils literal"><span class="pre">cmember</span></tt></li>
<li><tt class="docutils literal"><span class="pre">cmacro</span></tt></li>
<li><tt class="docutils literal"><span class="pre">ctype</span></tt></li>
<li><tt class="docutils literal"><span class="pre">cvar</span></tt></li>
</ul>
<p>The roles are:</p>
<ul class="simple">
<li><tt class="docutils literal"><span class="pre">cdata</span></tt></li>
<li><tt class="docutils literal"><span class="pre">cfunc</span></tt></li>
<li><tt class="docutils literal"><span class="pre">cmacro</span></tt></li>
<li><tt class="docutils literal"><span class="pre">ctype</span></tt></li>
</ul>
<p>However, it is advised to migrate to the new markup &#8211; this extension is a
compatibility convenience and will disappear in a future version of Sphinx.</p>
</div>


          </div>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="../websupport.html" title="Sphinx Web Support"
             >next</a> |</li>
        <li class="right" >
          <a href="viewcode.html" title="sphinx.ext.viewcode – Add links to highlighted source code"
             >previous</a> |</li>
        <li><a href="../index.html">Sphinx home</a>&nbsp;|&nbsp;</li>
        <li><a href="../contents.html">Documentation</a>
          &raquo;</li>

          <li><a href="../extensions.html" >Sphinx Extensions</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2007-2011, Georg Brandl.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
    </div>
  </body>
</html>