Skip to content

Commit d06cd26

Browse files
committed
update docs to reflect transition to git
1 parent f925b7d commit d06cd26

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

doc/_templates/indexsidebar.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ <h3>Download</h3>
66
<h3>Questions? Suggestions? Contributions?</h3>
77

88
<p>Visit the
9-
<a href="https://launchpad.net/python-quantities">Quantities project page at launchpad</a>
9+
<a href="http://github.com/python-quantities/python-quantities">Quantities
10+
project page at github</a>
1011
</p>
1112

doc/user/installation.rst

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,41 +8,41 @@ Prerequisites
88

99
Quantities has a few dependencies:
1010

11-
* Python_ (version 2.5 or later)
12-
* NumPy_ (version 1.3 or later)
11+
* Python_ (>=2.5)
12+
* NumPy_ (>=1.3)
1313

14-
The following are also suggested:
14+
in order to run the test suite, you will need:
1515

16-
* setuptools_ (version 0.6c8 or later, for developers)
17-
* nose_ (for unit tests)
18-
* coverage_ (for unit tests)
16+
* nose_
1917

20-
Source Code Installation
21-
========================
18+
The following are also suggested for anyone contributing to
19+
quantities:
2220

23-
To install Quantities, download the Quantites sourcecode from PyPi_ and
24-
run "python setup.py install" in the quantities source directory.
21+
* distribute_ (>=0.6.10) or setuptools_ (=>0.6c11)
22+
* coverage_
2523

26-
Development Branch
27-
==================
24+
Source Code Installation
25+
========================
2826

29-
You can follow and contribute to Quantities' development by obtaining a
30-
bzr version control branch. Just install bzr and type::
27+
To install Quantities, download the Quantites sourcecode from PyPi_
28+
and run "python setup.py install" in the quantities source directory.
3129

32-
bzr branch lp:python-quantities
30+
Development
31+
===========
3332

34-
and then periodically bring your branch up to date::
33+
You can follow and contribute to Quantities' development using git::
3534

36-
bzr pull
35+
git clone git@github.com:darrendale/python-quantities.git
3736

38-
Bugs, feature requests, and questions can be directed to the launchpad_
37+
Bugs, feature requests, and questions can be directed to the github_
3938
website.
4039

4140

4241
.. _Python: http://www.python.org/
42+
.. _distribute: http://pypi.python.org/pypi/distribute
4343
.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools
4444
.. _NumPy: http://www.scipy.org
4545
.. _nose: http://somethingaboutorange.com/mrl/projects/nose
4646
.. _coverage: http://nedbatchelder.com/code/modules/rees-coverage.html
4747
.. _PyPi: http://pypi.python.org/pypi/quantities
48-
.. _launchpad: https://launchpad.net/python-quantities
48+
.. _github: http://github.com/python-quantities/python-quantities

0 commit comments

Comments
 (0)