From 00f487a316b666ac631cd066194313219eb5342c Mon Sep 17 00:00:00 2001 From: "Chen, Chien-ting" Date: Tue, 29 Jun 2021 23:42:41 +0800 Subject: [PATCH] change the name of examplepdf --- README.md | 2 +- src/Clochur/__init__.py | 2 +- src/{example.pdf => manual.pdf} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename src/{example.pdf => manual.pdf} (100%) diff --git a/README.md b/README.md index 68341d2..2b82ae5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ It's recommended to install the wheel file (.whl) of it with pip3: ## Manual -see `src/example.pdf` +see `src/manual.pdf` ## Packaging diff --git a/src/Clochur/__init__.py b/src/Clochur/__init__.py index b47daa3..230735e 100755 --- a/src/Clochur/__init__.py +++ b/src/Clochur/__init__.py @@ -31,7 +31,7 @@ dirname = os.path.abspath(os.path.dirname(__file__)) #os.path.dirname('__file__') 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 diff --git a/src/example.pdf b/src/manual.pdf similarity index 100% rename from src/example.pdf rename to src/manual.pdf