-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added mdacli logo * change style to MDAnalysis documentation * improve landing page * update dependencies for docs * removed stupid macOS .DS_Store file * Update AUTHORS and CHANGELOG Co-authored-by: joaomcteixeira <[email protected]> Co-authored-by: Philip Loche <[email protected]>
- Loading branch information
1 parent
065ed9d
commit b88ddc8
Showing
13 changed files
with
283 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
sphinx>=2.2 | ||
sphinx-py3doc-enhanced-theme | ||
sphinx-rtd-theme | ||
sphinx-sitemap | ||
sphinx-argparse | ||
CommonMark | ||
mock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,206 @@ | ||
/* custom MDAnalysis styling (User Guide theme) */ | ||
|
||
/* See https://github.com/MDAnalysis/mdanalysis/wiki/MDAnalysis-theme-colours */ | ||
/* MDAnalysis orange: #FF9200 */ | ||
/* MDAnalysis gray: #808080 */ | ||
/* MDAnalysis white: #FFFFFF */ | ||
/* MDAnalysis black: #000000 */ | ||
/* Darker orange: e76900 */ | ||
/* Even darker orange: #a24900 */ | ||
/* RTD dark grey: #343131 */ | ||
/* RTD light grey: #e6e6e6 */ | ||
|
||
/* -- page layout --------------------------------------------------------- */ | ||
|
||
body { | ||
font-family: 'PT Sans', Helvetica, Arial, 'sans-serif'; | ||
font-size: 17px; | ||
} | ||
|
||
div.body { | ||
color: #000000; | ||
} | ||
|
||
div.sphinxsidebar a:hover { | ||
text-decoration: none !important; | ||
} | ||
|
||
div.sphinxsidebar p { | ||
color: #808080; | ||
} | ||
|
||
/* Home MDAnalysis colour */ | ||
.wy-side-nav-search > a { | ||
color: #343131; | ||
} | ||
|
||
/* Side MDAnalysis version colour */ | ||
.wy-side-nav-search > div.version { | ||
color: #808080; | ||
} | ||
|
||
/* Menubar caption colour */ | ||
div.wy-menu-vertical span.caption-text { | ||
color: #FF9200; | ||
} | ||
|
||
/* Mobile layout menubar option */ | ||
nav.wy-nav-top { | ||
background: #343131; | ||
} | ||
|
||
/* Menu search bar outline (default blue) */ | ||
.wy-side-nav-search input[type="text"] { | ||
border-color: #808080; | ||
} | ||
|
||
|
||
/* -- body styles --------------------------------------------------------- */ | ||
|
||
/* Different coloured links for sidebar vs body) */ | ||
div.rst-content a { | ||
color: #FF9200; | ||
text-decoration: none; | ||
} | ||
|
||
div.rst-content a:visited { | ||
color: #FF9200; | ||
} | ||
|
||
a:hover { | ||
color: #FF9200 !important; | ||
text-decoration: underline; | ||
} | ||
|
||
|
||
pre, tt, code { | ||
font-family: Menlo, Monaco, 'Courier New', monospace | ||
} | ||
|
||
|
||
div.body h1 { | ||
font-weight: bolder; | ||
} | ||
|
||
a.headerlink { | ||
color: #808080; | ||
font-size: 0.8em; | ||
padding: 0 4px 0 4px; | ||
text-decoration: none; | ||
} | ||
|
||
a.headerlink:hover { | ||
background-color: #808080; | ||
color: #fff; | ||
} | ||
|
||
/* ------- admonition boxes ------- */ | ||
|
||
div.admonition { | ||
margin: 10px 0px; | ||
padding: 10px 10px; | ||
} | ||
|
||
div.admonition p.admonition-title { | ||
font-size: 100%; | ||
font-weight: bolder; | ||
} | ||
|
||
/* ----- Tables ----- */ | ||
|
||
/* override table width restrictions */ | ||
/* wrap tables instead of scrolling */ | ||
@media screen and (min-width: 767px) { | ||
|
||
.wy-table-responsive table td, .wy-table-responsive table th { | ||
/* !important prevents the common CSS stylesheets from overriding | ||
this as on RTD they are loaded after this stylesheet */ | ||
white-space: normal !important; | ||
} | ||
|
||
.wy-table-responsive { | ||
overflow: visible !important; | ||
max-width: 100% !important; | ||
} | ||
} | ||
|
||
/* ----- Field lists ------ */ | ||
|
||
.section > dl.field-list { | ||
display: flex; | ||
flex-wrap: wrap; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
dl.field-list > dt::after { | ||
content: ":"; | ||
} | ||
|
||
.rst-content dl:not(.docutils) dt { | ||
background: none; | ||
color: #000000; | ||
border-top: none; | ||
} | ||
|
||
.section > dl.field-list dt { | ||
margin: 0; | ||
padding: 0; | ||
flex-basis: 20%; | ||
display: block; | ||
} | ||
|
||
.section > dl.field-list > dd { | ||
flex-basis: 70%; | ||
margin: 0; | ||
} | ||
|
||
.section > dl.field-list > dd p { | ||
margin: 0; | ||
} | ||
|
||
/* ----- MDAnalysis coloured elements ------ */ | ||
|
||
.rst-content dl.class dt, .rst-content dl.function dt { | ||
color: #ca6500; | ||
background: #FFEBD0; | ||
border-top: solid 3px #FF9200; | ||
} | ||
|
||
.rst-content .viewcode-link, .rst-content .viewcode-back { | ||
color: #808080; | ||
} | ||
|
||
.rst-content .guilabel { | ||
background: #efefef; | ||
border: 1px solid #808080; | ||
} | ||
|
||
|
||
.rst-content .seealso p.admonition-title { | ||
background: #808080; | ||
} | ||
|
||
.rst-content .seealso { | ||
background: #e3e3e3; | ||
} | ||
|
||
.rst-content .error p.admonition-title, .rst-content .warning p.admonition-title { | ||
background: #F45F4B; | ||
} | ||
|
||
.rst-content .error, .rst-content .warning { | ||
background: #FFEEED; | ||
} | ||
|
||
.rst-content .caution p.admonition-title, .rst-content .note p.admonition-title, .rst-content .important p.admonition-title { | ||
background: #FF9200; | ||
} | ||
|
||
.rst-content .caution, .rst-content .note, .rst-content .important { | ||
background: #FFEBD0; | ||
} | ||
|
||
.rst-content code:not(.xref).literal { | ||
color: #ca6500; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
The original MDAnalysis 'Atom' logo was created by Christian Beckstein. | ||
The mdacli logo is a derivative of the 'Atom' logo and is | ||
|
||
Copyright (c) 2021 "The MDAnalysis Development Team and NumFOCUS" | ||
|
||
mdacli logo is made available under a | ||
Creative Commons Attribution-NoDerivs 3.0 Unported License. | ||
To view a copy of this license, visit | ||
http://creativecommons.org/licenses/by-nd/3.0/ or send a letter to Creative | ||
Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. | ||
|
||
The mdacli logo is contained in the files | ||
|
||
mdacli-logo-square.pdf | ||
mdacli-logo-square.png | ||
mdacli-logo.pdf | ||
mdacli-logo.png | ||
|
||
The mdanalysis-logo.ico file is a version of the MDAnalysis 'Atom' logo, which | ||
is also made available under CC-BY-ND 3.0. | ||
|
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{% extends "!footer.html" %} | ||
|
||
{% block extrafooter %} | ||
{{ super() }} | ||
<div class="footer"><p>Please see | ||
our <a href="https://www.mdanalysis.org/pages/privacy/">Privacy Policy</a> | ||
to learn how <a href="https://www.mdanalysis.org">MDAnalysis</a> collects data.</p> | ||
<script data-goatcounter="https://mdanalysis.goatcounter.com/count" | ||
async src="//gc.zgo.at/count.js"></script> | ||
</div> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters