-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC add read more tagline for contingency matrix metric #30666
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
DOC add read more tagline for contingency matrix metric #30666
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @santiviquez,
thanks for your PR. There are a few issues, but all in all adding this cross link is very valuable.
Hint: It is very advisable to have pre-commit installed in your environment as in point 10 of How to contribute in the development guide. This will help with future linting issues.
While being at this PR, can you please also correct the typo in line 118 ("continency matrix")? Thanks.
|
||
Read more in the :ref:`User Guide <contingency-matrix>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Read more in the :ref:`User Guide <contingency-matrix>`. | |
Read more in the :ref:`User Guide <contingency_matrix>`. |
This should fix the linting issue (which is a mean one, because it's about the indent of the blank line).
Also, I have corrected the link.
Hi @santiviquez are you still working on this PR? |
Hi @ArturoAmorQ, sorry I forgot about this. I'll take care of it today. |
Everything should look better now. Thanks for the suggestions @StefanieSenger, and for the reminder @ArturoAmorQ :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your further work, @santiviquez!
It looks very good now. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @santiviquez this is a nice improvement. Merging!
Reference Issues/PRs
What does this implement/fix? Explain your changes.
This PR adds the read more tagline for Contingency Matrix metric page. Which is currently missing.
Any other comments?