From ff9ac6f9ae9195a8a22aa67302d7d65245ddd323 Mon Sep 17 00:00:00 2001 From: Andy Kee Date: Tue, 28 Nov 2023 21:18:25 -0800 Subject: [PATCH] Fix version name, sphinx-design card colors --- docs/_static/css/lentil.css | 10 ++++++++++ docs/docs.rst | 6 +++--- lentil/__init__.py | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/_static/css/lentil.css b/docs/_static/css/lentil.css index a456efd..8a18bc0 100644 --- a/docs/_static/css/lentil.css +++ b/docs/_static/css/lentil.css @@ -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; +} \ No newline at end of file diff --git a/docs/docs.rst b/docs/docs.rst index c6476f1..17dfb7a 100644 --- a/docs/docs.rst +++ b/docs/docs.rst @@ -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 `. @@ -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. diff --git a/lentil/__init__.py b/lentil/__init__.py index 3c0b613..12f9f22 100644 --- a/lentil/__init__.py +++ b/lentil/__init__.py @@ -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