idaes-pse
idaes-pse copied to clipboard
Doc string formatter for Google style doc strings
trafficstars
Related to #1191
With recent changes to how Pyomo documents ConfigDicts is has come up that the default formatter does not provide full support for Google style doc strings. There are two possible approaches to address this:
- Create a new formatter to better handle Google style doc strings, or
- Switch to using Numpy style doc strings (which would affect all downstream projects)