Skip to content

Commit

Permalink
Merge pull request #28 from dnv-opensource/update_with_latest_changes…
Browse files Browse the repository at this point in the history
…_from_python_project_template

Sphinx documentation : adapted toctree structure of api to the struct…
  • Loading branch information
ClaasRostock authored Nov 11, 2024
2 parents dd9d2cb + 8e6dbc8 commit 32f7e34
Show file tree
Hide file tree
Showing 5 changed files with 406 additions and 388 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
-/-


## [0.2.15] - 2024-10-24
## [0.3.0] - 2024-11-11

### Breaking changes
* The code has been adapted to [dictIO][dictIO_docs] 0.4.0 <br>
[dictIO][dictIO_docs] 0.4.0 introduced some breaking changes. With the current release 0.3.0 of ospx, the code base has been adapted to these in changes. <br>
The most prominent change being that class `dictIO.CppDict` has been replaced by class `dictIO.SDict`.

### Changed
* Changed from `pip`/`tox` to `uv` as package manager
Expand All @@ -31,6 +36,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
* _test_future.yml : updated name of test job to 'test313'

### Dependencies
* Updated to dictIO>=0.4.0 (from dictIO>=0.3.4)
* Updated to ruff>=0.6.3 (from ruff==0.4.2)
* Updated to pyright>=1.1.378 (from pyright==1.1.360)
* Updated to sourcery>=1.22 (from sourcery==1.16)
Expand Down Expand Up @@ -455,3 +461,6 @@ Maintenance Release
[0.0.22]: https://github.com/dnv-opensource/ospx/compare/v0.0.17...v0.0.22
[0.0.17]: https://github.com/dnv-opensource/ospx/releases/tag/v0.0.17
[ospx]: https://github.com/dnv-opensource/ospx

<!-- Markdown link & img dfn's -->
[dictIO_docs]: https://dnv-opensource.github.io/dictIO/README.html
30 changes: 3 additions & 27 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
@@ -1,31 +1,7 @@
API Reference
=============

Subpackages
-----------
.. toctree::
:maxdepth: 4

.. autosummary::
:toctree: _autosummary
:template: custom-module.rst
:recursive:

ospx.fmi
ospx.watch

Submodules
----------

.. autosummary::
:toctree: _autosummary
:template: custom-module.rst
:recursive:

ospx.component
ospx.connection
ospx.connector
ospx.graph
ospx.importer
ospx.ospCaseBuilder
ospx.ospSimulationCase
ospx.simulation
ospx.system
ospx
Loading

0 comments on commit 32f7e34

Please sign in to comment.