-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
SDG23work on Small Development Grant 2023work on Small Development Grant 2023configuration_conf.yml file_conf.yml file
Description
We should standardize how external links (e.g., PyPI, GitHub repo, documentation site) are referenced in the documentation by pulling them from _config.yml instead of hard-coding them in Markdown files.
This will ensure that link updates only need to be made in one place, improving maintainability and consistency across the entire site.
Tasks:
- Add/Confirm the following keys in _config.yml (e.g. pypi.project_url, github.repo_url)
- Scan across the full repo for hard-coded links.
- Replace them with Liquid references (e.g., {{ site.pypi.project_url }}).
- Remove redundant references where needed.
- Verify that all links render correctly after the change.
Metadata
Metadata
Assignees
Labels
SDG23work on Small Development Grant 2023work on Small Development Grant 2023configuration_conf.yml file_conf.yml file
Type
Projects
Status
Todo