From c3bd05b426a0e3dec8224244c3c9c0431d1ff130 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 1 Jul 2010 16:35:11 +0200 Subject: Added doc-index, which helps to keep documentation of prior but still somewhat supported versions alive --- doc/doc_index/0.2/intro.html | 196 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 doc/doc_index/0.2/intro.html (limited to 'doc/doc_index/0.2/intro.html') diff --git a/doc/doc_index/0.2/intro.html b/doc/doc_index/0.2/intro.html new file mode 100644 index 00000000..2cb9d6dd --- /dev/null +++ b/doc/doc_index/0.2/intro.html @@ -0,0 +1,196 @@ + + + + + + + Overview / Install — GitPython v0.2.0 Beta documentation + + + + + + + + + + + + +
+
+
+
+ +
+

Overview / Install

+

GitPython is a python library used to interact with Git repositories.

+

GitPython was a port of the grit library in Ruby created by +Tom Preston-Werner and Chris Wanstrath, but grew beyond its heritage through its improved design and performance.

+
+

Requirements

+ +
+
+

Installing GitPython

+

Installing GitPython is easily done using +setuptools. Assuming it is +installed, just run the following from the command-line:

+
# easy_install GitPython
+
+
+

This command will download the latest version of GitPython from the +Python Package Index and install it +to your system. More information about easy_install and pypi can be found +here:

+ +

Alternatively, you can install from the distribution using the setup.py +script:

+
# python setup.py install
+
+
+
+
+

Getting Started

+
    +
  • GitPython Tutorial - This tutorial provides a walk-through of some of +the basic functionality and concepts used in GitPython. It, however, is not +exhaustive so you are encouraged to spend some time in the +API Reference.
  • +
+
+
+

API Reference

+

An organized section of the GitPthon API is at API Reference.

+
+
+

Source Code

+

GitPython’s git repo is available on Gitorious and GitHub, which can be browsed at:

+
+ +
+

and cloned using:

+
$ git clone git://gitorious.org/git-python/mainline.git git-python
+$ git clone git://github.com/Byron/GitPython.git git-python
+
+
+ + +
+

License Information

+

GitPython is licensed under the New BSD License. See the LICENSE file for +more information.

+
+
+ + +
+
+
+
+
+

Table Of Contents

+ + +

Previous topic

+

GitPython Documentation

+

Next topic

+

GitPython Tutorial

+

This Page

+ + + +
+
+
+
+ + + + \ No newline at end of file -- cgit v1.2.3