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

Commit5abecd1

Browse files
committed
fix trailing whitespace
1 parent0e90a8f commit5abecd1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎doc/source/intro.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Requirements
1919
* `GitDB`_ - a pure python git database implementation
2020

2121
* `async`_ - asynchronous task scheduling
22-
22+
2323
* `Python Nose`_ - used for running the tests
2424
* `Mock by Michael Foord`_ used for tests. Requires version 0.5
2525

@@ -57,7 +57,7 @@ script:
5757
..sourcecode::none
5858

5959
# python setup.py install
60-
60+
6161
..note::In this case, you have to manually install `GitDB`_ and `async`_ as well. It would be recommended to use the :ref:`git source repository <source-code-label>` in that case.
6262

6363
Getting Started
@@ -85,16 +85,16 @@ GitPython's git repo is available on GitHub, which can be browsed at:
8585
and cloned using::
8686

8787
$ git clone git://github.com/gitpython-developers/GitPython.git git-python
88-
88+
8989
Initialize all submodules to obtain the required dependencies with::
90-
90+
9191
$ cd git-python
9292
$ git submodule update --init --recursive
93-
93+
9494
Finally verify the installation by running the `nose powered<http://code.google.com/p/python-nose/>`_ unit tests::
95-
95+
9696
$ nosetests
97-
97+
9898
Mailing List
9999
============
100100
http://groups.google.com/group/git-python
@@ -104,7 +104,7 @@ Issue Tracker
104104
The issue tracker is hosted by github:
105105

106106
https://github.com/gitpython-developers/GitPython/issues
107-
107+
108108
License Information
109109
===================
110110
GitPython is licensed under the New BSD License. See the LICENSE file for

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp