-
Notifications
You must be signed in to change notification settings - Fork 823
Closed
Milestone
Description
Expected behavior
The package files (README, INSTALL, etc) and SUMMARY.txt (which shows up at https://pypi.org/project/MDAnalysis/) are in sync with the top-level README.rst, website, and docs.
Actual behavior
- INSTALL and README differ slightly from https://userguide.mdanalysis.org/installation.html, https://www.mdanalysis.org/pages/installation_quick_start/, and https://github.com/MDAnalysis/mdanalysis/blob/develop/README.rst
- SUMMARY.rst (https://pypi.org/project/MDAnalysis/) has wrong badge for Travis and outdated text (compared to https://github.com/MDAnalysis/mdanalysis/blob/develop/README.rst)
Proposed solution
Reduce the number of independent files that need to be kept updated. For instance, replace SUMMARY.txt with README.rst.
Reactions are currently unavailable