.. Example Repo documentation master file, created by sphinx-quickstart on Fri Feb 12 13:31:19 2021. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to Example Repo's documentation! ======================================== Our example repo is supposed to help new members of the AutoFlow team to get up to speed on the basics of software development using Python. It provides examples, guides and explanations for creating a new Python package with distinct modules, proper documentation, unit tests and a CircleCI framework. Features -------- #. .circleci #. /docs #. /example_repo #. /examples #. /tests #. .gitignore #. .readthedocs.yml #. LICENSE #. README.md #. requirements.txt #. setup.py #. :doc:`Documentation ` Contributing to the example_repo -------------------------------- Contact Matthias (matmat(at)biosustain.dtu.dk) or Ricardo (riheme(at)biosustain.dtu.dk) or raise an issue on GitHub. .. toctree:: :maxdepth: 1 :caption: Contents: documentation Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`