Skip to content

Commit 5830b7e

Browse files
robtaylorclaude
andcommitted
Fix documentation references to moved utility functions
Update platform-api.rst to reference chipflow_lib.utils instead of deleted chipflow_lib.platform.utils module. Fixes CI documentation build failure. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 362febc commit 5830b7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/platform-api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ Utility Functions
156156

157157
.. autofunction:: chipflow_lib.platform.base.setup_amaranth_tools
158158

159-
.. autofunction:: chipflow_lib.platform.utils.top_components
159+
.. autofunction:: chipflow_lib.utils.top_components
160160

161-
.. autofunction:: chipflow_lib.platform.utils.get_software_builds
161+
.. autofunction:: chipflow_lib.utils.get_software_builds
162162

163163
Constants
164164
---------

0 commit comments

Comments
 (0)