]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Provide pages with a table of contents.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 4 Nov 2012 19:36:51 +0000 (19:36 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 4 Nov 2012 19:36:51 +0000 (19:36 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@27351 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/cmake.html
deal.II/doc/readme.html

index d161e84608b8e478e365a93b8269970e886ce68a..e84fbd1c0e02c05c2bd4dfb42c3347d2388bc8d1 100644 (file)
     </p>
 
     <p>
-    TODO: Table of Contents
+    <table class="tutorial" width="50%">
+      <tr><th colspan="2"><b><small>Table of contents</small></b></th></tr>
+      <tr><td valign="top">
+         <ul>
+           <li><a href="#operatingconf">Operating the configuration
+           system</a>
+           <li><a href="#compiling">Compiling and building only certain
+           parts</a>
+           <li><a href="#tuning">Fine tuning the configuration system</a>
+             <ul>
+               <li><a href="#tuningfeature">Feature configuration</a>
+               <li><a href="#tuningautoconf">Autoconfiguration</a>
+               <li><a href="#tuningext">External library locations</a>
+               <li><a href="#tuningcomp">Component selection</a>
+               <li><a href="#tuningbuild">Build configuration</a>
+               <li><a href="#tuninginstall">Installation</a>
+             </ul>
+           <li><a href="#ext">How to use deal.II in your cmake project</a>
+             <ul>
+               <li><a href="#extfinding">Finding the deal.II library</a>
+               <li><a href="#extcmake">deal.IIConfig.cmake</a>
+               <li><a href="#extsetup">Setting up necessary configuration variables</a>
+             </ul>
+           <li><a href="#dev">Developing the <acronym>deal.II</acronym> <code>cmake</code> system</a>
+             <ul>
+               <li><a href="#devplatform">Writing platform checks</a>
+               <li><a href="#devfeature">Writing feature tests</a>
+             </ul>
+         </ul>
+       </td>
+      </tr>
+    </table>
     </p>
 
+    <a name="operatingconf"></a>
     <h3>Operating the configuration system</h3>
 
     <p>
     </p>
 
 
+    <a name="compiling"></a>
     <h3> Compiling and building only certain parts </h3>
 
     <p>
     </p>
 
 
+    <a name="tuning"></a>
     <h3>Fine tuning the configuration system</h3>
 
     <p>
     </p>
 
 
+    <a name="tuningfeature"></a>
     <h4>Feature configuration</h4>
 
     <p>
     </p>
 
 
+    <a name="tuningautoconf"></a>
     <h4> Autoconfiguration </h4>
 
     <p>
     </p>
 
 
+    <a name="tuningext"></a>
     <h4> External library locations </h4>
 
     <p>
     </p>
 
 
+    <a name="tuningcomp"></a>
     <h4> Component selection </h4>
 
     <p>
     </p>
 
 
+    <a name="tuningbuild"></a>
     <h4> Build configuration </h4>
 
     <p>
     </p>
 
 
+    <a name="tuninginstall"></a>
     <h4> Installation </h4>
 
     <p>
     </p>
 
 
+    <a name="ext"></a>
     <h3> How to use deal.II in your cmake project </h3>
 
     <p>
     </p>
 
 
+    <a name="extfinding"></a>
     <h4> Finding the deal.II library </h4>
 
     <p>
     </p>
 
 
+    <a name="extcmake"></a>
     <h4>  deal.IIConfig.cmake </h4>
 
     <p>
 
 
 
+    <a name="extsetup"></a>
     <h4> Setting up necessary configuration variables </h4>
 
     <p>
     </p>
 
 
-    <h3> Development </h3>
+    <a name="dev"></a>
+    <h3> Developing the <acronym>deal.II</acronym> <code>cmake</code>system </h3>
 
     <p>
       To keep things clean, only the following variables should appended in the
     </p>
 
 
+    <a name="devplatform"></a>
     <h4>  Writing platform checks </h4>
 
     <p>
     </p>
 
 
+    <a name="devfeature"></a>
     <h4> Writing feature tests </h4>
 
     <p>
index ff9a5dc18d1109cd7b633774537283b3580534ab..1c8f43911c6b28f86a8fe47501e7c6ae7fa181dc 100644 (file)
     <h1>Installation instructions and further information
       on <acronym>deal.II</acronym> </h1>
 
-    <p>
-      This document contains the following sections:
-    </p>
-    <ul>
-      <li> <a href="#prerequisites">System requirements</a>
-       <ul>
-         <li> <a href="#supported">Supported platforms</a>
-         <li> <a href="#additional-software">Additional software requirements</a>
-       </ul>
-      <li> <a href="#installation">Installation</a>
-       <ul>
-         <li>  <a href="#unpacking">Unpacking</a>
-         <li>  <a href="#configuration">Configuring and building the library</a>
-         <li>  <a href="#configuration-options">Configuration options</a>
-            <ul>
-             <li> <a href="#optional">Selecting optional behavior</a>
-             <li> <a href="#optional-software">Optional interfaces to
-                 other software packages</a>
-             <li> <a href="#conf-details">More information on configuring
-                 and building the library</a>
-           </ul>
-       </ul>
-      <li> <a href="#problems">Problems, questions, mailing lists</a>
-      <li> <a href="#license">License</a>
-    </ul>
-
+    <table class="tutorial" width="60%">
+      <tr><th colspan="2"><b><small>Table of contents</small></b></th></tr>
+      <tr><td valign="top">
+         <ul>
+           <li> <a href="#prerequisites">System requirements</a>
+             <ul>
+               <li> <a href="#supported">Supported platforms</a>
+               <li> <a href="#additional-software">Additional software requirements</a>
+             </ul>
+           <li> <a href="#installation">Installation</a>
+             <ul>
+               <li>  <a href="#unpacking">Unpacking</a>
+               <li>  <a href="#configuration">Configuring and building the library</a>
+               <li>  <a href="#configuration-options">Configuration options</a>
+                 <ul>
+                   <li> <a href="#optional">Selecting optional behavior</a>
+                   <li> <a href="#optional-software">Optional interfaces to
+                       other software packages</a>
+                   <li> <a href="#conf-details">More information on configuring
+                       and building the library</a>
+                 </ul>
+             </ul>
+           <li> <a href="#problems">Problems, questions, mailing lists</a>
+           <li> <a href="#license">License</a>
+         </ul>
+       </td>
+      </tr>
+    </table>
 
 
     <a name="prerequisites"></a>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.