Documentation for understanding logic. #6
Documentation for understanding logic. #6alex-quin-gabriel wants to merge 2 commits intoCoreSenseEU:mainfrom
Conversation
|
Please add a |
|
I did not make these changes on purpose. I want on opinion from @fmrico on this first. |
|
|
||
| **is_output_modelet_concept** ``(``\ ```engine`` <#engine>`__\ ``>``\ ```phenomenon`` <phenomenon.rst>`__\ ``)`` | ||
| --------------------------------------------------------------------------------------------------------------- | ||
| **is_output_modelet_concept** ( `engine <#engine>`_ > `phenomenon <phenomenon.html>`_ ) |
There was a problem hiding this comment.
| **is_output_modelet_concept** ( `engine <#engine>`_ > `phenomenon <phenomenon.html>`_ ) | |
| **is_output_modelet_concept** (( `engine <#engine>`_ * `phenomenon <phenomenon.html>`_ )) > **$o** ) |
|
|
||
| **template_has_concept_requirement** ``(``\ ```template`` <#template>`__\ ``>``\ ```concept`` <concept.rst>`__\ ``)`` | ||
| -------------------------------------------------------------------------------------------------------------------- | ||
| **template_has_concept_requirement** ( `template <#template>`_ > `concept <concept.html>`_ ) |
There was a problem hiding this comment.
| **template_has_concept_requirement** ( `template <#template>`_ > `concept <concept.html>`_ ) | |
| **template_has_concept_requirement** ( `template <#template>`_ > `concept <concept.html>`_ ) |
| **template_has_concept_requirement** ( `template <#template>`_ > `concept <concept.html>`_ ) | |
| **template_has_concept_requirement** (( `template <#template>`_ * `concept <concept.html>`_ ) > **$o** ) |
|
|
||
| **template_has_location_requirement** ``(``\ ```template`` <#template>`__\ ``>``\ ```spacetime_point`` <spacetime_point.rst>`__\ ``)`` | ||
| ------------------------------------------------------------------------------------------------------------------------------------- | ||
| **template_has_location_requirement** ( `template <#template>`_ > `spacetime_point <spacetime_point.html>`_ ) |
There was a problem hiding this comment.
| **template_has_location_requirement** ( `template <#template>`_ > `spacetime_point <spacetime_point.html>`_ ) | |
| **template_has_location_requirement** ( `template <#template>`_ > `spacetime_point <spacetime_point.html>`_ ) |
| **template_has_location_requirement** ( `template <#template>`_ > `spacetime_point <spacetime_point.html>`_ ) | |
| **template_has_location_requirement** (( `template <#template>`_ * `spacetime_point <spacetime_point.html>`_ ) > **$o** ) |
|
|
||
| **template_has_extent_requirement** ``(``\ ```template`` <#template>`__\ ``>``\ ```extent`` <extent.rst>`__\ ``)`` | ||
| ----------------------------------------------------------------------------------------------------------------- | ||
| **template_has_extent_requirement** ( `template <#template>`_ > `extent <extent.html>`_ ) |
There was a problem hiding this comment.
| **template_has_extent_requirement** ( `template <#template>`_ > `extent <extent.html>`_ ) | |
| **template_has_extent_requirement** (( `template <#template>`_ * `extent <extent.html>`_ ) > **$o** ) |
| .. include:: datatype.rst | ||
| :start-line: 8 | ||
| :end-line: 9 | ||
|
|
There was a problem hiding this comment.
Move concept to here to maintain alphabetical order.
| `concept <concept.html>`_ | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| `template_set <template.rst#template_set>`__ | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| .. include:: concept.rst | ||
| :start-line: 8 | ||
| :end-line: 9 |
There was a problem hiding this comment.
move to line 33 so these are in alphabetical order.
| used by an `engine <engine.rst>`__. Class in the *Processing/Modelling | ||
| Model*. ###### Source: ``fundamental-concepts.tff`` | ||
| The relation a `modelet <modelet.html>`_ has with its parents, i.e. the inputs to the `engine <engine.html>`_ `exertion <exertion.html>`_. Class of their relation in the *Processing/Modelling Model*. | ||
|
|
|
|
||
| **is_property_of_modelet** ``((``\ ```property`` <#property>`__\ ``*``\ ```modelet`` <modelet.rst>`__\ ``) >``\ **``$o``**\ ``)`` | ||
| -------------------------------------------------------------------------------------------------------------------------------- | ||
| **is_property_of_modelet** (( `property <#property>`_ * `modelet <modelet.html>`_ ) > **$o** ) |
There was a problem hiding this comment.
| **is_property_of_modelet** (( `property <#property>`_ * `modelet <modelet.html>`_ ) > **$o** ) | |
| **modelet_has_property** (( `modelet <modelet.html>`_ * `property <#property>`_ ) > **$o** ) |
I prefer the name as is_property_of_modelet because this is a predicate. However, right now it has the name modelet_has_property and I would rather stay consistent with the code base.
|
|
||
| **is_property_of_engine** ``((``\ ```property`` <#property>`__\ ``*``\ ```engine`` <engine.rst>`__\ ``) >``\ **``$o``**\ ``)`` | ||
| ----------------------------------------------------------------------------------------------------------------------------- | ||
| **is_property_of_engine** (( `property <#property>`_ * `engine <engine.html>`_ ) > **$o** ) |
There was a problem hiding this comment.
| **is_property_of_engine** (( `property <#property>`_ * `engine <engine.html>`_ ) > **$o** ) | |
| **engine_has_property** (( `engine <engine.html>`_ * `property <#property>`_ ) > **$o** ) |
I prefer the name as is_property_of_engine because this is a predicate. However, right now it has the name engine_has_property and I would rather stay consistent with the code base.
| - `Formalism <formalism.rst>`__: the representation of the *phenomenon* | ||
| ###### Source: ``engines-and-modelets.tff`` | ||
| Source: ``engines-and-modelets.tff`` | ||
|
|
There was a problem hiding this comment.
Please add some information here about empty_ms, and parents_of_modelet since it looks like we are going the understanding state route.
|
|
||
| .. _modelet_has_representation_class: | ||
|
|
||
| **modelet_has_representation_class** ( `modelet <modelet.html>`_ > `representation_class <representation_class.html>`_ ) |
There was a problem hiding this comment.
| **modelet_has_representation_class** ( `modelet <modelet.html>`_ > `representation_class <representation_class.html>`_ ) | |
| **modelet_has_representation_class** (( `modelet <modelet.html>`_ * `representation_class <representation_class.html>`_ ) > **$o** ) |
|
Is this PR abandoned? |
|
Probably, there have been some major changes since. @alex-quin-gabriel is the authority. |
Unfortunately, reStructuredText is lacking some features of material for mkdocs, which results in worse formatting and clarity of this version compared to the original.
The addition of the 'sphinx.ext.autosummary', 'sphinx.ext.autodoc' extensions might break the build with the given package versions.
It builds for me with: