Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
docs(reference): use deis <command> as title
Browse files Browse the repository at this point in the history
This makes it such that when you reference the command in the
documentation as ":ref:`deis_releases`", it shows up as "deis releases".
  • Loading branch information
Matthew Fisher committed Jul 15, 2014
1 parent 923ccd4 commit 541299f
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions docs/reference/client/apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

.. _deis_apps:

apps
====
deis apps
=========

.. automethod:: client.deis.DeisClient.apps_create
.. automethod:: client.deis.DeisClient.apps_list
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/client/auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

.. _deis_auth:

auth
====
deis auth
=========

.. automethod:: client.deis.DeisClient.auth_register
.. automethod:: client.deis.DeisClient.auth_cancel
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/client/builds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

.. _deis_builds:

builds
======
deis builds
===========

.. automethod:: client.deis.DeisClient.builds_list
.. automethod:: client.deis.DeisClient.builds_create
4 changes: 2 additions & 2 deletions docs/reference/client/clusters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

.. _deis_clusters:

clusters
========
deis clusters
=============

.. automethod:: client.deis.DeisClient.clusters_create
.. automethod:: client.deis.DeisClient.clusters_list
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/client/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

.. _deis_config:

config
======
deis config
===========

.. automethod:: client.deis.DeisClient.config_list
.. automethod:: client.deis.DeisClient.config_set
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/client/domains.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

.. _deis_domains:

domains
=======
deis domains
============

.. automethod:: client.deis.DeisClient.domains_add
.. automethod:: client.deis.DeisClient.domains_list
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/client/keys.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

.. _deis_keys:

keys
====
deis keys
=========

.. automethod:: client.deis.DeisClient.keys_list
.. automethod:: client.deis.DeisClient.keys_add
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/client/ps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

.. _deis_ps:

processes
=========
deis ps
=======

.. automethod:: client.deis.DeisClient.ps_list
.. automethod:: client.deis.DeisClient.ps_scale
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/client/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

.. _deis_releases:

release
=======
deis releases
=============

.. automethod:: client.deis.DeisClient.releases_list
.. automethod:: client.deis.DeisClient.releases_info
Expand Down

0 comments on commit 541299f

Please sign in to comment.