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
[fix] Add docstring and parameter formatting improvements (#766)
* Add docstring and parameter formatting improvements
Improved docstring formatting and parameter documentation in _delay.py and slow_points.py for better clarity and consistency. No functional changes were made to the code logic.
* Revert "Add docstring and parameter formatting improvements"
This reverts commit d3fdde2.
* Fix docstring formatting issues in sphinx build
- Convert docstring section headers from rst underline format to :: format
- Fixes sphinx_autodoc_typehints extension errors
- Only modify the problematic Examples, Parameters, Returns sections
- Affects 21 core files with docstring formatting issues
* Update docstring parameter sections to use 'Parameters::'
Replaces NumPy-style 'Parameters' and 'Returns' docstring sections (using '----------') with reStructuredText-style 'Parameters::' and 'Returns::' across multiple modules. This improves consistency and compatibility with documentation tools that expect reST formatting.
0 commit comments