Skip to content

Commit

Permalink
Don't capitalize module names
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-sadeghi committed Sep 3, 2022
1 parent 67faceb commit 28ca096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_templates/autosummary/module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p hidden>This is a module</p>

{{ name | capitalize | escape | underline }}
{{ name | escape | underline }}

.. automodule:: {{ fullname }}

Expand Down

0 comments on commit 28ca096

Please sign in to comment.