You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python bindings are one of the most important ways how users work with preCICE. We spent quite some time to write nice docstrings for the bindings. I would be good if we could integrate this documentation on the website as well. Ideally in such a way that also our search engine sees them.
Maybe a solution could be to first convert them into markdown (maybe via docutils or sphinx, I did not do much research yet) and then include in Jekyll.
Alternatively, we also directly generate html via sphinx, but this is probably not what we want.
The text was updated successfully, but these errors were encountered:
The Python bindings are one of the most important ways how users work with preCICE. We spent quite some time to write nice docstrings for the bindings. I would be good if we could integrate this documentation on the website as well. Ideally in such a way that also our search engine sees them.
Maybe a solution could be to first convert them into markdown (maybe via
docutils
orsphinx
, I did not do much research yet) and then include in Jekyll.Alternatively, we also directly generate html via
sphinx
, but this is probably not what we want.The text was updated successfully, but these errors were encountered: