git_dag ======== :ref:`genindex`, :ref:`modindex` .. only:: html :Release: |version| :Date: |today| test_, coverage_, lint_, mypy_ ------------------------------------------------------ .. _test: .test_reports/test_report.html .. _coverage: .htmlcov/index.html .. _lint: .pylint_report.html .. _mypy: .mypy-html/index.html The code is available at `git-dag `_. It can be used to generate the DAG of a git repository (either from the command-line or from python). To get started, see the :doc:`quickstart ` guide. .. toctree:: :hidden: install quickstart examples cli code_docs