From 9e785a694b006ba7cb567bf7e07b0ef7dc5014d5 Mon Sep 17 00:00:00 2001 From: Lucas Meneghel Rodrigues Date: Thu, 3 Apr 2014 12:14:55 -0300 Subject: [PATCH] docs: Create _static and _templates directories Signed-off-by: Lucas Meneghel Rodrigues --- docs/source/_static/.gitignore | 0 docs/source/_templates/.gitignore | 0 docs/source/intro.rst | 13 +++++++++++++ 3 files changed, 13 insertions(+) create mode 100644 docs/source/_static/.gitignore create mode 100644 docs/source/_templates/.gitignore create mode 100644 docs/source/intro.rst diff --git a/docs/source/_static/.gitignore b/docs/source/_static/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/docs/source/_templates/.gitignore b/docs/source/_templates/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/docs/source/intro.rst b/docs/source/intro.rst new file mode 100644 index 00000000..bb2049d9 --- /dev/null +++ b/docs/source/intro.rst @@ -0,0 +1,13 @@ +.. _about-avocado: + +About Avocado +============= + +Avocado is a set of tools and libraries (what people call these days a framework) +to perform automated testing. + +Avocado is composed by: + +* Programs that let you run tests. Those tests can be either written on your language of choice, or use the python API available. In both cases, you get facilities such as automated log and system information collection. + +* APIs that help you write tests in a concise, yet expressive way. \ No newline at end of file -- GitLab