Jelajahi Sumber

Move text from manual into docs. Part 1.

Bentley James Oakes 7 tahun lalu
induk
melakukan
eadc715ecb

+ 4 - 0
README.md

@@ -22,6 +22,10 @@ To install AToMPM, follow these steps:
 
 ## Usage
 
+The commands below are for starting the ATOMPM server. Note that the default port is 8124.
+
+Once started, the server can be connected to by accessing http://localhost:8124/atompm in either the Firefox or Chrome browsers.
+
 ### Windows
 To run AToMPM on Windows, execute the `run.bat` script inside of the main AToMPM folder.
 

File diff ditekan karena terlalu besar
+ 302 - 0
doc/creating_buttons_and_plugins.rst


TEMPAT SAMPAH
doc/img/mainmenum.png


+ 1 - 0
doc/index.rst

@@ -17,6 +17,7 @@ Contents
     Modelling a Model Transformation <modelling_transformation>
     Executing a Model Transformation <executing_transformation>
     Workflows <workflows>
+    Creating Buttons and Plugins <creating_buttons_and_plugins>
     Troubleshooting <troubleshooting>
 
 

+ 5 - 0
doc/installation.rst

@@ -23,6 +23,11 @@ To install AToMPM, follow these steps:
 Usage
 -----
 
+The commands below are for starting the ATOMPM server. Note that the default port is 8124.
+
+Once started, the server can be connected to by accessing http://localhost:8124/atompm in either the Firefox or Chrome browsers.
+
+
 Windows
 ^^^^^^^
 

+ 3 - 3
doc/modelling_transformation.rst

@@ -32,11 +32,11 @@ A formalism created with the "new formalism" button on the *MainMenu* toolbar (s
 
 If you want to initialize a new schedule, use the fourth button on the *TransformationEditor* toolbar. This will present you with a file browser, which allows you to choose a location and a name for the schedule. The schedule will automatically open in a new AToMPM instance.
 
-.. note:: A schedule's name has to start with the T\_ prefix!
+.. warning:: A schedule's name has to start with the T\_ prefix!
 
 If you want to initialize a new rule, use the fifth button on the *TransformationEditor* toolbar. This will present you with a file browser, which allows you to choose a location and a name for the rule. The rule will automatically open in a new AToMPM instance.
 
-.. note:: A rule's name has to start with the R\_ prefix!
+.. warning:: A rule's name has to start with the R\_ prefix!
 
 .. _the-rule-language:
 
@@ -214,4 +214,4 @@ At the end, the next interrupt is chosen if the time has advanced sufficiently.
 
 .. image:: img/example_rules.png
 
-The rules are shown above. Most of them do not change the structure of the model, and most of the computation is done in the actions and constraints of the patterns.
+The rules are shown above. Most of them do not change the structure of the model, and most of the computation is done in the actions and constraints of the patterns.

File diff ditekan karena terlalu besar
+ 3 - 1
doc/new_language.rst


File diff ditekan karena terlalu besar
+ 48 - 8
doc/overview.rst