Skip to content

Commit 0ef6524

Browse files
authored
Merge pull request #3733 from shermanjasonaf/split-pyros-docs
Restructure and Add Tutorial to Online PyROS Documentation
2 parents 2041390 + ccd5fc9 commit 0ef6524

20 files changed

+2545
-1165
lines changed

doc/OnlineDocs/_static/theme_overrides.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ dl.py.method dt em span.n {
7272
padding-right: 8px !important;
7373
}
7474

75+
/* Define a new "scrollwide-table" class so that we allow tables
76+
to scroll instead of overflow */
77+
.rst-content table.scrollwide-table {
78+
overflow: scroll !important;
79+
display: block;
80+
}
7581

7682
/* OLD theme overrides
7783

doc/OnlineDocs/explanation/solvers/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Solvers
66

77
persistent
88
gdpopt
9-
pyros
9+
pyros/index
1010
mindtpy
1111
mcpp
1212
multistart

doc/OnlineDocs/explanation/solvers/pyros.rst

Lines changed: 2 additions & 1133 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)