Skip to content

Commit

Permalink
Merge pull request #1618 from dopplershift/upgrade-guide
Browse files Browse the repository at this point in the history
Finish off upgrade guide
  • Loading branch information
dopplershift committed Dec 22, 2020
2 parents 33e3985 + a1e0d03 commit a34be5f
Show file tree
Hide file tree
Showing 6 changed files with 703 additions and 5 deletions.
Binary file added docs/_static/new.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/old.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions docs/_static/theme-unidata.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,27 @@ display: block !important;
border: none;
box-shadow: none;
}


/* Styling the API Changes Table */
.api-table tr:nth-child(3n + 1){
background: #EEF5F5;
}

.api-table tr:nth-child(3n + 2){
opacity: 0.65;
}

code.literal:not(.xref) span.pre {
color: #000;
}

.api-table tr:nth-child(3n + 2)>td span:first-child::before{
content: url(old.png);
zoom: 0.25;
}

.api-table tr:nth-child(3n + 3)>td span:first-child::before{
content: url(new.png);
zoom: 0.21;
}
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

# Set up mapping for other projects' docs
intersphinx_mapping = {
# 'pint': ('http://pint.readthedocs.io/en/stable/', None),
'pint': ('https://pint.readthedocs.io/en/stable/', None),
'matplotlib': ('https://matplotlib.org/', None),
'python': ('https://docs.python.org/3/', None),
'numpy': ('https://numpy.org/doc/stable/', None),
Expand Down

0 comments on commit a34be5f

Please sign in to comment.