-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sort out sphinx documents for features that cannot be built together #1134
Comments
The tenative outcome is the following: No Python support, may still be incomatible with other featues: Dpd related: #943 Stokesian Dynamics: #1091 Object in fluid related #1141 Include in maxset: Incompatible featues: External Dependency: remove: |
Regarding the stuff to be included (previous comment): All the BOND_ANGLE_SOMETHING features are legacy stuff not present in the Python interface. H5MD is an external dependency, which is compiled in if available. So nothing to do, as well. |
Afaik, the only things left are SHANCHEn and the different LB noise types. |
Sphinx uses introspection to get the doc strings from the python moduels.
Hence, modules not being built due to missing myconfig.hpp features are not included in the doc.
We build the doc based on the maxset features set.
The text was updated successfully, but these errors were encountered: