Conversation
|
Hello @orbeckst! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
|
- close #2813 - add link to our privacy policy in footer (see MDAnalysis/MDAnalysis.github.io#129)
9c8b1db to
fd3cbf5
Compare
lilyminium
left a comment
There was a problem hiding this comment.
Thank you @orbeckst for adding this! LGTM, just the thought below.
jbarnoud
left a comment
There was a problem hiding this comment.
What is the CSS file that gets deleted?
|
I think it was custom CSS for the alabaster theme. I switched our docs to the RTD theme and used CSS from |
EDIT: sorry for the noise – somehow I didn't have @lilyminium 's reply on my page when I saw the question (stale page in browser...) |
|
See also PR MDAnalysis/pmda#129 for such a removal. |
Codecov Report
@@ Coverage Diff @@
## develop #2828 +/- ##
========================================
Coverage 92.22% 92.22%
========================================
Files 184 184
Lines 24141 24141
Branches 3123 3123
========================================
Hits 22263 22263
Misses 1813 1813
Partials 65 65 Continue to review full report at Codecov.
|
|
@lilyminium where do the development docs live at the moment? The usual https://www.mdanalysis.org/mdanalysis redirects to the https://docs.mdanalysis.org/1.0.0/ docs and the 1.0.0 docs do not have a version selector. I’d like to see if the privacy footer properly displays. I’ll still have to backport to 1.0.x #2798 but I assume we’ll have to push these docs manually? |
|
https://docs.mdanalysis.org/dev <https://docs.mdanalysis.org/dev> redirects to 2.0.0-dev. I think 1.0.0 doesn’t have a version because I built those manually to resolve an issue where they were redirecting to the user guide.
Backporting the Travis changes + maintainer script to 1.0.0 and 1.0.x will make those docs automatically :-)
… On 9 Jul 2020, at 4:45 pm, Oliver Beckstein ***@***.***> wrote:
@lilyminium <https://github.com/lilyminium> where do the development docs live at the moment? The usual https://www.mdanalysis.org/mdanalysis <https://www.mdanalysis.org/mdanalysis> redirects to the https://docs.mdanalysis.org/1.0.0/ <https://docs.mdanalysis.org/1.0.0/> docs and the 1.0.0 docs do not have a version selector. I’d like to see if the privacy footer properly displays.
I’ll still have to backport to 1.0.x #2798 <#2798> but I assume we’ll have to push these docs manually?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#2828 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AHNMOXKDHUHJGERYINQVBZDR2VRSPANCNFSM4OT7ADDA>.
|

Fixes #2813
Changes made in this Pull Request:
PR Checklist