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
Currently, the formatting of some of our returns sections (those that span multiple lines of code) is messed up on read the docs, for an example look at DataSourceManager.get_fields(). This is a Sphinx Napoleon issue (sphinx-contrib/napoleon#4); however, we can fix it locally one of two ways:
Reduce all our Returns: sections to fit on one line, most do already.
Change out indentation style to that shown as a fix in the above issue, however for consistency we would probably have to update all other sections to that indentation style too.
The text was updated successfully, but these errors were encountered:
Currently, the formatting of some of our returns sections (those that span multiple lines of code) is messed up on read the docs, for an example look at
DataSourceManager.get_fields()
. This is a Sphinx Napoleon issue (sphinx-contrib/napoleon#4); however, we can fix it locally one of two ways:Returns:
sections to fit on one line, most do already.The text was updated successfully, but these errors were encountered: