BIM2SIM / bim2sim

A python tool to create simulation models for different domains based on BIM IFC models.
https://bim2sim.github.io/bim2sim/
GNU Lesser General Public License v3.0
46 stars 8 forks source link

Solve sphinx documentation problems #535

Open SvenHinrichs opened 1 year ago

DaJansenGit commented 4 months ago

At least in some plugins the doc strings are not shown in the sphinx rendered docs: Link to cooresponding docs image

Cudok commented 4 months ago

functions of template_mermaid.py are not shown

Cudok commented 4 months ago

maybe problem refers to autodoc

Cudok commented 4 months ago

fresh sphinx start (from scratch)

the docstring for e1_simple_project_bps_teaser.run_example_simple_building_teaser() is available

grafik

@DaJansenGit: is this a solution for the problem you described above?

Cudok commented 4 months ago

warning than one target found for cross-reference

Cudok commented 4 months ago

WARNING: autodoc: failed to import module 'setup' from module 'bim2sim.plugins.PluginEnergyPlus'; the module executes module level statement and it might call sys.exit().

@veronikarichter is setup() / setup.py still needed?

Cudok commented 4 months ago

Copyright entery

Cudok commented 4 months ago

conf.py status

Cudok commented 4 months ago

adapt CI regading sphinx build

Cudok commented 4 months ago

content/sequence of concepts in Advanced User-Guide

DaJansenGit commented 4 months ago

This currently works on local systems but for some reason not in the CI. We will try this again with the new pyproject.toml installation and see if the problem persists.