Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Anchal Gupta
Zero
Commits
3da5579c
Commit
3da5579c
authored
Jun 16, 2018
by
Sean Leavey
Browse files
Move documentation images to static directory
parent
73105a4b
Changes
3
Hide whitespace changes
Inline
Side-by-side
docs/
examples/resources
/liso-input-node-graph.svg
→
docs/
_static
/liso-input-node-graph.svg
View file @
3da5579c
File moved
docs/
examples/resources
/liso-input-tf.png
→
docs/
_static
/liso-input-tf.png
View file @
3da5579c
File moved
docs/examples/liso-input.rst
View file @
3da5579c
...
...
@@ -42,7 +42,7 @@ Plot the result with `show`:
parser.show()
.. image::
resources
/liso-input-tf.png
.. image::
/_static
/liso-input-tf.png
You can at any time list the circuit's constituent components:
...
...
@@ -68,7 +68,7 @@ You can also plot the circuit's node network using Graphviz, if installed:
from circuit.display import NodeGraph
NodeGraph(parser.circuit)
.. image::
resources
/liso-input-node-graph.svg
.. image::
/_static
/liso-input-node-graph.svg
Graphviz almost always produces a messy representation, but it can sometimes be useful to help
spot simple mistakes in circuit definitions.
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment