diff options
author | lloyd <[email protected]> | 2014-01-11 13:18:44 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-11 13:18:44 +0000 |
commit | e8ec0d45423a7729622040986ee6b1f3b4b9a026 (patch) | |
tree | 3d5a4fcea5ac76aa24107c01a3dc44ec0beb812e /doc/website/manual.rst | |
parent | 82072559d40ac0ed1e13c3a8993cc82705e7a574 (diff) |
Website tweaks. Rename TLS suite script options.
Diffstat (limited to 'doc/website/manual.rst')
-rw-r--r-- | doc/website/manual.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/website/manual.rst b/doc/website/manual.rst new file mode 100644 index 000000000..4253561b4 --- /dev/null +++ b/doc/website/manual.rst @@ -0,0 +1,10 @@ + +Reference Manual +======================================== + +The documentation is all under ``doc`` in your source tree, stored as ``.rst`` +(RestructedText) files. They can be processed by Sphinx to produce HTML or +PDF output. + +The `manual </manual>`_ and `Doxygen reference </doxygen>`_ for the +latest development release is available online. |