-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7cada14
commit 4e267e8
Showing
28 changed files
with
808 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,6 +76,7 @@ instance/ | |
|
||
# Sphinx documentation | ||
docs/_build/ | ||
docs/source/auto_examples | ||
|
||
# PyBuilder | ||
.pybuilder/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ help: | |
|
||
clean: | ||
rm -rf $(BUILDDIR)/* | ||
rm -rf $(SOURCEDIR)/auto_examples* | ||
|
||
.PHONY: help Makefile | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,51 @@ | ||
.bd-content { | ||
flex-grow: 1; | ||
max-width: 100%; | ||
} | ||
|
||
.bd-page-width { | ||
max-width: 100rem; | ||
} | ||
.bd-main .bd-article-container { | ||
max-width: 100%; | ||
|
||
|
||
table { | ||
width: auto; /* Override fit-content which breaks Styler user guide ipynb */ | ||
} | ||
|
||
/* Main index page overview cards */ | ||
|
||
.intro-card { | ||
padding: 30px 10px 20px 10px; | ||
} | ||
|
||
.intro-card .sd-card-img-top { | ||
margin: 10px; | ||
height: 52px; | ||
background: none !important; | ||
} | ||
|
||
.intro-card .sd-card-title { | ||
color: var(--pst-color-secondary); | ||
font-size: var(--pst-font-size-h5); | ||
padding: 1rem 0rem 0.5rem 0rem; | ||
} | ||
|
||
.intro-card .sd-card-footer { | ||
border: none !important; | ||
} | ||
|
||
.intro-card .sd-card-footer p.sd-card-text { | ||
max-width: 220px; | ||
margin-left: auto; | ||
margin-right: auto; | ||
} | ||
|
||
/* .intro-card .sd-btn-secondary { | ||
background-color: #6c757d !important; | ||
border-color: #6c757d !important; | ||
} | ||
.intro-card .sd-btn-secondary:hover { | ||
background-color: #5a6268 !important; | ||
border-color: #545b62 !important; | ||
} */ | ||
|
||
.card, .card img { | ||
background-color: var(--pst-color-background); | ||
} |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.