Skip to content

Commit

Permalink
Merge branch 'release/0.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
morganjwilliams committed Nov 2, 2019
2 parents 5a3923e + c1d3ed2 commit d38c494
Show file tree
Hide file tree
Showing 292 changed files with 11,333 additions and 739 deletions.
2 changes: 1 addition & 1 deletion binder/postBuild
@@ -1,4 +1,4 @@
cd ./docs/
make html
mkdir notebooks
find './source/galleries/' -name "*.ipynb" -print0 | xargs -0 cp -t './notebooks/'
find './source/usage/galleries/' -name "*.ipynb" -print0 | xargs -0 cp -t './notebooks/'
16 changes: 0 additions & 16 deletions docs/_examples/indexes/shannon.py

This file was deleted.

75 changes: 0 additions & 75 deletions docs/_examples/lambdas/lambdas.py

This file was deleted.

72 changes: 0 additions & 72 deletions docs/_examples/lambdas/orthogonal_polynomials.py

This file was deleted.

86 changes: 0 additions & 86 deletions docs/_examples/mineral/lattice.py

This file was deleted.

44 changes: 0 additions & 44 deletions docs/_examples/plotting/parallel.py

This file was deleted.

73 changes: 73 additions & 0 deletions docs/source/_static/css/custom.css
@@ -0,0 +1,73 @@

/**
* Styling for field lists
*/

/* grey highlighting of 'parameter' and 'returns' field */
table.field-list {
border-collapse: separate;
border-spacing: 10px;
margin-left: 1px;
/* border-left: 5px solid rgb(238, 238, 238) !important; */
}

table.field-list th.field-name {
/* display: inline-block; */
padding: 1px 8px 1px 5px;
white-space: nowrap;
background-color: rgb(238, 238, 238);
}

/* italic font for parameter types */
table.field-list td.field-body > p {
font-style: italic;
}

table.field-list td.field-body > p > strong {
font-style: normal;
}

/* reduced space around parameter description */
td.field-body blockquote {
border-left: none;
margin: 0em 0em 0.3em;
padding-left: 30px;
}

// Adapted from the new Jupyter notebook style
// https://github.com/jupyter/notebook/blob/c8841b68c4c0739bbee1291e0214771f24194079/notebook/static/notebook/less/renderedhtml.less#L59
table {
margin-left: auto;
margin-right: auto;
border: none;
border-collapse: collapse;
border-spacing: 0;
color: @rendered_html_border_color;
table-layout: fixed;
}
thead {
border-bottom: 1px solid @rendered_html_border_color;
vertical-align: bottom;
}
tr, th, td {
vertical-align: middle;
padding: 0.5em 0.5em;
line-height: normal;
white-space: normal;
max-width: none;
border: none;
}
th {
font-weight: bold;
}
th.col_heading {
text-align: right;
}
tbody tr:nth-child(odd) {
background: #f5f5f5;
}

table td.data, table th.row_heading table th.col_heading {
font-family: monospace;
text-align: right;
}
2 changes: 0 additions & 2 deletions docs/source/_tutorials/_auto/README.rst

This file was deleted.

0 comments on commit d38c494

Please sign in to comment.