Commit cfac2e99 by Gabriel Falcão

structurating some documentation files

parent f8c7367a
...@@ -24,24 +24,28 @@ First steps ...@@ -24,24 +24,28 @@ First steps
=========== ===========
* **What is Lettuce, and what it does:** * **What is Lettuce, and what it does:**
:ref:`Overview <intro-overview>` |
:ref:`Installation <intro-install>` * :ref:`Overview <intro-overview>`
* :ref:`Installation <intro-install>`
* **Tutorial:** * **Tutorial:**
:ref:`Simple features <tutorial-simple>` |
:ref:`Steps with tables <tutorial-tables>` | * :ref:`Simple features <tutorial-simple>`
:ref:`Scenario Outlines <tutorial-scenario-outlines>` | * :ref:`Steps with tables <tutorial-tables>`
:ref:`Taking actions before and after tests <tutorial-hooks>` * :ref:`Scenario Outlines <tutorial-scenario-outlines>`
* :ref:`Taking actions before and after tests <tutorial-hooks>`
* **Reference and concepts:** * **Reference and concepts:**
:ref:`Features <reference-features>` |
:ref:`Scenarios <reference-scenarios>` | * :ref:`Features <reference-features>`
:ref:`Steps <reference-steps>` | * :ref:`Scenarios <reference-scenarios>`
:ref:`Hooks <reference-hooks>` | * :ref:`Steps <reference-steps>`
:ref:`World <reference-world>` | * :ref:`Hooks <reference-hooks>`
:ref:`Language support <reference-languages>` * :ref:`World <reference-world>`
* :ref:`Language support <reference-languages>`
Recipes Recipes
======= =======
* :ref:`Browser testing with webdriver <recipes-webdriver>` * :ref:`Browser testing with webdriver <recipes-webdriver>`
* :ref:`Best assertions with nose <recipes-nose>` * :ref:`Best assertions with nose <recipes-nose>`
.. _hooks: .. _tutorial-hooks:
===== =====
Hooks Hooks
......
.. _scenario-outlines: .. _tutorial-scenario-outlines:
================= =================
Scenario Outlines Scenario Outlines
......
.. _simple: .. _tutorial-simple:
====== ======
Simple Simple
......
.. _tables: .. _tutorial-tables:
====== ======
Tables Tables
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment