Links
AI / Agents
gdtest-gradient-both
Test matching gradient on banner and navbar
Installation
pip install gdtest-gradient-bothGet Started
- API Reference — Full API documentation
Source files
gdtest_gradient_both/
__init__.py
"""Package testing unified gradient on banner and navbar."""
__version__ = "0.1.0"
__all__ = ["sync", "align"]
def sync(source: str, target: str) -> str:
"""
Synchronize source with target.
Parameters
----------
source
Source name.
target
Target name.
Returns
-------
str
Sync status.
"""
return f"Synced {source} -> {target}"
def align(items: list) -> str:
"""
Align a list of items.
Parameters
----------
items
Items to align.
Returns
-------
str
Alignment result.
"""
return f"Aligned {len(items)} items"great-docs.yml
announcement: content: Unified prism gradient! style: prism navbar_style: prism