Skip to content

Commit

Permalink
FIX: example docs (#869)
Browse files Browse the repository at this point in the history
Co-authored-by: ring630 <@gmail.com>
  • Loading branch information
hui-zhou-a authored Oct 23, 2024
1 parent 8720d6c commit 574a20e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ def setup(app):
"examples/use_configuration/import_setup_ac": "_static/thumbnails/101_getting_started.png",
"examples/use_configuration/import_padstack_definitions": "_static/thumbnails/101_getting_started.png",
"examples/use_configuration/import_components": "_static/thumbnails/101_getting_started.png",
"examples/use_configuration/import_sources": "_static/thumbnails/101_getting_started.png",
}

nbsphinx_custom_formats = {
Expand Down
2 changes: 1 addition & 1 deletion examples/use_configuration/import_sources.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# # Import Ports
# # Import Sources
# This example shows how to import voltage and current sources. In this example, we are going to
#
# - Download an example board
Expand Down
1 change: 1 addition & 0 deletions examples/use_configuration/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ Step explanation
import_setup_ac.py
import_padstack_definitions.py
import_components.py
import_sources.py

0 comments on commit 574a20e

Please sign in to comment.