From 750e9677b1ce303fa913c3e0754c3884d6517626 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 29 Nov 2014 13:55:47 +0100 Subject: With docs up on http://gitpython.readthedocs.org, a manually maintained index isn't required anymore [ci skip] --- doc/doc_index/0.1/intro.html | 184 ------------------------------------------- 1 file changed, 184 deletions(-) delete mode 100644 doc/doc_index/0.1/intro.html (limited to 'doc/doc_index/0.1/intro.html') diff --git a/doc/doc_index/0.1/intro.html b/doc/doc_index/0.1/intro.html deleted file mode 100644 index 77d9f685..00000000 --- a/doc/doc_index/0.1/intro.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - - Overview / Install — GitPython v0.1.7 documentation - - - - - - - - - - - - -
-
-
-
- -
-

Overview / Install

-

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

-

GitPython is a port of the grit library in Ruby created by -Tom Preston-Werner and Chris Wanstrath.

-
-

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, which can be browsed at:

-

http://gitorious.org/git-python

-

and cloned from:

-

git://gitorious.org/git-python/mainline.git

-
-
-

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