Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4ae92aa

Browse files
committed
Added build-the-docs badge and updated url
1 parent616ae50 commit4ae92aa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ GitPython's git repo is available on GitHub, which can be browsed at [github](ht
5555

5656
###INFRASTRUCTURE
5757

58-
*[User Documentation](http://packages.python.org/GitPython/)
58+
*[User Documentation](http://gitpython.readthedocs.org)
5959
*[Mailing List](http://groups.google.com/group/git-python)
6060
*[Issue Tracker](https://github.com/gitpython-developers/GitPython/issues)
6161

@@ -67,6 +67,8 @@ New BSD License. See the LICENSE file.
6767

6868
[![Build Status](https://travis-ci.org/gitpython-developers/GitPython.svg?branch=0.3)](https://travis-ci.org/gitpython-developers/GitPython)
6969
[![Coverage Status](https://coveralls.io/repos/gitpython-developers/GitPython/badge.png)](https://coveralls.io/r/gitpython-developers/GitPython)
70+
[![Documentation Status](https://readthedocs.org/projects/gitpython/badge/?version=stable)](https://readthedocs.org/projects/gitpython/?badge=stable)
71+
7072

7173
The project was idle for 2 years, the last release (v0.3.2 RC1) was made on July 2011. Reason for this might have been the project's dependency on me as sole active maintainer, which is an issue in itself.
7274

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def _stamp_version(filename):
7575
description="Python Git Library",
7676
author="Sebastian Thiel, Michael Trier",
7777
author_email="byronimo@gmail.com, mtrier@gmail.com",
78-
url="http://gitorious.org/projects/git-python/",
78+
url="https://github.com/gitpython-developers/GitPython",
7979
packages=find_packages('.'),
8080
py_modules=['git.'+f[:-3]forfinos.listdir('./git')iff.endswith('.py')],
8181
package_data={'git.test': ['fixtures/*']},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp