Skip to content

Commit

Permalink
Merge pull request deis#133 from opdemand/128-sphinx-task-decorator
Browse files Browse the repository at this point in the history
Fixed Sphinx docs for functions decorated with @task
  • Loading branch information
mboersma committed Aug 23, 2013
2 parents 3ea1730 + f39246a commit df4d7bf
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 15 deletions.
4 changes: 4 additions & 0 deletions docs/server/celerytasks.azuresms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ celerytasks.azuresms
.. automodule:: celerytasks.azuresms
:members:
:undoc-members:

.. autofunction:: launch_node(node_id, creds, params, init, ssh_username, ssh_private_key)
.. autofunction:: terminate_node(node_id, creds, params, provider_id)
.. autofunction:: converge_node(node_id, ssh_username, fqdn, ssh_private_key, command='sudo chef-client')
4 changes: 4 additions & 0 deletions docs/server/celerytasks.controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ celerytasks.controller
.. automodule:: celerytasks.controller
:members:
:undoc-members:

.. autofunction:: update_gitosis(databag_item_value)
.. autofunction:: update_formation(formation_id, databag_item_value)
.. autofunction:: destroy_formation(formation_id)
7 changes: 7 additions & 0 deletions docs/server/celerytasks.ec2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ celerytasks.ec2
.. automodule:: celerytasks.ec2
:members:
:undoc-members:

.. autofunction:: build_layer(layer, creds, params)
.. autofunction:: destroy_layer(layer, creds, params)
.. autofunction:: launch_node(node_id, creds, params, init, ssh_username, ssh_private_key)
.. autofunction:: terminate_node(node_id, creds, params, provider_id)
.. autofunction:: converge_node(node_id, ssh_username, fqdn, ssh_private_key, command='sudo chef-client')
.. autofunction:: run_node(node_id, ssh_username, fqdn, ssh_private_key, docker_args, command)
7 changes: 7 additions & 0 deletions docs/server/celerytasks.mock.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ celerytasks.mock
.. automodule:: celerytasks.mock
:members:
:undoc-members:

.. autofunction:: build_layer(layer, creds, params)
.. autofunction:: destroy_layer(layer, creds, params)
.. autofunction:: launch_node(node_id, creds, params, init, ssh_username, ssh_private_key)
.. autofunction:: terminate_node(node_id, creds, params, provider_id)
.. autofunction:: converge_node(node_id, ssh_username, fqdn, ssh_private_key)
.. autofunction:: run_node(node_id, ssh_username, fqdn, ssh_private_key, docker_args, command)
1 change: 0 additions & 1 deletion docs/server/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ Server Reference
celerytasks.mock
celerytasks.util

web.models
web.urls
web.views
14 changes: 0 additions & 14 deletions docs/server/web.models.rst

This file was deleted.

0 comments on commit df4d7bf

Please sign in to comment.