.. {{name}} documentation master file, created by
   NOPE-CLI Tool.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to {{name}}'s documentation!
===================================

.. toctree::
   :maxdepth: 2
   :caption: Contents:



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

.. automodule:: {{name}}
   :imported-members:
   :members:
   :undoc-members:
   :show-inheritance:


   
