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
Clean up docstrings so the Sphinx build is warning-free (#666)
Reformat the docstrings flagged by the Sphinx (autodoc) build so they parse as
valid reStructuredText, without changing any wording or code: indented class
hierarchies, attribute/argument lists, usage examples and equations are now
proper literal blocks (`::` + surrounding blank lines), enumerated/bulleted
lists get the required blank line, and stray inline markup (unbalanced
backticks, `*args`, `P(e|s)` pipes) is escaped, switching the affected
docstrings to raw strings where needed. Covers agents, agents4e, csp, planning,
logic, logic4e, learning, learning4e, reinforcement_learning(4e), utils, utils4e,
games, games4e, mdp, mdp4e, probability, probability4e, perception4e,
deep_learning4e, knowledge, probabilistic_learning, search and text. The docs
now build with 0 warnings (was 126); all module imports and test suites are
unaffected.
0 commit comments