Skip to content

Commit

Permalink
Fixed some docs issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
espenak committed May 10, 2012
1 parent 6177f2c commit 3543e35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/index.rst
Expand Up @@ -56,20 +56,20 @@ Using the example
-----------------
List basic information about your instances with::

$ bin/awsfab ec2_list_instances
$ awsfab ec2_list_instances

Start one of your existing EC2 instances (the example assumes it is tagged with
``Name="mytest"``):
``Name="mytest"``)::

$ bin/awsfab -E mytest ec2_start_instance
$ awsfab -E mytest ec2_start_instance

Login (SSH) to the instance we just started::

$ bin/awsfab -E mytest ec2_login
$ awsfab -E mytest ec2_login

See::

$ bin/awsfab -l
$ awsfab -l

or :ref:`tasks` for more tasks.

Expand All @@ -89,7 +89,7 @@ all your choices before the instance in created.
More task-examples
==================
The best examples are the provided tasks. Just browse the source, or use the
``[source]`` links in the :ref:`tasks docs (tasks)`.
``[source]`` links in the :ref:`tasks docs <tasks>`.


Documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks.rst
Expand Up @@ -11,5 +11,5 @@ awsfabrictasks.ec2.tasks

awsfabrictasks.ec2.regions
--------------------------
.. automodule:: awsfabrictasks.ec2.regions
.. automodule:: awsfabrictasks.regions
:members:

0 comments on commit 3543e35

Please sign in to comment.