From 5daabd23cfd13662e74ce8d069204882eb1fbad9 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Fri, 15 Jan 2016 23:41:06 -0500 Subject: Initial reST documentation using Sphinx. --- common/_static/favicon.ico | Bin 0 -> 11166 bytes common/_static/logo.png | Bin 0 -> 20916 bytes common/_static/my-styles.css | 31 +++++++++++++++++++++++++++++++ common/_static/style.css | 0 4 files changed, 31 insertions(+) create mode 100644 common/_static/favicon.ico create mode 100644 common/_static/logo.png create mode 100644 common/_static/my-styles.css create mode 100644 common/_static/style.css (limited to 'common/_static') diff --git a/common/_static/favicon.ico b/common/_static/favicon.ico new file mode 100644 index 0000000..b47ab02 Binary files /dev/null and b/common/_static/favicon.ico differ diff --git a/common/_static/logo.png b/common/_static/logo.png new file mode 100644 index 0000000..aa6921c Binary files /dev/null and b/common/_static/logo.png differ diff --git a/common/_static/my-styles.css b/common/_static/my-styles.css new file mode 100644 index 0000000..5ba0215 --- /dev/null +++ b/common/_static/my-styles.css @@ -0,0 +1,31 @@ +.rtemsdefine { + padding: 0 0 0 2em; +} + +.rtemscommand { + padding: 0 0 0 2em; +} + +.rtemsoption { + padding: 0 0 0 2em; +} + +.rtemsdefine dt { + color: #408090; +} + +.rtemsdefine dd { + margin: 3; + color: #408090; +} + +.rtemscommand { + border: 1px solid #808b89; + border-radius: 5px; + background: #d2e3e0; + color: #5e6664 +} + +.rtemsoption dt { + color: #a87892; +} diff --git a/common/_static/style.css b/common/_static/style.css new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3