Skip to content

Commit d874bca

Browse files
committed
move examples and figures to subdirectories
1 parent f089d3a commit d874bca

105 files changed

Lines changed: 61 additions & 52 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc/Makefile

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,8 @@ help:
1414

1515
.PHONY: help Makefile
1616

17-
# Rules to create figures
18-
FIGS = classes.pdf timeplot-mimo_step-default.png \
19-
freqplot-siso_bode-default.png rlocus-siso_ctime-default.png \
20-
phaseplot-dampedosc-default.png ctrlplot-servomech.png
21-
classes.pdf: classes.fig
22-
fig2dev -Lpdf $< $@
23-
24-
timeplot-mimo_step-default.png: ../control/tests/timeplot_test.py
25-
PYTHONPATH=.. python $<
26-
27-
freqplot-siso_bode-default.png: ../control/tests/freqplot_test.py
28-
PYTHONPATH=.. python $<
29-
30-
rlocus-siso_ctime-default.png: ../control/tests/rlocus_test.py
31-
PYTHONPATH=.. python $<
32-
33-
phaseplot-dampedosc-default.png: ../control/tests/phaseplot_test.py
34-
PYTHONPATH=.. python $<
35-
36-
ctrlplot-servomech.png: ../control/tests/ctrlplot_test.py
37-
PYTHONPATH=.. python $<
38-
3917
# Catch-all target: route all unknown targets to Sphinx using the new
4018
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
41-
html latexpdf clean doctest: Makefile $(FIGS)
19+
html latexpdf clean doctest: Makefile
20+
make -C figures
4221
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

doc/cruise-control.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/cruise.ipynb

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/describing_functions.ipynb

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/era_msd.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/examples/cruise-control.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../examples/cruise-control.py

doc/examples/cruise.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../examples/cruise.ipynb
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../examples/describing_functions.ipynb

doc/examples/era_msd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../examples/era_msd.py

0 commit comments

Comments
 (0)