Skip to content

Commit 07cedd8

Browse files
committed
revert to use classes.pdf in doc/ (instead of classes.png)
1 parent 98fdb35 commit 07cedd8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

doc/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ help:
1515
.PHONY: help Makefile
1616

1717
# Rules to create figures
18-
FIGS = classes.png
19-
classes.png: classes.fig
20-
fig2dev -Lpng $< $@
18+
FIGS = classes.pdf
19+
classes.pdf: classes.fig
20+
fig2dev -Lpdf $< $@
2121

2222
# Catch-all target: route all unknown targets to Sphinx using the new
2323
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).

doc/classes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following figure illustrates the relationship between the classes and
2424
some of the functions that can be used to convert objects from one class to
2525
another:
2626

27-
.. image:: classes.png
27+
.. image:: classes.pdf
2828
:width: 800
2929

3030
|

0 commit comments

Comments
 (0)