Skip to content

Commit

Permalink
Add base template for consistent naming convention for functions (#2694)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-narozniak authored Dec 18, 2023
1 parent 06d08d5 commit adf28c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions datasets/doc/source/_templates/autosummary/base.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{{ name | escape | underline}}

.. currentmodule:: {{ module }}

.. auto{{ objtype }}:: {{ objname }}

0 comments on commit adf28c9

Please sign in to comment.