File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ AdaML must be used locally to get quality graphics. You can generate diagrams in
75
75
- Remove default lines and paste the following code:
76
76
77
77
```
78
- !include https://raw.github.com/rocher/AdaML/develop /AdaML.puml
78
+ !include https://raw.github.com/rocher/AdaML/release/0.1.1 /AdaML.puml
79
79
scale 300 width
80
80
81
81
begin_type("Pan_Dimensional")
@@ -88,7 +88,7 @@ private()
88
88
variable("The_Answer", "Natural", 42)
89
89
end()
90
90
91
- depends("Pan_Dimensional", "Deep_Thought", "ask")
91
+ depends("Pan_Dimensional", "Deep_Thought", "ask > ")
92
92
```
93
93
94
94
### Embed Diagrams in GitHub
Original file line number Diff line number Diff line change 1
1
@startuml
2
2
3
- !include https://raw.github.com/rocher/AdaML/develop /AdaML.puml
3
+ !include https://raw.github.com/rocher/AdaML/master /AdaML.puml
4
4
scale 300 width
5
5
6
6
begin_type("Pan_Dimensional")
Original file line number Diff line number Diff line change 1
1
@startuml
2
2
3
- !include https://raw.github.com/rocher/AdaML/develop /AdaML.puml
3
+ !include https://raw.github.com/rocher/AdaML/master /AdaML.puml
4
4
scale 600 width
5
5
6
6
package("AdaML")
Original file line number Diff line number Diff line change 1
1
#+TITLE: AdaML
2
2
# -- version settings
3
- #+MACRO: gitbranch develop
4
- #+MACRO: version develop
5
- #+LATEX_HEADER: \newcommand{\AdaMLVersion}{ develop }
3
+ #+MACRO: gitbranch 0.1.1
4
+ #+MACRO: version 0.1.1
5
+ #+LATEX_HEADER: \newcommand{\AdaMLVersion}{ 0.1.1 }
6
6
# -- subtitle settings
7
7
#+LATEX_HEADER: \newcommand{\PDFSubtitle}{Ada tailored UML Modeling Language}
8
8
#+LATEX_HEADER: \newcommand{\AdaMLSubtitle}{\vspace{.77cm}\ding{125}\ \textit{Ada-tailored UML\newline Modeling Language} \ding{126}\vspace{1cm}}
Original file line number Diff line number Diff line change 2
2
** Release
3
3
*** Status
4
4
+ AdaML is available under the terms of the GPLv3 License
5
- + Current release is =develop =
5
+ + Current release is =0.1.1 =
6
6
7
7
*** ChangeLog
8
8
+ First public release including everything you see in this overview document
Original file line number Diff line number Diff line change 22
22
- Remove default lines and paste the following code:
23
23
24
24
#+begin_example
25
- !include https://raw.github.com/rocher/AdaML/develop /AdaML.puml
25
+ !include https://raw.github.com/rocher/AdaML/release/0.1.1 /AdaML.puml
26
26
begin_type("Pan_Dimensional")
27
27
procedure("Ask_The_Question", "in out Natural")
28
28
end()
@@ -42,7 +42,7 @@ In case you want to test the examples in this doc
42
42
- Visit one of the several available PlantUML online servers
43
43
- Copy and paste the =AdaML= code shown in the examples
44
44
- Replace the line '=!include AdaML.puml=' with\newline \newline
45
- \scriptsize{!include https://raw.github.com/rocher/AdaML/develop /AdaML.puml}
45
+ \scriptsize{!include https://raw.github.com/rocher/AdaML/release/0.1.1 /AdaML.puml}
46
46
\newline
47
47
*** Warning
48
48
Depending on the PlantUML version used in the web site you can obtain different
You can’t perform that action at this time.
0 commit comments