소스 검색

Move text from manual into docs. Part 1.

Bentley James Oakes 7 년 전
부모
커밋
eadc715ecb
8개의 변경된 파일366개의 추가작업 그리고 12개의 파일을 삭제
  1. 4 0
      README.md
  2. 302 0
      doc/creating_buttons_and_plugins.rst
  3. BIN
      doc/img/mainmenum.png
  4. 1 0
      doc/index.rst
  5. 5 0
      doc/installation.rst
  6. 3 3
      doc/modelling_transformation.rst
  7. 3 1
      doc/new_language.rst
  8. 48 8
      doc/overview.rst

+ 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.
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 302 - 0
doc/creating_buttons_and_plugins.rst


BIN
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.

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 3 - 1
doc/new_language.rst


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 48 - 8
doc/overview.rst