.. mypythonlibrary documentation master file, created by sphinx-quickstart on Sun Sep 20 18:51:56 2020. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. My Python Library ================= *One-line description here!* |website| |release| |rtd| |license| |travis-ci| |codecov| My Python Library ================= This is a template for creating new python library. Here are some descriptions! **features** * print Hello World! * print many Hello Worlds! * command line tools for printing a lot of Hello Worlds! **Documentation**: https://mypythonlibrary.readthedocs.io **Repository**: https://github.com/terrencetec/mypythonlibrary .. |logo| image:: docs/source/_static/logo.svg :alt: Logo :target: https://github.com/terrencetec/mypythonlibrary .. |website| image:: https://img.shields.io/badge/website-mypythonlibrary-blue.svg :alt: Website :target: https://github.com/terrencetec/mypythonlibrary .. |release| image:: https://img.shields.io/github/v/release/terrencetec/mypythonlibrary?include_prereleases :alt: Release :target: https://github.com/terrencetec/mypythonlibrary/releases .. |rtd| image:: https://readthedocs.org/projects/mypythonlibrary/badge/?version=latest :alt: Read the Docs :target: https://mypythonlibrary.readthedocs.io/ .. |license| image:: https://img.shields.io/github/license/terrencetec/mypythonlibrary :alt: License :target: https://github.com/terrencetec/mypythonlibrary/blob/master/LICENSE .. |travis-ci| image:: https://travis-ci.com/terrencetec/mypythonlibrary.svg?branch=master :alt: travis-ci :target: https://travis-ci.com/terrencetec/mypythonlibrary .. |codecov| image:: https://codecov.io/gh/terrencetec/mypythonlibrary/branch/master/graph/badge.svg?token=NMEBAYFE2N :alt: codecov :target: https://codecov.io/gh/terrencetec/mypythonlibrary .. toctree:: :maxdepth: 2 :caption: Contents: self getting_started library_reference how_to_contribute for_developers Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`