We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fdb35 commit 07cedd8Copy full SHA for 07cedd8
2 files changed
doc/Makefile
@@ -15,9 +15,9 @@ help:
15
.PHONY: help Makefile
16
17
# Rules to create figures
18
-FIGS = classes.png
19
-classes.png: classes.fig
20
- fig2dev -Lpng $< $@
+FIGS = classes.pdf
+classes.pdf: classes.fig
+ fig2dev -Lpdf $< $@
21
22
# Catch-all target: route all unknown targets to Sphinx using the new
23
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
doc/classes.rst
@@ -24,7 +24,7 @@ The following figure illustrates the relationship between the classes and
24
some of the functions that can be used to convert objects from one class to
25
another:
26
27
-.. image:: classes.png
+.. image:: classes.pdf
28
:width: 800
29
30
|
0 commit comments