Skip to content

Commit db886ad

Browse files
committed
mkdocs
1 parent 14223f9 commit db886ad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+15904
-0
lines changed

mkdocs-site/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
site
2+
*.py

mkdocs-site/docs/_static/concept-generic.svg

Lines changed: 655 additions & 0 deletions
Loading
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/* modified from https://github.com/readthedocs/sphinx_rtd_theme/issues/295#issuecomment-560895037 */
2+
3+
.wy-nav-content {
4+
max-width: 900px !important;
5+
}
6+
7+
/* and fix wrap bug per https://rackerlabs.github.io/docs-rackspace/tools/rtd-tables.html */
8+
.wy-table-responsive table td {
9+
/* !important prevents the common CSS stylesheets from overriding
10+
this as on RTD they are loaded after this stylesheet */
11+
white-space: normal !important;
12+
}
13+
14+
.wy-table-responsive {
15+
overflow: visible !important;
16+
}
Lines changed: 129 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)