Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 455 Bytes

documentation_styles.rst

File metadata and controls

22 lines (12 loc) · 455 Bytes

documentation styles

You can choose different ways of documenting the help section of your code.

Those are adapted from their equivalent in python.

Those functions can be found here

---

.. automodule:: src

.. autofunction:: count_line_google_style_help

---

.. autofunction:: count_line_numpy_style_help

---

.. autofunction:: count_line_rst_style_help