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
7dfefef4
Commit
7dfefef4
authored
Jan 25, 2020
by
VIGNET Pierre
Browse files
Fix typos
parent
0757c52b
Changes
3
Hide whitespace changes
Inline
Side-by-side
gui/cadbiom_gui/gt_gui/chart_controler.py
View file @
7dfefef4
...
...
@@ -42,11 +42,11 @@
##
## Contributor(s): Geoffroy Andrieux, Nolwenn Le Meur
##
"""Main
gui
controlers + auxiliary class (ChartClipboard)
"""Main
GUI
control
l
ers + auxiliary class (ChartClipboard)
- :class:`ChartClipboard`: A clipboard to handle the copy of nodes through models
- :class:`ChartControler`: A controler for graphical views
- :class:`
Chart
Controler`: A controler for navigation view (overview section in the GUI)
- :class:`
Nav
Controler`: A controler for navigation view (overview section in the GUI)
"""
# Standard imports
...
...
library/cadbiom/models/guard_transitions/analyser/static_analysis.py
View file @
7dfefef4
...
...
@@ -204,7 +204,7 @@ class StaticAnalyzer(object):
:Example:
.. code-block
s
:: python
.. code-block:: python
static_analyser = StaticAnalyzer(Reporter())
static_analyser.build_from_chart_model(model)
...
...
library/cadbiom/models/guard_transitions/translators/chart_xml.py
View file @
7dfefef4
...
...
@@ -330,7 +330,7 @@ class MakeHandler(ContentHandler):
def
startElement
(
self
,
name
,
att
):
"""Signal the start of an element
.. note
s
:: Nodes have to be at the top of the model (Before transitions)
.. note:: Nodes have to be at the top of the model (Before transitions)
Transitions do not allow reflexive ones
(as it could be said in the doc);
Duplication of transitions are not authorized but only print a
...
...
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