Skip to content

Commit

Permalink
Fix version name, sphinx-design card colors
Browse files Browse the repository at this point in the history
  • Loading branch information
andykee committed Nov 29, 2023
1 parent ea9524b commit ff9ac6f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions docs/_static/css/lentil.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,13 @@ nav.bd-links .current>a {
.form-control:focus {
outline: 2px solid var(--bs-border-color);
}


/* sphinx-design button colors */
.sd-btn {
--sd-color-info: #4C566A;
}

.sd-btn:hover {
--sd-color-info-highlight: #3B4252;
}
6 changes: 3 additions & 3 deletions docs/docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ It was originally developed at NASA's Jet Propulsion Lab by the Wavefront Sensin
Control group (383E) to provide an easy to use framework for simulating point spread
functions of segmented aperture telescopes.

.. note::
.. card:: :octicon:`info;1em;` Note

Lentil is still under active development and new features continue to be added.
Lentil is under active development and new features continue to be added.
Until Lentil reaches version 1.0, the API is not guaranteed to be stable, but
changes breaking backwards compatibility will be noted in the
:doc:`release notes <release>`.
Expand All @@ -50,7 +50,7 @@ functions of segmented aperture telescopes.

To the user guide

.. grid-item-card:: :octicon:`code-square;1em;` Examples
.. grid-item-card:: :octicon:`file-code;1em;` Examples

New to NumPy? Check out the Absolute Beginner's Guide. It contains an
introduction to NumPy's main concepts and links to additional tutorials.
Expand Down
2 changes: 1 addition & 1 deletion lentil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Copyright (c) 2021, California Institute of Technology ("Caltech"). U.S.
# Government sponsorship acknowledged.
__version__ = '0.8.0-alpha'
__version__ = '0.8.0-dev'

from lentil.ptype import ptype

Expand Down

0 comments on commit ff9ac6f

Please sign in to comment.