Cantera / cantera

Chemical kinetics, thermodynamics, and transport tool suite
https://cantera.org
Other
581 stars 342 forks source link

Sphinx doesn't show constructor arguments for some classes #1635

Closed speth closed 3 weeks ago

speth commented 8 months ago

In the current Python API docs, Sphinx doesn't show constructor arguments for some classes. For example:

while for many others, it does:

This issue affects the docs for the current development version and version 3.0, but does not seem to be present in the docs for Cantera 2.6 (e.g. https://cantera.org/documentation/docs-2.6/sphinx/html/cython/zerodim.html#massflowcontroller).

I'm assuming that this is due in part to different Cython and / or Sphinx versions used in the build process.