Skip to content

Wrong URLs in sitemap.xml #2993

@lilyminium

Description

@lilyminium

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions