-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken link (or missing page ?) in API documentation #335
Comments
Appears in several files: ❯ rg elec_conso.md
docs/docs/q&a.md
31:See: [Electricity methodology](Explanations/usage/elec_conso.md)
docs/docs/Explanations/components/ram.md
79:Both [power consumption](../usage/elec_conso.md) and [consumption profile](../consumption_profile.md) are implemented.
docs/docs/Explanations/usage/usage.md
5:Usage impacts are measured by multiplying a **[duration, a ratio of usage](duration.md)**, an **[impact factor](elec_factors.md)**, and an **[power](elec_conso.md)** :
docs/docs/Explanations/components/power_supply.md
62:Only [power consumption](../usage/elec_conso.md) is implemented.
docs/docs/Explanations/components/cpu.md
96:Both [power consumption](../usage/elec_conso.md) and [consumption profile](../consumption_profile.md) are implemented.
docs/docs/Explanations/components/motherboard.md
52:Only [power consumption](../usage/elec_conso.md) is implemented.
docs/docs/Explanations/components/ssd.md
82:Only [power consumption](../usage/elec_conso.md) is implemented.
docs/docs/Explanations/devices/iot_devices.md
61:Only [power consumption](../usage/elec_conso.md) is implemented.
docs/docs/Explanations/devices/server.md
107:Both [power consumption](../usage/elec_conso.md) and [consumption profile](../consumption_profile.md) are implemented.
docs/docs/Explanations/components/case.md
71:Only [power consumption](../usage/elec_conso.md) is implemented. In most cases, enclosure doesn't consume electricity.
docs/docs/Explanations/components/hdd.md
58:Only [power consumption](../usage/elec_conso.md) is implemented. |
Maybe we could also introduce a link checker in the doc. |
As an action: https://github.com/marketplace/actions/mkdocs-link-check As a standalone exec (for writing the doc locally): https://pypi.org/project/mkdocs-linkcheck/ |
Hello ! I would like to contribute, and saw this issue as a good first issue. Is the scope limited to fix the doc, or should I create two PRs, one to add a link checker, then a second one to fix broken link issue ? |
Hi, thanks for proposing to help 👍 I think having 2 distinct PR will be easier.
See also my draft PR where I started to work on the tooling. #336 |
Hi @demeringo @jonperron , made a pull request on this issue. Sorry @jonperron, saw a little late the answer (already made the fix) you have the priority on this one. |
No problem @ju3ouz4n , I will work on the github actions, you have the fix |
Bug description
https://doc.api.boavizta.org/Explanations/components/usage/elec_conso.md returns 404
To Reproduce
Expected behavior
Verify if page exists under a different name and update (or remove) links
JSON OUTPUT
Additional context
The text was updated successfully, but these errors were encountered: