.. pygit2 documentation master file, created by
   sphinx-quickstart on Sun Jan  6 09:55:26 2013.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to pygit2's documentation!
==================================

Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2
implements the core of Git.  Pygit2 works with Python 3.5 - 3.8 and pypy.

Links:

- http://www.pygit2.org/ -- Documentation
- https://github.com/libgit2/pygit2 -- Source code and issue tracker
- https://pypi.python.org/pypi/pygit2 -- Download
- https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst -- Changelog
- https://github.com/libgit2/pygit2/blob/master/AUTHORS.rst -- Authors

Start:

.. toctree::
   :maxdepth: 1

   install
   development
   recipes

Usage guide:

.. toctree::
   :maxdepth: 1

   general

   backends
   blame
   branches
   commit_log
   config
   diff
   features
   index_file
   mailmap
   merge
   oid
   objects
   references
   remotes
   repository
   revparse
   settings
   submodule
   worktree


Indices and tables
==================

* :ref:`genindex`
