summaryrefslogtreecommitdiff
path: root/tests/toc/toc.html
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-11-17 01:35:29 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-11-22 18:52:21 +0300
commitd52c1fb406b1cef82c5f5a28fc1804d7d99a49d8 (patch)
tree89236d3dcdf6245c75d761fde09040d9d2a56480 /tests/toc/toc.html
parentbe3dc4cee63da92cfa1fa44a0bf90ab11ec7aaca (diff)
Add support for build2 for tests and examples
Diffstat (limited to 'tests/toc/toc.html')
-rw-r--r--tests/toc/toc.html88
1 files changed, 0 insertions, 88 deletions
diff --git a/tests/toc/toc.html b/tests/toc/toc.html
deleted file mode 100644
index 5305db9..0000000
--- a/tests/toc/toc.html
+++ /dev/null
@@ -1,88 +0,0 @@
- <h1>Table of Contents</h1>
-
- <table class="toc">
- <tr><td colspan="2"><a href="#preface">Preface</a>
- <table class="toc">
- <tr><td colspan="2"><a href="#about-document">About This
-Document</a></td></tr>
- <tr><td colspan="2"><a href="#more-information">More Information</a></td></tr>
- </table>
- </td></tr>
- <tr><th colspan="2"><a href="#part1">PART I</a></th></tr>
- <tr><th>1</th><td><a href="#intro">Introduction</a>
- <table class="toc">
- <tr><th>1.1</th><td><a href="#arch-flow">Architecture and
-Workflow</a></td></tr>
- <tr><th>1.2</th><td><a href="#benefits">Benefits</a></td></tr>
- </table>
- </td></tr>
- <tr><th>2</th><td><a href="#hello">Hello World</a>
- <table class="toc">
- <tr><th>2.1</th><td><a href="#hell-setup">Setup</a></td></tr>
- <tr><th>2.2</th><td><a href="#hello-compile">Compiling</a>
- <table class="toc">
- <tr><th>2.2.1</th><td><a href="#hello-compile-gcc">Compiling with
-GCC</a></td></tr>
- <tr><th>2.2.2</th><td><a href="#hello-compile-clang">Compiling
-with Clang</a></td></tr>
- </table>
- </td></tr>
- <tr><th>2.3</th><td><a href="#hello-conclusion">Conclusion</a></td></tr>
- </table>
- </td></tr>
- </table>
-
- <h1 id="preface" class="preface">Preface</h1>
-
- <p>This document describes something awesome.</p>
-
- <h2 id="about-document">About This Document</h2>
-
- <p>And this document is also awesome.</p>
-
- <h2 id="more-information">More Information</h2>
-
- <p>It is so awesome that no further information will be required.</p>
-
- <h1 id="part1" class="part">PART I</h1>
-
- <p>Start of part one.</p>
-
- <h1 id="intro">1 Introduction</h1>
-
- <p>Beginning of the first chapter.</p>
-
- <h2 id="arch-flow">1.1 Architecture and Workflow</h2>
-
- <p>Some basics.</p>
-
- <h2 id="benefits">1.2 Benefits</h2>
-
- <p>You will like them.</p>
-
- <h1 id="hello">2 Hello World</h1>
-
- <p>Beginning of the second chapter.</p>
-
- <h2 id="hell-setup">2.1 Setup</h2>
-
- <p>More basics.</p>
-
- <h2 id="hello-compile">2.2 Compiling</h2>
-
- <p>How to build the example</p>
-
- <h3 id="hello-compile-gcc">2.2.1 Compiling with GCC</h3>
-
- <p>GCC. For Clang see <a href="#hello-compile-clang">Compiling with
- Clang</a>.</p>
-
- <h3 id="hello-compile-clang">2.2.2 Compiling with Clang</h3>
-
- <p>Clang. For GCC see <a href="#hello-compile-gcc">Compiling with
- GCC</a>.</p>
-
- <h2 id="hello-conclusion">2.3 Conclusion</h2>
-
- <p>Some remarks.</p>
-