Updated documentation.
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Wed, 3 Jan 2018 22:13:09 +0000 (00:13 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Wed, 3 Jan 2018 22:13:09 +0000 (00:13 +0200)
.gitignore
doc/index.html
doc/index.org
sixth-3d.iml
tools/update web site

index a739506..6ff90b1 100644 (file)
@@ -4,3 +4,4 @@
 /.classpath
 /.project
 /.settings/
+/doc/graphs/
index 6861800..ed11e14 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <title>Sixth 3D - 3D engine</title>
-<!-- 2017-11-29 Wed 23:56 -->
+<!-- 2018-01-04 Thu 00:12 -->
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="generator" content="Org-mode">
@@ -325,7 +325,7 @@ Documentation currently missing for the lack of time.
 So far best resource is to download and explore source code for:
 </p>
 <ul class="org-ul">
-<li>3D engine (<a href="codeGraph/index.html">generated code graph</a> (generated using <a href="http://www2.svjatoslav.eu/gitbrowse/javainspect/doc/index.html">this tool</a>))
+<li>3D engine (<a href="http://www3.svjatoslav.eu/projects/sixth-3d/graphs/">generated code graphs</a> (generated using <a href="http://www3.svjatoslav.eu/projects/javainspect/">JavaInspect</a>))
 </li>
 <li>For API usage examples, see <a href="http://www2.svjatoslav.eu/gitbrowse/sixth-3d-demos/doc/index.html">demos</a>.
 </li>
@@ -463,7 +463,7 @@ becomes visible.
 </div></div></div>
 <footer id="postamble" class="">
 <div><p class="author">Author: Svjatoslav Agejenko</p>
-<p class="date">Created: 2017-11-29 Wed 23:56</p>
+<p class="date">Created: 2018-01-04 Thu 00:12</p>
 <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.1.1 (<a href="http://orgmode.org">Org-mode</a> 8.2.10)</p>
 </div>
 </footer>
index a0b08a2..8fc3714 100644 (file)
@@ -80,7 +80,7 @@ pixel.
 Documentation currently missing for the lack of time.
 
 So far best resource is to download and explore source code for:
-+ 3D engine ([[file:codeGraph/index.html][generated code graph]] (generated using [[http://www2.svjatoslav.eu/gitbrowse/javainspect/doc/index.html][this tool]]))
++ 3D engine ([[http://www3.svjatoslav.eu/projects/sixth-3d/graphs/][generated code graphs]] (generated using [[http://www3.svjatoslav.eu/projects/javainspect/][JavaInspect]]))
 + For API usage examples, see [[http://www2.svjatoslav.eu/gitbrowse/sixth-3d-demos/doc/index.html][demos]].
 * Instructions to embed Sixth-3D in your project
   :PROPERTIES:
index 605fcbe..ba996dc 100644 (file)
@@ -3,11 +3,11 @@
   <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
     <output url="file://$MODULE_DIR$/target/classes" />
     <output-test url="file://$MODULE_DIR$/target/test-classes" />
-    <content url="file://$MODULE_DIR$">
-      <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
-      <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
-      <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
-      <excludeFolder url="file://$MODULE_DIR$/target" />
+    <content url="file://$MODULE_DIR$/..">
+      <sourceFolder url="file://$MODULE_DIR$/../src/main/java" isTestSource="false" />
+      <sourceFolder url="file://$MODULE_DIR$/../src/main/resources" type="java-resource" />
+      <sourceFolder url="file://$MODULE_DIR$/../src/test/java" isTestSource="true" />
+      <excludeFolder url="file://$MODULE_DIR$/../target" />
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
index 62e321e..7c6d92b 100755 (executable)
@@ -3,30 +3,15 @@ cd "${0%/*}"
 cd ..
 
 
+mvn clean package
 
+rm -rf doc/graphs/
+mkdir -p doc/graphs/
 
+javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "all classes" -t png -h
+javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "GUI" -t png -w "eu.svjatoslav.sixth.e3d.gui.*" -h
+javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "raster engine" -t png -w "eu.svjatoslav.sixth.e3d.renderer.raster.*" -h
 
-
-#
-# TODO: needs updating
-#
-# (
-#     cd ..
-
-#     mvn clean
-
-#     mkdir -p target/website/codegraphs
-
-#     mvn test package -e exec:java -Dexec.mainClass="eu.svjatoslav.sixth.DataGraph" -Dexec.classpathScope="test"
-
-#     (
-#         cd target/website/codegraphs/
-#         meviz index -t Sixth
-#     )
-
-#     cp target/sixth.jar target/website/
-
-#     rsync -avz --delete target/website/ n0@svjatoslav.eu:/var/www/svjatoslav.eu/projects/sixth
-# )
+meviz index -w doc/graphs/ -t "Sixth 3D classes"
 
 rsync -avz --delete  -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/sixth-3d/