Skip to content

Commit 0ba71d0

Browse files
committed
Updated docs_requirements.txt, fixed warnings and api.admin docs.
1 parent 95c8371 commit 0ba71d0

3 files changed

Lines changed: 20 additions & 7 deletions

File tree

docs/docs_requirements.txt

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,31 @@
11
# Deis requirements for Sphinx documentation generation
2+
# This avoids readthedocs.org having to install many packages that aren't
3+
# actually needed to make the docs, while honoring their limitation of
4+
# one requirements file. Please keep it up-to-date with the root
5+
# requirements.txt and dev_requirements.txt files.
6+
#
7+
# NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
8+
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [pycrypto]
9+
#
210
boto==2.23.0
311
celery==3.1.8
412
Django==1.6.2
513
django-allauth==0.15.0
614
django-guardian==1.1.1
715
django-json-field==0.5.5
816
djangorestframework==2.3.12
9-
dop==0.1.4
17+
dop==0.1.6
1018
gunicorn==18.0
1119
paramiko==1.12.1
1220
pyrax==1.6.2
1321
python-etcd==0.3.0
1422
PyYAML==3.10
23+
South==0.8.4
1524

1625
# Deis client requirements
1726
docopt==0.6.1
1827

1928
# Deis documentation requirements
20-
Sphinx>=1.2.1
29+
Sphinx>=1.2.2
2130
smartypants>=1.8.3
2231
sphinxcontrib-httpdomain>=1.2.0

docs/gettingstarted/architecture.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Architecture
1010
Deis consists of 9 modules that combine to create a distributed PaaS.
1111
Each Deis module is deployed as a :ref:`Container`.
1212

13-
.. _controller:
13+
.. _arch_controller:
1414

1515
Controller
1616
----------
@@ -59,7 +59,7 @@ The builder:
5959
#. Pushes the new Docker image to the platform's :ref:`Registry`
6060
#. Creates a new :ref:`Release` on the :ref:`Controller`
6161

62-
Once a new :ref:`Release` is generated, a new set of containers
62+
Once a new :ref:`Release` is generated, a new set of containers
6363
is deployed across the platform automatically.
6464

6565
.. _registry:
@@ -68,15 +68,15 @@ Registry
6868
--------
6969

7070
The registry module hosts `Docker`_ images on behalf of the platform.
71-
Image data is typically stored on a storage service like
71+
Image data is typically stored on a storage service like
7272
`Amazon S3`_ or `OpenStack Storage`_.
7373

7474
.. _logserver:
7575

7676
Log Server
7777
----------
7878

79-
The log server module uses `rsyslog`_ to aggregate log data from
79+
The log server module uses `rsyslog`_ to aggregate log data from
8080
across the platform.
8181
This data can then be queried by the :ref:`Controller`.
8282

@@ -93,7 +93,7 @@ Proxy
9393
-----
9494

9595
The proxy module uses `Nginx`_ to route traffic to application containers.
96-
96+
9797
.. _`Django`: https://www.djangoproject.com/
9898
.. _`Celery`: http://www.celeryproject.org/
9999
.. _`PostgreSQL`: http://www.postgresql.org/

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Deis controller requirements
2+
#
3+
# NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
4+
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [pycrypto]
5+
#
26
boto==2.23.0
37
celery==3.1.8
48
Django==1.6.2

0 commit comments

Comments
 (0)