Initial reST documentation using Sphinx.

This commit is contained in:
Amar Takhar
2016-01-15 23:41:06 -05:00
committed by Amar Takhar
commit 5daabd23cf
109 changed files with 92496 additions and 0 deletions

9
user/test/create.rst Normal file
View File

@@ -0,0 +1,9 @@
:orphan:
Creating A Test
===============
.. index:: Creating a Test
XXX: How to create a test.

10
user/test/index.rst Normal file
View File

@@ -0,0 +1,10 @@
==========
Test Suite
==========
XXX: All about the test suite.
.. include:: running.rst
.. include:: create.rst

27
user/test/running.rst Normal file
View File

@@ -0,0 +1,27 @@
:orphan:
Running
========
.. index:: Running a Test
XXX: How to run tests via waf.
Host
----
XXX: Host-based tests
Simulation
----------
.. index:: Test Simulation
XXX: Simulator
Hardware
--------
XXX: Running on real hardware.