From 7957f9e57a69fbd0477e204b72cf19d99ee2fb23 Mon Sep 17 00:00:00 2001 From: Alain Klotz Date: Sat, 23 Sep 2023 22:21:28 +0200 Subject: [PATCH] Some updates in the doc. --- docs/make_doc | 16 ++++++++-------- docs/make_doc.bat | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/make_doc b/docs/make_doc index 50deff0..ef5641b 100644 --- a/docs/make_doc +++ b/docs/make_doc @@ -6,24 +6,24 @@ # > ./make_doc echo -echo "-- generating guitastro_device_deltatau UML class diagrams (with pyreverse)" +echo "-- generating guitastro_device_flipro UML class diagrams (with pyreverse)" echo cd ../src -pyreverse -p guitastro_device_deltatau -o png guitastro_device_deltatau -mv classes_guitastro_device_deltatau.png ../docs/source/doc_images/generated/ -mv packages_guitastro_device_deltatau.png ../docs/source/doc_images/generated/ +pyreverse -p guitastro_device_flipro -o png guitastro_device_flipro +mv classes_guitastro_device_flipro.png ../docs/source/doc_images/generated/ +mv packages_guitastro_device_flipro.png ../docs/source/doc_images/generated/ cd ../docs echo -echo "-- Generating guitastro_device_deltatau API doc in HTML format (from RST with sphinx)" -echo "-- You can open this doc by pointing your browser to docs/build/html/index.html (from guitastro_device_deltatau dir)" +echo "-- Generating guitastro_device_flipro API doc in HTML format (from RST with sphinx)" +echo "-- You can open this doc by pointing your browser to docs/build/html/index.html (from guitastro_device_flipro dir)" echo sphinx-build -b html ./source/ ./build/html/ echo -echo "-- Generating guitastro_device_deltatau API doc in PDF format (from RST with sphinx)" -echo "-- You can open this doc by opening docs/build/pdf/guitastro_device_deltatau.pdf (from guitastro_device_deltatau dir)" +echo "-- Generating guitastro_device_flipro API doc in PDF format (from RST with sphinx)" +echo "-- You can open this doc by opening docs/build/pdf/guitastro_device_flipro.pdf (from guitastro_device_flipro dir)" echo sphinx-build -b pdf ./source/ ./build/pdf/ diff --git a/docs/make_doc.bat b/docs/make_doc.bat index d88eede..b79df88 100644 --- a/docs/make_doc.bat +++ b/docs/make_doc.bat @@ -2,7 +2,7 @@ echo This batch must be launched with PowerShell in administrator mode. call :ResolvePath path_guitastro %cd%\.. -echo Guitastro Device FLIPRO in the directory %path_guitastro% +echo Guitastro Device Flipro in the directory %path_guitastro% rem Search where is Anaconda set path_anacondas=c:\Users\%USERNAME%\Anaconda3 C:\ProgramData\Anaconda3 -- libgit2 0.21.2