diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2016-10-12 10:57:05 +1300 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2016-10-16 20:26:06 +1300 |
| commit | fdb6a44245249a50b5c95cdf0d8d13ecddfe5726 (patch) | |
| tree | e173229b7b604641b8a103995e3ceb64276abf3c /docs/_static | |
| parent | 26af9b29fc3fed60a003d097b3470e85115b2161 (diff) | |
| download | mitmproxy-fdb6a44245249a50b5c95cdf0d8d13ecddfe5726.tar.gz mitmproxy-fdb6a44245249a50b5c95cdf0d8d13ecddfe5726.tar.bz2 mitmproxy-fdb6a44245249a50b5c95cdf0d8d13ecddfe5726.zip | |
docs: cleanups improvements and fighting sphinx
- Hide links to internal code listings, and link to github instead
- Improve formatting of code/example captions
- Fix outdated documentation of command-line options
- Complete documentation of all events + improved formatting
- tcp_open -> tcp_start, tcp_close -> tcp_end to reduce confusion
Diffstat (limited to 'docs/_static')
| -rw-r--r-- | docs/_static/theme_overrides.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css index 585fdddb..849f9f25 100644 --- a/docs/_static/theme_overrides.css +++ b/docs/_static/theme_overrides.css @@ -4,6 +4,10 @@ white-space: normal; } +.wy-table-responsive > table > tbody > tr > td { + vertical-align: top !important; +} + .wy-table-responsive { margin-bottom: 24px; max-width: 100%; @@ -13,3 +17,28 @@ .wy-menu-vertical header, .wy-menu-vertical p.caption { color: #e0e0e0; } + +.code-block-caption { + height: 1.5em; +} + +.code-block-caption .caption-text { + font-size: 0.8em; + float: right; +} + +.code-block-caption .headerlink { + display: none !important; +} + +.function .headerlink { + display: none !important; +} + +dl .reference.internal { + display: none !important; +} + +dl .headerlink { + display: none !important; +} |
