-
Notifications
You must be signed in to change notification settings - Fork 823
Closed
Labels
Description
Expected behavior
Sitemaps only include URLs within the same directory. https://www.sitemaps.org/faq.html#faq_sitemap_location
Actual behavior
dev/sitemap.xml and stable/sitemap.xml point to version 2.0.0-dev0 and 1.0.0 URLs, respectively, because they are just naively copied from their respective docs.
Code to reproduce the behavior
import MDAnalysis as mda
from MDAnalysis.tests.datafiles import PSF, DCD, GRO, PDB, TPR, XTC, TRR, PRMncdf, NCDF
u = mda.Universe(PSF, DCD)
....By inspection
Current version of MDAnalysis
- Which version are you using? (run
python -c "import MDAnalysis as mda; print(mda.__version__)") develop - Which version of Python (
python -V)? - Which operating system?
Reactions are currently unavailable