#238
gdtest_gradient_dusk
OK
CONFIG
Tests announcement banner with dusk gradient preset
Build Mode
● Has great-docs.yml
This package ships a pre-supplied config.
The great-docs init step is skipped and
great-docs build uses the spec-defined configuration directly.
Tests specific config options and their rendered output.
Dimensions
K34
K34gradient: duskconfig
Source Files
gdtest_gradient_dusk/
__init__.py
"""Package testing dusk gradient preset."""
__version__ = "0.1.0"
__all__ = ["dream", "wake"]
def dream(topic: str) -> str:
"""
Start a dream sequence.
Parameters
----------
topic
Dream subject.
Returns
-------
str
Dream description.
"""
return f"Dreaming of {topic}"
def wake() -> str:
"""
Wake from a dream.
Returns
-------
str
Status message.
"""
return "Awake"great-docs.yml
announcement: content: Dusk gradient test banner! style: dusk