Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ow2-proactive/documentation
Documentation for ProActive Workflows & Scheduling
https://github.com/ow2-proactive/documentation
activeeon proactive-documentation proactive-workflows-and-scheduling
Last synced: 3 days ago
JSON representation
Documentation for ProActive Workflows & Scheduling
- Host: GitHub
- URL: https://github.com/ow2-proactive/documentation
- Owner: ow2-proactive
- Created: 2015-05-16T13:38:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T17:46:02.000Z (10 months ago)
- Last Synced: 2024-03-26T12:16:58.001Z (10 months ago)
- Topics: activeeon, proactive-documentation, proactive-workflows-and-scheduling
- Language: CSS
- Homepage: http://doc.activeeon.com/
- Size: 104 MB
- Stars: 2
- Watchers: 18
- Forks: 40
- Open Issues: 11
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
- awesome_ai_agents - Documentation - Documentation for ProActive Workflows & Scheduling (Building / Workflows)
README
= Install
Execute a normal build with gradle:
----
./gradlew clean build
----Upon success open `index.html` to check your changes.
----
firefox build/asciidoc/html5/index.html
----Do not forget to follow the naming and capitalization guidelines at the end of this README.
= Asciidoctor
http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/
http://asciidoctor.org/docs/user-manual/
To write documentation with live preview see http://asciidoctor.org/docs/editing-asciidoc-with-live-preview/
Simplified installation procedure:
----
gem install bundler
bundle install
mkdir -p build
bundle exec guard
----= How to write ProActive's documentation
* Please read the glossary and use the terms defined in it.
* User interface labels, buttons and actions should be written in _italic_
** For instance, "Click on _Submit_ in the web portal"* Use capitals for ProActive's terms, as defined in the glossary
** Workflow, Job, Scheduler* Use capitals for acronyms: SSH, URL,...
* Lines should 120 characters wide max
* Write code with blocks (----)
+
----
blahblahbcode
----* If you need to create diagrams: please use https://docs.google.com/a/activeeon.com/document/d/1_krRw8h7i_F1CqfV7H--WHMPPI2nA1wfHsw_x6QIWpc/edit?usp=sharing
** Mind the "ProActive" colors #E87224 and #1c3067