Skip to content

Commit 7cd482d

Browse files
committed
Silenced some sphinx warnings.
1 parent 1788290 commit 7cd482d

4 files changed

Lines changed: 18 additions & 10 deletions

File tree

docs/client/containers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ containers
22
==========
33

44
.. automethod:: client.deis.DeisClient.containers_scale
5+
:noindex:
56
.. automethod:: client.deis.DeisClient.containers_list
67

docs/client/formations.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@ formations
22
==========
33

44
.. automethod:: client.deis.DeisClient.formations_create
5+
:noindex:
56
.. automethod:: client.deis.DeisClient.formations_info
7+
:noindex:
68
.. automethod:: client.deis.DeisClient.formations_list
79
.. automethod:: client.deis.DeisClient.formations_calculate
10+
:noindex:
811
.. automethod:: client.deis.DeisClient.formations_converge
12+
:noindex:
913
.. automethod:: client.deis.DeisClient.formations_destroy
14+
:noindex:

docs/client/index.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,40 @@
11
:title: client
2-
:description: -- todo: change me
3-
:keywords: deis, documentation, api
2+
:description: Deis Client Reference
3+
:keywords: deis, documentation, client, reference
44

55
.. _client:
66

77
Client Reference
8-
=============
8+
================
99

1010
:Release: |version|
1111
:Date: |today|
1212

1313
.. toctree::
1414
:maxdepth: 1
15-
15+
1616
register
1717
login
1818
logout
19-
19+
2020
create
2121
info
2222
scale
2323
converge
2424
calculate
2525
destroy
26-
26+
2727
formations
2828
layers
2929
nodes
3030
containers
31-
31+
3232
providers
3333
flavors
3434
keys
35-
35+
36+
.. todo
37+
3638
config
3739
builds
3840
releases

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Deis is a Django/Celery API server, Python CLI and set of
99
`Chef cookbooks`_ that combine to provide a Heroku-inspired application
1010
platform for public and private clouds. Your PaaS. Your Rules.
1111

12-
.. image:: _static/img/deis-graphic.png
12+
.. image:: ../web/static/img/deis-graphic.png
1313

1414
If you are new to Deis, you should start with :ref:`Concepts`.
1515
Once you've completed :ref:`installation` of your private Deis controller,
@@ -23,4 +23,4 @@ Interested in contributing to the Deis project? Check out our
2323
:ref:`Contributor Overview <contributor>` and
2424
:ref:`devsetup` instructions.
2525

26-
.. _`Chef cookbooks`: https://github.com/opdemand/deis-cookbook
26+
.. _`Chef cookbooks`: https://github.com/opdemand/deis-cookbook

0 commit comments

Comments
 (0)