← GDG /

#122 gdtest_attribution_on

#122 gdtest_attribution_on OK CONFIG
Attribution enabled (default): footer should contain 'Site created with Great Docs (v...)' after the author line.
Attribution enabled (default): footer should include 'Site created with Great Docs (v...)' after the author line.
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

K14 K48
K14multiple authorsconfig
K48attribution: true (default)config

Source Files

๐Ÿ“ gdtest_attribution_on/
๐Ÿ“„ __init__.py
"""Attribution on test package."""
๐Ÿ“„ core.py
"""Core functions."""


def greet(name: str) -> str:
    """Greet someone by name.

    Parameters
    ----------
    name : str
        The name to greet.

    Returns
    -------
    str
        A greeting string.
    """
    return f"Hello, {name}!"
๐Ÿ“„ great-docs.yml
authors:
  - name: Test Author