gaphor/docs/index.txt

67 lines
1.4 KiB
Plaintext
Raw Normal View History

######################
Documentation contents
######################
2010-01-29 13:35:43 +01:00
*The source is the documentation.*
Well, not for us.
Currently, there's not a lot of documentation though. For those of you interested in Gaphor there's:
2010-01-29 13:35:43 +01:00
2010-04-20 07:13:47 +02:00
* A :doc:`manual <manual/index>`. It outlines some of the ideas in and behind Gaphor.
2010-01-29 13:35:43 +01:00
* The :ref:`tech-section` contains some interesting articles about the technology that drives Gaphor and Gaphas, Gaphor's canvas widget.
If you're into writing plug-ins for Gaphor you should have a look at our fabulous `Hello world <http://github.com/amolenaar/gaphor.plugins.helloworld>`_ plug-in.
2010-01-29 13:35:43 +01:00
.. toctree::
:maxdepth: 2
manual/index
2010-01-29 13:35:43 +01:00
Running Gaphor on different platforms:
.. toctree::
:maxdepth: 1
2010-01-29 13:35:43 +01:00
linux
2010-01-29 13:35:43 +01:00
win32
custominstall
2010-01-29 13:35:43 +01:00
.. _tech-section:
Tech section
------------
.. toctree::
:maxdepth: 1
2010-01-29 13:35:43 +01:00
framework
model
stereotypes
2010-01-29 13:35:43 +01:00
datamodel
connect
actions
items
services
so
storage
undo
xml-format
.. toctree::
:maxdepth: 2
2010-01-29 13:35:43 +01:00
External links
^^^^^^^^^^^^^^
* You should definitely check out http://www.agilemodeling.com.
2010-01-29 13:35:43 +01:00
* The `UML diagrams <http://www.agilemodeling.com/essays/umlDiagrams.htm>`_ (although Gaphor does not see it that black-and-white).
* http://www.agilemodeling.com/essays/
* The `official UML metamodel specification <http://www.omg.org/technology/documents/modeling_spec_catalog.htm#UML>`_. This ''is'' our data model.
..
# vim:syntax=rst