Skip to content

Conversation

orbeckst
Copy link
Member

@orbeckst orbeckst commented Jun 11, 2025

Fixes #

Changes made in this Pull Request:

  • links broke when LAMMPS moved from lammps.sandia.gov to lammps.org
  • git grep -l sandia | xargs perl -wpi~ -e 's(http://lammps\.sandia\.gov/doc)(https://docs.lammps.org)' --
  • git grep -l sandia | xargs perl -wpi~ -e 's(http://lammps\.sandia\.gov)(https://www.lammps.org)' --

PR Checklist

  • Issue raised/referenced?
  • Tests updated/added?
  • Documentation updated/added?
  • package/CHANGELOG file updated?
  • Is your name in package/AUTHORS? (If it is not, add it!)

Developers Certificate of Origin

I certify that I can submit this code contribution as described in the Developer Certificate of Origin, under the MDAnalysis LICENSE.


📚 Documentation preview 📚: https://mdanalysis--5063.org.readthedocs.build/en/5063/

- links broke when LAMMPS moved from lammps.sandia.gov to lammps.org
- `git grep -l sandia | xargs perl -wpi~ -e 's(http://lammps\.sandia\.gov/doc)(https://docs.lammps.org)' --`
- `git grep -l sandia | xargs perl -wpi~ -e 's(http://lammps\.sandia\.gov)(https://www.lammps.org)' --`
@RMeli
Copy link
Member

RMeli commented Jun 11, 2025

Well spotted, thanks.

@RMeli RMeli enabled auto-merge (squash) June 11, 2025 22:15
@RMeli
Copy link
Member

RMeli commented Jun 11, 2025

There seems to be some conflicts preventing the merge (on mobile I don't see which ones).

@RMeli RMeli merged commit 0dc5a1b into develop Jun 11, 2025
8 of 15 checks passed
@orbeckst orbeckst deleted the lammps-doc-fix branch June 11, 2025 22:23
@orbeckst
Copy link
Member Author

Thanks @RMeli !

Copy link

codecov bot commented Jun 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.62%. Comparing base (e604e4a) to head (093a4f3).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #5063   +/-   ##
========================================
  Coverage    93.62%   93.62%           
========================================
  Files          177      177           
  Lines        22001    22001           
  Branches      3114     3114           
========================================
  Hits         20599    20599           
  Misses         947      947           
  Partials       455      455           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants