idaes-pse icon indicating copy to clipboard operation
idaes-pse copied to clipboard

Doc string formatter for Google style doc strings

Open andrewlee94 opened this issue 2 years ago • 1 comments
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:

  1. Create a new formatter to better handle Google style doc strings, or
  2. Switch to using Numpy style doc strings (which would affect all downstream projects)

andrewlee94 avatar Jun 01 '23 18:06 andrewlee94