Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Sphinx / tests / roots / test-autosummary / sphinx.rst
Size: Mime:
Autosummary test
================

.. autosummary::
   :toctree: generated

   sphinx.application.Sphinx

.. currentmodule:: sphinx.application

.. autoclass:: TemplateBridge

   Basic test

   .. autosummary::

      render                    -- some ignored stuff goes here
      render_string             More ignored stuff

   Test with tildes

   .. autosummary::

      ~TemplateBridge.render
      ~TemplateBridge.render_string

   Methods:

  .. automethod:: render

  .. automethod:: render_string