-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #175 from HealthyPear/documentation-test_pydata_theme
Update documentation for release 0.5.0
- Loading branch information
Showing
62 changed files
with
1,704 additions
and
23,260 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
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
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.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
/* Override some aspects of the pydata-sphinx-theme */ | ||
|
||
:root { | ||
/* Use softer blue from bootstrap's default info color */ | ||
--pst-color-info: 23, 162, 184; | ||
} | ||
|
||
/* Main index page overview cards */ | ||
|
||
|
||
.intro-card { | ||
background: #fff; | ||
border-radius: 0; | ||
padding: 30px 10px 20px 10px; | ||
margin: 10px 0px; | ||
} | ||
|
||
.intro-card p.card-text { | ||
margin: 0px; | ||
} | ||
|
||
.intro-card .card-img-top { | ||
/* margin: 10px; */ | ||
height: 50px; | ||
margin: auto | ||
} | ||
|
||
.intro-card .card-header { | ||
border: none; | ||
background-color:white; | ||
color: #150458 !important; | ||
font-size: var(--pst-font-size-h5); | ||
font-weight: bold; | ||
padding: 2.5rem 0rem 0.5rem 0rem; | ||
} | ||
|
||
.intro-card .card-footer { | ||
border: none; | ||
background-color:white; | ||
} | ||
|
||
.intro-card .card-footer p.card-text{ | ||
max-width: 220px; | ||
margin-left: auto; | ||
margin-right: auto; | ||
} |
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.
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[ | ||
{ | ||
"name": "dev", | ||
"version": "latest", | ||
"url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/" | ||
}, | ||
{ | ||
"name": "0.5.0 (stable)", | ||
"version": "stable", | ||
"url": "https://protopipe.readthedocs.io/en/stable/" | ||
} | ||
] |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
:orphan: | ||
|
||
.. _cite: | ||
|
||
Citing | ||
====== | ||
|
||
.. |doilatest| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4586754.svg | ||
:target: https://doi.org/10.5281/zenodo.4586754 | ||
.. |doi_v0.4.0| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4586755.svg | ||
:target: https://doi.org/10.5281/zenodo.4586755 | ||
.. |doi_v0.3.0| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4303996.svg | ||
:target: https://doi.org/10.5281/zenodo.4303996 | ||
|
||
If you use a released version of this software for a publication, | ||
please cite it by using the corresponding DOI. | ||
|
||
Please, check the development version of this documentation for up-to-date links. | ||
|
||
- latest : |doilatest| | ||
- v0.5.0 : TBD | ||
- v0.4.0 : |doi_v0.4.0| | ||
- v0.3.0 : |doi_v0.3.0| |
Oops, something went wrong.