57 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
		
			1.0 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
 | |
| 
 | |
| 
 | |
| Indices and tables
 | |
| ==================
 | |
| 
 | |
| * :ref:`genindex`
 | |
| * :ref:`modindex`
 | |
| * :ref:`search`
 | |
| 
 | 
