-
Notifications
You must be signed in to change notification settings - Fork 271
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 #2373 from aknierim/update-docs
Update docs
- Loading branch information
Showing
26 changed files
with
455 additions
and
151 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
from .description import CameraDescription | ||
from .geometry import CameraGeometry, UnknownPixelShapeWarning, PixelShape | ||
from .readout import CameraReadout | ||
from .description import CameraDescription # noqa: F401 | ||
from .geometry import CameraGeometry, PixelShape, UnknownPixelShapeWarning # noqa: F401 | ||
from .readout import CameraReadout # noqa: F401 | ||
|
||
# commented out due to sphinx issue with classes being defined in 3 places | ||
__all__ = [ | ||
"CameraDescription", | ||
"CameraGeometry", | ||
"PixelShape", | ||
"UnknownPixelShapeWarning", | ||
"CameraReadout", | ||
# "CameraDescription", | ||
# "CameraGeometry", | ||
# "PixelShape", | ||
# "UnknownPixelShapeWarning", | ||
# "CameraReadout", | ||
] |
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,67 @@ | ||
/* override table width restrictions */ | ||
@media screen and (min-width: 767px) { | ||
|
||
.wy-table-responsive table td { | ||
/* !important prevents the common CSS stylesheets from overriding | ||
this as on RTD they are loaded after this stylesheet */ | ||
white-space: normal !important; | ||
} | ||
|
||
.wy-table-responsive { | ||
overflow: visible !important; | ||
} | ||
} | ||
|
||
.version-switcher__container a[data-version-name*="stable"] { | ||
background-color: #E9F6EC; | ||
color: #28A745; | ||
} | ||
|
||
.version-switcher__container a[data-version-name*="dev"] { | ||
background-color: #FDF4EB; | ||
color: #EE9040; | ||
} | ||
|
||
html[data-theme="dark"] .version-switcher__container a[data-version-name*="stable"] { | ||
background-color: #222924; | ||
color: #28A745; | ||
} | ||
|
||
html[data-theme="dark"] .version-switcher__container a[data-version-name*="dev"] { | ||
background-color: #332A21; | ||
color: #EE9040; | ||
} | ||
|
||
|
||
/* sphinx-design */ | ||
.sd-card { | ||
border-radius: 5px; | ||
padding: 30px 10px 20px 10px; | ||
margin: 10px 0px; | ||
} | ||
|
||
.sd-card .sd-card-header .sd-card-text { | ||
margin: 0px; | ||
} | ||
|
||
.sd-card .sd-card-header { | ||
border: none; | ||
text-align: center; | ||
font-size: var(--pst-font-size-h4); | ||
font-weight: bold; | ||
padding: 0.5rem 0rem 0.5rem 0rem; | ||
} | ||
|
||
.sd-card .sd-card-footer { | ||
border: none; | ||
} | ||
|
||
.sd-card .sd-card-footer .sd-card-text { | ||
max-width: 220px; | ||
margin-left: auto; | ||
margin-right: auto; | ||
} | ||
|
||
html[data-theme="dark"] .sd-shadow-sm { | ||
--sd-color-shadow: #6e6e6e; | ||
} |
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,72 @@ | ||
[ | ||
{ | ||
"name": "dev", | ||
"version": "latest", | ||
"url": "https://ctapipe.readthedocs.io/en/latest/" | ||
}, | ||
{ | ||
"name": "stable", | ||
"version": "stable", | ||
"url": "https://ctapipe.readthedocs.io/en/stable/" | ||
}, | ||
{ | ||
"name": "v0.19.3", | ||
"version": "v0.19.3", | ||
"url": "https://ctapipe.readthedocs.io/en/v0.19.3/" | ||
}, | ||
{ | ||
"name": "v0.19.2", | ||
"version": "v0.19.2", | ||
"url": "https://ctapipe.readthedocs.io/en/v0.19.2/" | ||
}, | ||
{ | ||
"name": "v0.19.1", | ||
"version": "v0.19.1", | ||
"url": "https://ctapipe.readthedocs.io/en/v0.19.1/" | ||
}, | ||
{ | ||
"name": "v0.19.0", | ||
"version": "v0.19.0", | ||
"url": "https://ctapipe.readthedocs.io/en/v0.19.0/" | ||
}, | ||
{ | ||
"name": "v0.18.1", | ||
"version": "v0.18.1", | ||
"url": "https://ctapipe.readthedocs.io/en/v0.18.1/" | ||
}, | ||
{ | ||
"name": "v0.18.0", | ||
"version": "v0.18.0", | ||
"url": "https://ctapipe.readthedocs.io/en/v0.18.0/" | ||
}, | ||
{ | ||
"name": "v0.17.0", | ||
"version": "v0.17.0", | ||
"url": "https://ctapipe.readthedocs.io/en/v0.17.0/" | ||
}, | ||
{ | ||
"name": "v0.16.0", | ||
"version": "v0.16.0", | ||
"url": "https://ctapipe.readthedocs.io/en/v0.16.0/" | ||
}, | ||
{ | ||
"name": "v0.15.0", | ||
"version": "v0.15.0", | ||
"url": "https://ctapipe.readthedocs.io/en/v0.15.0/" | ||
}, | ||
{ | ||
"name": "v0.14.0", | ||
"version": "v0.14.0", | ||
"url": "https://ctapipe.readthedocs.io/en/v0.14.0/" | ||
}, | ||
{ | ||
"name": "v0.12.0-rtd", | ||
"version": "v0.12.0-rtd", | ||
"url": "https://ctapipe.readthedocs.io/en/v0.12.0-rtd/" | ||
}, | ||
{ | ||
"name": "v0.11.0-rtd", | ||
"version": "v0.11.0-rtd", | ||
"url": "https://ctapipe.readthedocs.io/en/v0.11.0-rtd/" | ||
} | ||
] |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
* Switched to ``PyData`` theme for docs | ||
* Updated ``Sphinx`` to version 6.2.1 | ||
* Updated front page of docs |
Oops, something went wrong.