Documentation: Unterschied zwischen den Versionen

Aus OpenDino
Wechseln zu: Navigation, Suche
(Created page with "== Download == * Executable * Source Code * Software Requirements == Theory == * [[Doc...")
 
(Developers' Guide)
 
(14 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
== Download ==
+
== Requirements ==
  
* [[Download | Executable]]
 
* [[Documentation/Download/SVN | Source Code]]
 
 
* [[Documentation/Software/Requirements | Software Requirements]]
 
* [[Documentation/Software/Requirements | Software Requirements]]
 +
 +
== Users' Guide ==
 +
 +
* [[Installation                  | Installation]]
 +
* [[Screenshots                    | A First Introduction to OpenDino in the Screenshots]]
 +
* [[Documentation/Notation        | Symbols and Notation]]
 +
* [[Documentation/Modules          | Module Documentation]]
  
 
== Theory ==
 
== Theory ==
Zeile 9: Zeile 14:
 
* [[Documentation/Optimization    | Introduction to Automated Optimization]]
 
* [[Documentation/Optimization    | Introduction to Automated Optimization]]
 
* [[Documentation/Machine_Learning | Introduction to Machine Learning]]
 
* [[Documentation/Machine_Learning | Introduction to Machine Learning]]
* [[Documentation/Notation        | Symbols and Notation]]
 
 
== Users' Guide ==
 
 
* [[screenshots | A First Introduction to OpenOPAL in the Screenshots]]
 
* [[Documentation/Installation | Download and Installation of OpenOPAL]]
 
* [[Documentation/Modules | Module Documentation of OpenOPAL]]
 
  
 
== Developers' Guide ==
 
== Developers' Guide ==
  
* [[Documentation/Compiling/Shell      | Compiling and Running the Code in a Shell/Console]]
+
* [[Download | Download]]
 
+
* [[Documentation/Compiling          | Developing and Compiling]]
* Guidelines for Coding
+
* [[Tutorials                        | Tutorials: Using OpenDino as a Library in other Java Code]]
** [[Documentation/coding/naming | Naming Conventions]]
+
* Concepts behind OpenDino
** [[Documentation/coding/contracts | Contracts]]
+
** [[Documentation/Modules/TheCode    | The 3 Main Parts]]
** [[Documentation/coding/formatting | Code Formatting]]
+
** [[Documentation/Modules/IModule    | Interface <code>IModule</code> - The Obligatory Interface for Modules]]
 
+
** [[Documentation/Modules/Interfaces | Interfaces of Modules]]
* Concepts behind OpenOpal
+
** [[Documentation/Modules/ClassesModules | Abstract Modules and Classes]]
** [[Documentation/Modules/Execution  | Module Execution]]
 
** [[Documentation/Modules/IModule    | The Obligatory Interface for Modules]]
 
** [[Documentation/Modules/Interfaces | Task Specific Interfaces of Modules]]
 
  
 
== Various ==
 
== Various ==
  
 
* [[Documentation/Related | Links and Related Software]]
 
* [[Documentation/Related | Links and Related Software]]

Aktuelle Version vom 15. September 2016, 22:57 Uhr

Requirements

Users' Guide

Theory

Developers' Guide

Various