Skip to content

Commit

Permalink
Merge branch 'namespace' of https://github.com/openalea/core into nam…
Browse files Browse the repository at this point in the history
…espace
  • Loading branch information
pradal committed Jan 22, 2024
2 parents 0c514e0 + e176326 commit 1f486c2
Show file tree
Hide file tree
Showing 41 changed files with 1,398 additions and 95 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conda-package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
branches:
- '**'


jobs:
build:
uses: openalea/github-action-conda-build/.github/workflows/conda-package-build.yml@main
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requirements:
- openalea.deploy
- six
run:
- python >=3.6
- python <3.11
- ipykernel
- configobj
- six
Expand Down
7 changes: 7 additions & 0 deletions doc/_dvlpt/modules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
src
===

.. toctree::
:maxdepth: 4

openalea
30 changes: 30 additions & 0 deletions doc/_dvlpt/openalea.core.algo.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
openalea.core.algo package
==========================

Submodules
----------

openalea.core.algo.dataflow\_copy module
----------------------------------------

.. automodule:: openalea.core.algo.dataflow_copy
:members:
:undoc-members:
:show-inheritance:

openalea.core.algo.dataflow\_evaluation module
----------------------------------------------

.. automodule:: openalea.core.algo.dataflow_evaluation
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: openalea.core.algo
:members:
:undoc-members:
:show-inheritance:
54 changes: 54 additions & 0 deletions doc/_dvlpt/openalea.core.control.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
openalea.core.control package
=============================

Submodules
----------

openalea.core.control.all module
--------------------------------

.. automodule:: openalea.core.control.all
:members:
:undoc-members:
:show-inheritance:

openalea.core.control.control module
------------------------------------

.. automodule:: openalea.core.control.control
:members:
:undoc-members:
:show-inheritance:

openalea.core.control.manager module
------------------------------------

.. automodule:: openalea.core.control.manager
:members:
:undoc-members:
:show-inheritance:

openalea.core.control.pyserial module
-------------------------------------

.. automodule:: openalea.core.control.pyserial
:members:
:undoc-members:
:show-inheritance:

openalea.core.control.serialization module
------------------------------------------

.. automodule:: openalea.core.control.serialization
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: openalea.core.control
:members:
:undoc-members:
:show-inheritance:
30 changes: 30 additions & 0 deletions doc/_dvlpt/openalea.core.formatting.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
openalea.core.formatting package
================================

Submodules
----------

openalea.core.formatting.html module
------------------------------------

.. automodule:: openalea.core.formatting.html
:members:
:undoc-members:
:show-inheritance:

openalea.core.formatting.util module
------------------------------------

.. automodule:: openalea.core.formatting.util
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: openalea.core.formatting
:members:
:undoc-members:
:show-inheritance:
62 changes: 62 additions & 0 deletions doc/_dvlpt/openalea.core.graph.interface.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
openalea.core.graph.interface package
=====================================

Submodules
----------

openalea.core.graph.interface.graph module
------------------------------------------

.. automodule:: openalea.core.graph.interface.graph
:members:
:undoc-members:
:show-inheritance:

openalea.core.graph.interface.graphconcept module
-------------------------------------------------

.. automodule:: openalea.core.graph.interface.graphconcept
:members:
:undoc-members:
:show-inheritance:

openalea.core.graph.interface.latticeconcept module
---------------------------------------------------

.. automodule:: openalea.core.graph.interface.latticeconcept
:members:
:undoc-members:
:show-inheritance:

openalea.core.graph.interface.port\_graph module
------------------------------------------------

.. automodule:: openalea.core.graph.interface.port_graph
:members:
:undoc-members:
:show-inheritance:

openalea.core.graph.interface.property\_graph module
----------------------------------------------------

.. automodule:: openalea.core.graph.interface.property_graph
:members:
:undoc-members:
:show-inheritance:

openalea.core.graph.interface.treeconcept module
------------------------------------------------

.. automodule:: openalea.core.graph.interface.treeconcept
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: openalea.core.graph.interface
:members:
:undoc-members:
:show-inheritance:
45 changes: 45 additions & 0 deletions doc/_dvlpt/openalea.core.graph.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
openalea.core.graph package
===========================

Subpackages
-----------

.. toctree::

openalea.core.graph.interface

Submodules
----------

openalea.core.graph.graph module
--------------------------------

.. automodule:: openalea.core.graph.graph
:members:
:undoc-members:
:show-inheritance:

openalea.core.graph.id\_generator module
----------------------------------------

.. automodule:: openalea.core.graph.id_generator
:members:
:undoc-members:
:show-inheritance:

openalea.core.graph.property\_graph module
------------------------------------------

.. automodule:: openalea.core.graph.property_graph
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: openalea.core.graph
:members:
:undoc-members:
:show-inheritance:
30 changes: 30 additions & 0 deletions doc/_dvlpt/openalea.core.interpreter.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
openalea.core.interpreter package
=================================

Submodules
----------

openalea.core.interpreter.ipython module
----------------------------------------

.. automodule:: openalea.core.interpreter.ipython
:members:
:undoc-members:
:show-inheritance:

openalea.core.interpreter.python module
---------------------------------------

.. automodule:: openalea.core.interpreter.python
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: openalea.core.interpreter
:members:
:undoc-members:
:show-inheritance:
10 changes: 10 additions & 0 deletions doc/_dvlpt/openalea.core.plugin.builtin.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
openalea.core.plugin.builtin package
====================================

Module contents
---------------

.. automodule:: openalea.core.plugin.builtin
:members:
:undoc-members:
:show-inheritance:
38 changes: 38 additions & 0 deletions doc/_dvlpt/openalea.core.plugin.formatting.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
openalea.core.plugin.formatting package
=======================================

Submodules
----------

openalea.core.plugin.formatting.html module
-------------------------------------------

.. automodule:: openalea.core.plugin.formatting.html
:members:
:undoc-members:
:show-inheritance:

openalea.core.plugin.formatting.text module
-------------------------------------------

.. automodule:: openalea.core.plugin.formatting.text
:members:
:undoc-members:
:show-inheritance:

openalea.core.plugin.formatting.util module
-------------------------------------------

.. automodule:: openalea.core.plugin.formatting.util
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: openalea.core.plugin.formatting
:members:
:undoc-members:
:show-inheritance:
Loading

0 comments on commit 1f486c2

Please sign in to comment.