Commit 256aead5 by Gabriel Falcão

docs adjustments

parent 532a12c3
......@@ -101,7 +101,7 @@ dt .literal, table .literal { background:none}
.note, .admonition { padding:.8em 1em .8em; margin: 1em 0; border:1px solid #94da3a}
.admonition-title { font-weight:bold; margin-top:0 !important; margin-bottom:0 !important}
.admonition .last { margin-bottom:0 !important}
.note, .admonition { padding-left:65px; background:url(docicons-note.png) .8em .8em no-repeat}
.note, .admonition { padding-left:65px; background: white url(docicons-note.png) .8em .8em no-repeat}
div.admonition-philosophy { padding-left:65px; background:url(docicons-philosophy.png) .8em .8em no-repeat}
div.admonition-behind-the-scenes { padding-left:65px; background:url(docicons-behindscenes.png) .8em .8em no-repeat}
......
......@@ -73,10 +73,10 @@ Walkthrough
* **Tutorial:**
* :ref:`Using simple features <tutorial-simple>`
* :ref:`Steps with tables <tutorial-tables>`
* :ref:`Scenario Outlines <tutorial-scenario-outlines>`
* :ref:`Taking actions before and after tests <tutorial-hooks>`
1. :ref:`Writting your first feature <tutorial-simple>`
2. :ref:`Steps with tables <tutorial-tables>`
3. :ref:`Scenario Outlines <tutorial-scenario-outlines>`
4. :ref:`Taking actions before and after tests <tutorial-hooks>`
Furthermore
===========
......
.. _tutorial-simple:
=================================
Writting your first steps, part 1
=================================
===================================
Part 1: Writting your first feature
===================================
Welcome to the first part of Lettuce tutorials, through this tutorial
we will use Lettuce to provide a simple and pythonic way to create a
tests for a python module.
So assuming that:
To keep following the tutorial, you must:
* you have already :ref:`installed <intro-install>` Lettuce.
* you have a GNU/Linux / MacOS console available.
Let's have a ...
A simple start
==============
Lettuce is very flexible about where you decide to put your features.
* have already :ref:`installed <intro-install>` Lettuce.
* have a unix shell available.
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