Links
AI / Agents
gdtest-github-icon
Tests github_style: icon config.
Tests github_style: ‘icon’ config (vs. default ‘widget’). The GitHub link in the navbar should render as a simple icon, not the full star-count widget. Two functions (fetch, store) with NumPy docs.
Source files
gdtest_github_icon/
__init__.py
"""Package testing github_style icon config."""
__version__ = "0.1.0"
__all__ = ["fetch", "store"]
def fetch(url: str) -> str:
"""
Fetch data from a URL.
Parameters
----------
url
The URL to fetch from.
Returns
-------
str
The fetched content.
"""
return ""
def store(key: str, value: str) -> None:
"""
Store a key-value pair.
Parameters
----------
key
Storage key.
value
Value to store.
"""
passREADME.md
# gdtest-github-icon Tests github_style: icon config.
great-docs.yml
github_style: icon