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 docstring formatting for sphinx-autoapi compatibility
- Add docstrings to SimInterface and Data TypedDict classes to override
inherited dict docstrings that cause RST parsing errors
- Fix IOModelOptions Attributes section formatting with consistent line
lengths and proper RST inline literal syntax (double backticks)
- Fix submodule_metadata docstring to use double backticks for inline
literals and proper Args/Yields format
- Fix Sky130Port docstring with proper RST link syntax and spacing
These changes resolve RST errors and warnings generated by sphinx-autoapi
when building documentation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: chipflow/platform/silicon.py
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -208,10 +208,14 @@ def __repr__(self):
208
208
209
209
210
210
classSky130Port(SiliconPlatformPort):
211
-
"""
212
-
Specialisation of `SiliconPlatformPort` for the `Skywater sky130_fd_io__gpiov2 IO cell <https://skywater-pdk.readthedocs.io/en/main/contents/libraries/sky130_fd_io/docs/user_guide.html>`_
211
+
"""Specialisation of ``SiliconPlatformPort`` for the Skywater sky130_fd_io__gpiov2 IO cell.
0 commit comments