Features
Tutorials
Concepts
The in-built UI
The API
The CLI
Hosting FlexMeasures
Developing Plugins
Developing on FlexMeasures
Code Documentation
rst_to_openapi()
Functions
Convert a string with RST markup to OpenAPI-safe text.
Removes any RST footnote references like [#]_ or [1]_ or [label]
Replaces X with <abbr title=”Y”>X</abbr>
Converts \(base^{exp}\) into HTML sup/sub notation for OpenAPI
Converts inline code to <code>
inline code
Converts bold to <strong>
Converts italic to <em>