Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VIGNET Pierre
cadbiom
Commits
e5161b89
Commit
e5161b89
authored
Jan 25, 2020
by
VIGNET Pierre
Browse files
[doc] Fix typos; add titles to GUI section
parent
7dfefef4
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/source/file_format_specification.rst
View file @
e5161b89
...
...
@@ -113,16 +113,17 @@ Glossary
.. glossary::
tag
A tag is a markup construct that begins with < and ends with >.
2 flavors can be encountered::
start-tag, such as <section>;
end-tag, such as </section>;
element
An element is a logical document component that either begins with a start-tag and ends with a matching end-tag.
The characters between the start-tag and end-tag, if any, are the element's content, and may contain markup,
including other elements, which are called child elements.
attribute
An attribute is a markup construct consisting of a name–value pair that exists within a start-tag or empty-element tag.
tag
A tag is a markup construct that begins with < and ends with >.
2 flavors can be encountered:
- start-tag, such as <section>;
- end-tag, such as </section>;
element
An element is a logical document component that either begins with a start-tag and ends with a matching end-tag.
The characters between the start-tag and end-tag, if any, are the element's content, and may contain markup,
including other elements, which are called child elements.
attribute
An attribute is a markup construct consisting of a name–value pair that exists within a start-tag or empty-element tag.
doc/source/gui_doc.rst
View file @
e5161b89
...
...
@@ -5,39 +5,88 @@ GUI package
Graphical User Interface
========================
.. automodule:: cadbiom_gui.gt_gui.chart_view
:members:
GUI main class - Charter
------------------------
.. automodule:: cadbiom_gui.gt_gui.charter
:members:
.. automodule:: cadbiom_gui.gt_gui.charter_info
Graph views - ChartView
-----------------------
.. automodule:: cadbiom_gui.gt_gui.chart_view
:members:
MVC management - EditMVC
------------------------
.. automodule:: cadbiom_gui.gt_gui.edit_mvc
:members:
.. automodule:: cadbiom_gui.gt_gui.graphics.drawing_style
:members:
GUI controllers
---------------
.. automodule:: cadbiom_gui.gt_gui.chart_controler
:members:
.. automodule:: cadbiom_gui.gt_gui.chart_misc_widgets
GUI auxiliary widgets - CharterInfo
-----------------------------------
.. automodule:: cadbiom_gui.gt_gui.charter_info
:members:
.. automodule:: cadbiom_gui.gt_gui.layout
GUI auxiliary widgets - Miscellaneous
-------------------------------------
.. automodule:: cadbiom_gui.gt_gui.chart_misc_widgets
:members:
Property checking - controllers & widgets
-----------------------------------------
.. automodule:: cadbiom_gui.gt_gui.chart_checker.chart_checker_controler
:members:
Simulation - controllers & widgets
----------------------------------
.. automodule:: cadbiom_gui.gt_gui.chart_simulator.chart_simul_controler
:members:
Statical analysis - controllers & widgets
-----------------------------------------
.. automodule:: cadbiom_gui.gt_gui.chart_static.chart_stat_controler
:members:
Tools
=====
Search areas management
-----------------------
.. automodule:: cadbiom_gui.gt_gui.utils.listDisplay
:members:
Tabs decoration
---------------
.. automodule:: cadbiom_gui.gt_gui.utils.notebookUtils
:members:
Error reporters
---------------
.. automodule:: cadbiom_gui.gt_gui.utils.reporter
:members:
Text editors
------------
.. automodule:: cadbiom_gui.gt_gui.utils.text_page
:members:
Dialog boxes
------------
.. automodule:: cadbiom_gui.gt_gui.utils.warn
:members:
Graph Editor Design
===================
Drawing routines
----------------
.. automodule:: cadbiom_gui.gt_gui.graphics.drawing_style
:members:
Layout routines
---------------
.. automodule:: cadbiom_gui.gt_gui.layout
:members:
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment