← GDG /

#239 gdtest_gradient_mint

#239 gdtest_gradient_mint OK CONFIG
Tests announcement banner with mint gradient preset
View Site → Build Log ๐Ÿงช Test Coverage

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