deb-python-pygit2/docs/index.rst
Carlos Martín Nieto 87c8aef7d9 Settings: add documentation
The search_path attribute is now inside __init__() so it shows properly
in the generated documentation.
2014-03-24 01:44:36 +01:00

58 lines
1.1 KiB
ReStructuredText

.. 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!
==================================
.. image:: https://secure.travis-ci.org/libgit2/pygit2.png
:target: http://travis-ci.org/libgit2/pygit2
Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2
implements the core of Git. Pygit2 works with Python 2.6, 2.7, 3.1, 3.2 and
3.3
Pygit2 links:
- http://github.com/libgit2/pygit2 -- Source code and issue tracker
- http://www.pygit2.org/ -- Documentation
- http://pypi.python.org/pypi/pygit2 -- Download
Start:
.. toctree::
:maxdepth: 1
install
recipes
Usage guide:
.. toctree::
:maxdepth: 1
general
repository
oid
objects
references
revparse
log
working-copy
diff
merge
config
remotes
blame
settings
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`