You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2016/12/31 13:29:49 UTC

[3/7] polygene-java git commit: docs: remove empty 2h tutorial from documentation navigation

docs: remove empty 2h tutorial from documentation navigation


Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/9506ddd9
Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/9506ddd9
Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/9506ddd9

Branch: refs/heads/develop
Commit: 9506ddd911aaa225b4c04e8efb23e41018fe1d6a
Parents: b88f481
Author: Paul Merlin <pa...@apache.org>
Authored: Sat Dec 31 14:27:00 2016 +0100
Committer: Paul Merlin <pa...@apache.org>
Committed: Sat Dec 31 14:27:00 2016 +0100

----------------------------------------------------------------------
 manual/src/docs/website/tutorials.txt                   | 12 ++++++------
 manual/src/resources/js/progressive-enhancement.js      |  2 +-
 .../thirtyminutes/src/docs/thirty-minutes.txt           |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/9506ddd9/manual/src/docs/website/tutorials.txt
----------------------------------------------------------------------
diff --git a/manual/src/docs/website/tutorials.txt b/manual/src/docs/website/tutorials.txt
index 111090b..677dd09 100644
--- a/manual/src/docs/website/tutorials.txt
+++ b/manual/src/docs/website/tutorials.txt
@@ -30,8 +30,8 @@ this tutorial, run it and play with it.
 
 In this section you will find a comprehensive set of tutorials about Composite Oriented Programming using Polygene\u2122.
 
-[[tutorials-intro,Polygene\u2122 in 2 hours 42 minutes]]
-=== Polygene\u2122 in 2 hours 42 minutes ===
+[[tutorials-intro,Polygene\u2122 in 42 minutes]]
+=== Polygene\u2122 in 42 minutes ===
 
 This quite long introduction to Polygene\u2122 will start by brushing up an overview of the problems Polygene\u2122 solve, teach you what
 Composite Oriented Programming is and guide you through the process of writing a complete Application around an adapted
@@ -40,7 +40,7 @@ Hello World example.
 - <<two-minutes-intro>>
 - <<ten-minutes-intro>>
 - <<thirty-minutes-intro>>
-- <<two-hours-intro>>
+// - <<two-hours-intro>>
 
 === Getting real with Polygene\u2122 ===
 
@@ -88,9 +88,9 @@ include::../../../../tutorials/introduction/tenminutes/src/docs/ten-minutes.txt[
 
 include::../../../../tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt[]
 
-:leveloffset: 2
-
-include::../../../../tutorials/introduction/twohours/src/docs/two-hours.txt[]
+//:leveloffset: 2
+//
+//include::../../../../tutorials/introduction/twohours/src/docs/two-hours.txt[]
 
 :leveloffset: 2
 

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/9506ddd9/manual/src/resources/js/progressive-enhancement.js
----------------------------------------------------------------------
diff --git a/manual/src/resources/js/progressive-enhancement.js b/manual/src/resources/js/progressive-enhancement.js
index 5f485e9..0aaecc0 100644
--- a/manual/src/resources/js/progressive-enhancement.js
+++ b/manual/src/resources/js/progressive-enhancement.js
@@ -144,7 +144,7 @@ $( document ).ready( function($){
             case "Overview":
                 $dt.attr( "style", "margin-bottom: 24px" );
             // Tutorials
-            case "Polygene\u2122 in 2 hours":
+            case "Polygene\u2122 in 30 minutes":
             case "Leverage Properties":
             case "Use @Invocation":
                 $dt.attr( "style", "margin-bottom: 24px" );

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/9506ddd9/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt
----------------------------------------------------------------------
diff --git a/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt b/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt
index f873978..b8124ab 100644
--- a/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt
+++ b/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt
@@ -163,4 +163,4 @@ to create applications from scratch, how to structure applications, and how the
 We have looked at how to add a Concern that uses a private Mixin, we have touched a bit on Generic Concerns, and
 finally a short introduction to the Query API.
 
-Next step, <<two-hours-intro>>.
+// Next step, <<two-hours-intro>>.