Skip to content

Commit

Permalink
doc: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Mar 6, 2020
1 parent 729efd2 commit f13c546
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions doc/extdev/appapi.rst
Expand Up @@ -45,7 +45,6 @@ package.

.. automethod:: Sphinx.add_enumerable_node(node, figtype, title_getter=None, \*\*kwds)

.. method:: Sphinx.add_directive(name, func, content, arguments, \*\*options)
.. automethod:: Sphinx.add_directive(name, directiveclass)

.. automethod:: Sphinx.add_role(name, role)
Expand All @@ -54,7 +53,6 @@ package.

.. automethod:: Sphinx.add_domain(domain)

.. method:: Sphinx.add_directive_to_domain(domain, name, func, content, arguments, \*\*options)
.. automethod:: Sphinx.add_directive_to_domain(domain, name, directiveclass)

.. automethod:: Sphinx.add_role_to_domain(domain, name, role)
Expand Down Expand Up @@ -107,6 +105,7 @@ Emitting events
---------------

.. class:: Sphinx
:noindex:

.. automethod:: emit(event, \*arguments)

Expand Down
5 changes: 1 addition & 4 deletions doc/templating.rst
Expand Up @@ -227,6 +227,7 @@ them to generate links or output multiply used elements.
documents.

.. function:: pathto(file, 1)
:noindex:

Return the path to a *file* which is a filename relative to the root of the
generated output. Use this to refer to static files.
Expand Down Expand Up @@ -413,10 +414,6 @@ are in HTML form), these variables are also available:
nonempty if the :confval:`html_copy_source` value is ``True``.
This has empty value on creating automatically-generated files.

.. data:: title

The page title.

.. data:: toc

The local table of contents for the current page, rendered as HTML bullet
Expand Down
1 change: 1 addition & 0 deletions doc/usage/extensions/autosummary.rst
Expand Up @@ -273,6 +273,7 @@ Additionally, the following filters are available
replaces the builtin Jinja `escape filter`_ that does html-escaping.

.. function:: underline(s, line='=')
:noindex:

Add a title underline to a piece of text.

Expand Down

0 comments on commit f13c546

Please sign in to comment.