Skip to content

Commit

Permalink
Make docs look better
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Marion committed Dec 29, 2018
1 parent 1d20761 commit 41dd81e
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ test:
python -m pytest

docs:
rm -rf docs
sphinx-build -b html sphinx docs
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
19 changes: 19 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
.wy-nav-content {
max-width: none;
}

.rst-content dl dd > p {
margin: 20px 0 !important;
}

.rst-content dl.attribute dd > p {
margin-bottom: 5px !important;
}

.rst-content table.docutils td,
.rst-content table.field-list td,
.rst-content table.docutils th,
.rst-content table.field-list th {
padding: 2px 0;
}

.rst-content dl:not(.docutils) dt {
font-family: monospace;
}
19 changes: 19 additions & 0 deletions sphinx/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
.wy-nav-content {
max-width: none;
}

.rst-content dl dd > p {
margin: 20px 0 !important;
}

.rst-content dl.attribute dd > p {
margin-bottom: 5px !important;
}

.rst-content table.docutils td,
.rst-content table.field-list td,
.rst-content table.docutils th,
.rst-content table.field-list th {
padding: 2px 0;
}

.rst-content dl:not(.docutils) dt {
font-family: monospace;
}

0 comments on commit 41dd81e

Please sign in to comment.