Skip to content

Commit

Permalink
Fix doc8 linting failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
hameerabbasi committed Apr 26, 2019
1 parent 8d40a63 commit 7c8a060
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/_templates/autosummary/module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,24 @@

{% if classes %}
.. rubric:: Classes

.. autosummary::
:toctree:

{% for class in classes %}
{{ class }}
{% endfor %}

{% endif %}

{% if functions %}
.. rubric:: Functions

.. autosummary::
:toctree:

{% for function in functions %}
{{ function }}
{% endfor %}

{% endif %}

0 comments on commit 7c8a060

Please sign in to comment.