It seems like it is not allowed by Sphinx-Gallery that two examples have identical filenames, even when they are saved in different folders. Currently, this is the case for:
When running make html to build the documentation locally, the following warning occurs:
WARNING: Duplicate example file name(s) found. Having duplicate file names will break some links.
List of files: ['../examples/get_started/contour_map.py']
According to this the documentation for the tutorial is wrongly build:
Thus, we have to rename one of these two example files.
It seems like it is not allowed by Sphinx-Gallery that two examples have identical filenames, even when they are saved in different folders. Currently, this is the case for:
When running
make htmlto build the documentation locally, the following warning occurs:According to this the documentation for the tutorial is wrongly build:
Thus, we have to rename one of these two example files.