Minor wording update
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Wed, 29 Jan 2020 19:41:09 +0000 (21:41 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Wed, 29 Jan 2020 19:41:09 +0000 (21:41 +0200)
doc/index.html
doc/index.org

index d25b2a9..91a98ef 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <title>Sixth 3D engine demos</title>
-<!-- 2019-01-19 Sat 01:25 -->
+<!-- 2020-01-29 K 21:40 -->
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="generator" content="Org-mode">
@@ -201,8 +201,11 @@ $(function() {
 <h2 id="sec-1"><span class="section-number-2">1</span> General</h2>
 <div class="outline-text-2" id="text-1">
 <ul class="org-ul">
-<li>This is a subproject of <a href="https://www3.svjatoslav.eu/projects/sixth-3d/">Sixth 3D</a> which in turn is a subproject of
-<a href="https://www3.svjatoslav.eu/projects/sixth/">Sixth</a>.
+<li>This is a subproject of <a href="https://www3.svjatoslav.eu/projects/sixth-3d/">Sixth 3D</a>:
+<ul class="org-ul">
+<li>which in turn is a subproject of parent project <a href="https://www3.svjatoslav.eu/projects/sixth/">Sixth</a>.
+</li>
+</ul>
 </li>
 
 <li>This program is free software: you can redistribute it and/or modify
@@ -299,7 +302,7 @@ All sample scenes below are rendered at interactive framerates.
 </div>
 
 <div id="outline-container-sec-4" class="outline-2">
-<h2 id="sec-4"><span class="section-number-2">4</span> Samples</h2>
+<h2 id="sec-4"><span class="section-number-2">4</span> Example applications in this repository</h2>
 <div class="outline-text-2" id="text-4">
 </div><div id="outline-container-sec-4-1" class="outline-3">
 <h3 id="sec-4-1"><span class="section-number-3">4.1</span> Raytracing through voxels</h3>
@@ -528,7 +531,7 @@ Simple test scene. Easy to implement and looks nice.
 </li>
 <li><a href="#sec-2">2. Overview</a></li>
 <li><a href="#sec-3">3. Navigating in space</a></li>
-<li><a href="#sec-4">4. Samples</a>
+<li><a href="#sec-4">4. Example applications in this repository</a>
 <ul class="nav">
 <li><a href="#sec-4-1">4.1. Raytracing through voxels</a></li>
 <li><a href="#sec-4-2">4.2. Conway's Game of Life</a></li>
@@ -543,7 +546,7 @@ Simple test scene. Easy to implement and looks nice.
 </div></div></div>
 <footer id="postamble" class="">
 <div><p class="author">Author: Svjatoslav Agejenko</p>
-<p class="date">Created: 2019-01-19 Sat 01:25</p>
+<p class="date">Created: 2020-01-29 K 21:40</p>
 <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 26.1 (<a href="http://orgmode.org">Org-mode</a> 9.1.9)</p>
 </div>
 </footer>
index b255c4e..6ca368f 100644 (file)
@@ -11,8 +11,8 @@
 #+HTML_HEAD: </style>
 
 * General
-- This is a subproject of [[https://www3.svjatoslav.eu/projects/sixth-3d/][Sixth 3D]] which in turn is a subproject of
-  [[https://www3.svjatoslav.eu/projects/sixth/][Sixth]].
+- This is a subproject of [[https://www3.svjatoslav.eu/projects/sixth-3d/][Sixth 3D]]:
+  - which in turn is a subproject of parent project [[https://www3.svjatoslav.eu/projects/sixth/][Sixth]].
 
 - This program is free software: you can redistribute it and/or modify
   it under the terms of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public License]] as
@@ -46,7 +46,7 @@ All sample scenes below are rendered at interactive framerates.
 | mouse scroll wheel             | move: up, down                       |
 | dragging with mouse            | look around                          |
 
-* Samples
+* Example applications in this repository
 ** Raytracing through voxels
 [[file:screenshots/raytracing fractal in voxel polygon hybrid scene.png]]