Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Gendoc"

(Tutorial)
m
 
(10 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
== Tutorial ==
 
== Tutorial ==
  
* Download [https://www.eclipse.org/gendoc/documentation/Gendoc_v0.5_tutorial.pdf Gendoc tutorial ] in PDF format.
+
* Download [https://www.eclipse.org/gendoc/documentation/Gendoc_v0.6_tutorial.pdf Gendoc tutorial ] in PDF format.
  
== Extensions / Related projects ==
+
== Samples ==
* gendoc Integration for template generation from GUI [https://github.com/opcoach/gendocIntegration/]
+
* gendoc templates for SysML and RobotML [https://github.com/bmaggi/Eclipse-Gendoc-Templates/]
+
* gendoc extensions [https://github.com/atosorigin/gendoc]
+
  
 +
* [[gendoc/samples/genericTemplate | A generic Gendoc template for Papyrus]]
 +
* [[gendoc/samples/genericTemplateEcore | A generic Gendoc template for Sirius/EcoreTools]]
 +
 +
== Extensions / Related projects ==
 +
* [https://github.com/opcoach/gendocIntegration/ gendoc Integration for template generation from GUI]
 +
* [https://github.com/bmaggi/Eclipse-Gendoc-Templates/ gendoc templates for SysML and RobotML]
 +
* [https://github.com/atosorigin/gendoc gendoc extensions]
  
 
== Developer Resources ==
 
== Developer Resources ==
Line 23: Line 27:
 
* [[gendoc/developerResources/contribute | Contribute to Gendoc]]
 
* [[gendoc/developerResources/contribute | Contribute to Gendoc]]
 
* [[gendoc/developerResources/architecture | Architecture presentation]]
 
* [[gendoc/developerResources/architecture | Architecture presentation]]
 +
* [[gendoc/developerResources/PropertiesExample | Add a Tag - the Properties example]]
 +
* [[gendoc/developerResources/CommittersMeeting | Committers Meetings]]
 +
 +
 +
== Features to come ==
 +
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=515404 Tables from Papyrus or Sirius]  :[[gendoc/developerResources/PapyrusSiriusTables | See sample usage]]
 +
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=510173  XLSX, ODS and CSV document generation ]  [[gendoc/developerResources/XSLXSample | See sample usage]]

Latest revision as of 11:54, 21 June 2017

Welcome to Gendoc Wiki

Getting started

  • Install Gendoc update site to your existing Eclipse platform from Downloads page
  • Restart your Eclipse platform
  • From a Papyrus model, right click and select "generate document with Gendoc". Select default template and choose between a Docx (MS Word) or Odt (OpenOffice Writer) document format.
  • Select target directory in your Eclipse workspace
  • Refresh your workspace and open the generated file with default system application.

Tutorial

Samples

Extensions / Related projects

Developer Resources


Features to come

Back to the top