Skip to content

Commit 5ddd9b1

Browse files
authored
api.rst and autosummary replaces long modules and classes doc pages (pvlib#258)
* add initial api doc * add a bunch of functions and methods. almost all * add autosummary and no_scrollbars to conf * more modelchain and forecast stuff * remove old classes and module files. fix typos * remove cruft, add delta_t * add note to whatsnew
1 parent df26efa commit 5ddd9b1

File tree

7 files changed

+434
-154
lines changed

7 files changed

+434
-154
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/* override table width restrictions */
2+
/* as described in https://github.com/snide/sphinx_rtd_theme/issues/117 */
3+
.wy-table-responsive table td, .wy-table-responsive table th {
4+
/* !important prevents the common CSS stylesheets from
5+
overriding this as on RTD they are loaded after this stylesheet */
6+
white-space: normal !important;
7+
}
8+
9+
.wy-table-responsive {
10+
overflow: visible !important;
11+
}

0 commit comments

Comments
 (0)