#239
gdtest_gradient_mint
OK
CONFIG
Tests announcement banner with mint 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
K35
K35gradient: mintconfig
Source Files
gdtest_gradient_mint/
__init__.py
"""Package testing mint gradient preset."""
__version__ = "0.1.0"
__all__ = ["refresh", "calm"]
def refresh(source: str) -> str:
"""
Refresh from a source.
Parameters
----------
source
The refreshment source.
Returns
-------
str
Status message.
"""
return f"Refreshed from {source}"
def calm() -> str:
"""
Find calm.
Returns
-------
str
Status message.
"""
return "Calm achieved"great-docs.yml
announcement: content: Mint gradient test banner! style: mint