Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Eclipse Documentation"

 
Line 1: Line 1:
 
This page is a hub for resources used by Eclipse project documentation authors.
 
This page is a hub for resources used by Eclipse project documentation authors.
  
Useful links:
+
The Eclipse project documentation consistents of five documentation books.  Each book corresponds to a different project in the dev.eclipse.org:/cvsroot/eclipse CVS repository:
  
 +
Workbench User Guide - org.eclipse.platform.doc.user
 +
Platform Plug-in Developer Guide - org.eclipse.platform.doc.isv
 +
Java Development User Guide - org.eclipse.jdt.doc.user
 +
JDT Plug-in Developer Guide - org.eclipse.jdt.doc.isv
 +
Plug-in Development Environment Guide - org.eclipse.pde.doc.user
 +
 +
"User Guide" books are oriented to end-users of the Eclipse platform IDE and Java development tools.  "Developer Guide" books are oriented towards plug-in developers who are extending or building their own Eclipse-based applications.
 +
 +
All Eclipse project documentation conforms to the [[Eclipse Doc Style Guide]].
 
----
 
----
 
Back to [[Eclipse Project]] home
 
Back to [[Eclipse Project]] home

Revision as of 10:56, 1 May 2006

This page is a hub for resources used by Eclipse project documentation authors.

The Eclipse project documentation consistents of five documentation books. Each book corresponds to a different project in the dev.eclipse.org:/cvsroot/eclipse CVS repository:

Workbench User Guide - org.eclipse.platform.doc.user Platform Plug-in Developer Guide - org.eclipse.platform.doc.isv Java Development User Guide - org.eclipse.jdt.doc.user JDT Plug-in Developer Guide - org.eclipse.jdt.doc.isv Plug-in Development Environment Guide - org.eclipse.pde.doc.user

"User Guide" books are oriented to end-users of the Eclipse platform IDE and Java development tools. "Developer Guide" books are oriented towards plug-in developers who are extending or building their own Eclipse-based applications.

All Eclipse project documentation conforms to the Eclipse Doc Style Guide.


Back to Eclipse Project home

Back to the top