From 4ba339ff9598754eb2af4106bcca6892d6d0ddd4 Mon Sep 17 00:00:00 2001 From: saudzahirr Date: Wed, 19 Aug 2026 14:17:29 +0500 Subject: [PATCH] chore(docs): use absolute asset URLs and project icons Point README and docs image references at raw.githubusercontent.com so banners render on GitHub and PyPI instead of breaking on relative paths. Set the MkDocs/Zensical theme logo and favicon to the current project icon, replacing stale or missing entries. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 2 +- docs/index.md | 4 ++-- mkdocs.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 12a65e6..c9b8f1f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![AD](docs/assets/ad-banner.png) +![AD](https://raw.githubusercontent.com/eggzec/ad/master/docs/assets/ad-banner.png) # AD diff --git a/docs/index.md b/docs/index.md index b7c28f2..0e4213f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,8 +1,8 @@ -![AD](assets/ad-banner.png) +![AD](https://raw.githubusercontent.com/eggzec/ad/master/docs/assets/ad-banner.png) # AD -![ad](_static/logo.png) +![ad](https://raw.githubusercontent.com/eggzec/ad/master/docs/assets/ad-icon.svg){ width="120" } **Fast, transparent first- and second-order automatic differentiation for Python.** diff --git a/mkdocs.yml b/mkdocs.yml index 8dbb13a..fd55693 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -15,8 +15,8 @@ theme: name: material features: - content.code.copy - logo: _static/favicon.ico - favicon: _static/favicon.ico + logo: assets/ad-icon.svg + favicon: assets/ad-icon.png markdown_extensions: - attr_list