labs4capella / python4capella

Python for Capella
Eclipse Public License 2.0
52 stars 10 forks source link

Documentation: Project structure missing folders #120

Closed materpillar closed 2 years ago

materpillar commented 2 years ago

Hi, the documentation states:

Python4Capella project structure

The Python4Capella project provides everything needed to interact with your Capella project from your Python scripts. It contains three different folders:

  • java_api: This folder contains the low level APIs needed to interact with the Java world.
  • simplified_api: This folder contains the simplified APIs to interact with Capella and some of its add-ons.
  • sample_scripts: This folder contains some sample scripts that demonstrate how you can use the simplified APIs.

I additionally get

ylussaud commented 2 years ago

Yes they have been added since:

Thank you, we will modify the documentation.