richleland / django-cumulus (http://packages.python.org/django-cumulus/)

An interface to Rackspace Cloud Files through Django.

Clone this repository (size: 76.4 KB): HTTPS / SSH
$ hg clone http://code.richleland.com/django-cumulus

Changed (Δ13 bytes):

raw changeset »

docs/conf.py (2 lines added, 2 lines removed)

docs/index.rst (5 lines added, 4 lines removed)

Up to file-list docs/conf.py:

@@ -45,9 +45,9 @@ copyright = u'2010, Rich Leland'
45
45
# built documents.
46
46
#
47
47
# The short X.Y version.
48
version = '0.2'
48
version = '0.2.1'
49
49
# The full version, including alpha/beta/rc tags.
50
release = '0.2'
50
release = '0.2.1'
51
51
52
52
# The language for content autogenerated by Sphinx. Refer to documentation
53
53
# for a list of supported languages.

Up to file-list docs/index.rst:

@@ -10,10 +10,11 @@ The aim of django-cumulus is to provide
10
10
   changelog
11
11
12
12
.. comment: split here
13
13
14
Installation
14
15
************
15
16
16
To install the latest release (currently 0.2) from PyPI using pip::
17
To install the latest release (currently 0.2.1) from PyPI using pip::
17
18
18
19
    pip install django-cumulus
19
20
@@ -23,8 +24,8 @@ To install the development version using
23
24
24
25
Or you can download the tarball and install::
25
26
26
    wget http://bitbucket.org/richleland/django-cumulus/get/0.2.tar.gz
27
    tar -xzvf django-cumulus-0.2.tar.gz
27
    wget http://bitbucket.org/richleland/django-cumulus/get/0.2.1.tar.gz
28
    tar -xzvf django-cumulus-0.2.1.tar.gz
28
29
    cd django-cumulus
29
30
    python setup.py install
30
31
@@ -70,7 +71,7 @@ Requirements
70
71
71
72
You can install these dependencies yourself, or use the requirements file included in the package::
72
73
73
    pip install -r http://bitbucket.org/richleland/django-cumulus/raw/0.2/requirements.txt
74
    pip install -r http://bitbucket.org/richleland/django-cumulus/raw/0.2.1/requirements.txt
74
75
75
76
Tests
76
77
*****