change the name of examplepdf
This commit is contained in:
parent
2bd6937bd3
commit
00f487a316
3 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ It's recommended to install the wheel file (.whl) of it with pip3:
|
||||||
|
|
||||||
## Manual
|
## Manual
|
||||||
|
|
||||||
see `src/example.pdf`
|
see `src/manual.pdf`
|
||||||
|
|
||||||
## Packaging
|
## Packaging
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ sile_command = 'sile'
|
||||||
|
|
||||||
dirname = os.path.abspath(os.path.dirname(__file__)) #os.path.dirname('__file__')
|
dirname = os.path.abspath(os.path.dirname(__file__)) #os.path.dirname('__file__')
|
||||||
PDFJS = os.path.join(dirname, '../thirdparty/pdfjs/web/viewer.html')
|
PDFJS = os.path.join(dirname, '../thirdparty/pdfjs/web/viewer.html')
|
||||||
PDF = os.path.join(os.path.dirname(dirname), 'example.pdf')
|
PDF = os.path.join(os.path.dirname(dirname), 'manual.pdf')
|
||||||
|
|
||||||
app = None
|
app = None
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue