From 3543e35aeb994f2cc179ab1bb28d212e8c0cb160 Mon Sep 17 00:00:00 2001 From: "Espen A. Kristiansen" Date: Thu, 10 May 2012 22:28:57 +0200 Subject: [PATCH] Fixed some docs issues. --- docs/index.rst | 12 ++++++------ docs/tasks.rst | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 23f4ba1..8625535 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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. @@ -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 `. Documentation diff --git a/docs/tasks.rst b/docs/tasks.rst index b44dbe9..37ed1d8 100644 --- a/docs/tasks.rst +++ b/docs/tasks.rst @@ -11,5 +11,5 @@ awsfabrictasks.ec2.tasks awsfabrictasks.ec2.regions -------------------------- -.. automodule:: awsfabrictasks.ec2.regions +.. automodule:: awsfabrictasks.regions :members: