From e96421991c2705163fafa8ff27ca028693a1e962 Mon Sep 17 00:00:00 2001 From: P4i1 Date: Tue, 5 Nov 2024 19:55:55 -0800 Subject: [PATCH] Bug: repaied-image-path-for-index.html --- Doxyfile | 6 +++--- README.md | 15 +++++++-------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/Doxyfile b/Doxyfile index 4d3201e..bfa18ff 100644 --- a/Doxyfile +++ b/Doxyfile @@ -967,7 +967,7 @@ EXAMPLE_RECURSIVE = NO # that contain images that are to be included in the documentation (see the # \image command). -IMAGE_PATH = +IMAGE_PATH = images # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program @@ -1230,7 +1230,7 @@ HTML_FOOTER = # obsolete. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_STYLESHEET = +HTML_STYLESHEET = # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined # cascading style sheets that are included after the standard style sheets @@ -1243,7 +1243,7 @@ HTML_STYLESHEET = # list). For an example see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_STYLESHEET = +HTML_EXTRA_STYLESHEET = # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note diff --git a/README.md b/README.md index 31532a4..f5a0520 100644 --- a/README.md +++ b/README.md @@ -120,11 +120,10 @@ the library [![DOI](https://joss.theoj.org/papers/10.21105/joss.06288/status.svg Now, some cool pictures obtained with MOLE: -![Obtained with curvilinear operators](images/4thOrder.png) -![Obtained with curvilinear operators](images/4thOrder2.png) -![Obtained with curvilinear operators](images/4thOrder3.png) -![Obtained with curvilinear operators](images/grid2.png) -![Obtained with curvilinear operators](images/grid.png) -![Obtained with curvilinear operators](images/WavyGrid.png) -![Obtained with curvilinear operators](images/wave2D.png) -![Obtained with curvilinear operators](images/burgers.png) +![Obtained with curvilinear operators](/images/4thOrder.png) +![Obtained with curvilinear operators](/images/4thOrder2.png) +![Obtained with curvilinear operators](/images/4thOrder3.png) +![Obtained with curvilinear operators](/images/grid2.png) +![Obtained with curvilinear operators](/images/grid.png) +![Obtained with curvilinear operators](/images/wave2D.png) +![Obtained with curvilinear operators](/images/burgers.png)