-
Notifications
You must be signed in to change notification settings - Fork 1
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
API links updated to new model names #177
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.
Noticed a few broken links, also as David mentioned model.py
should be renamed to base_model.py
as part of this pull request
link updated
updated link
The change from |
updated link
Also some of the links in the module docstrings for |
Codecov Report
@@ Coverage Diff @@
## develop #177 +/- ##
========================================
Coverage 95.59% 95.59%
========================================
Files 18 18
Lines 909 909
========================================
Hits 869 869
Misses 40 40
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
All works now apart from a minor problem in one of the module docstrings
@jacobcook1995 and I were just chatting about adding That should catch all of these issues when we run |
Although - having just run that - it also traps all the |
I'm going to add a commit to this that turns on |
And @alexdewar suggested we set up a GitHub Action to test the doc builds too, but that seems like another PR to me. |
That's commit has given me a shortish list of fixes to make. Will whip through them. |
minor typo fixed
…lCollegeLondon/virtual_rainforest into feature/update_api_links
Hello and sorry, the website didn't update properly and I didn't see all you comments before I fixed the missing space. Can I leave these change to you @davidorme ? |
That's fine - got your change. I think @jacobcook1995 is hunting some down too 😄 |
I hadn't though about all the links when I started, it's surely good to put some checks in place that we don't have to do that manually in the future :-) |
All the build warnings should now be fixed, I had to turn off nitpick for a few (external) classes because it seemed impossible to get them to link properly. |
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.
LGTM
Description
We recently updated the model names from
model.py
to{MODEL_NAME}_model.py
. In the process, we missed updating the docs which I've done here.Solves issue #178
Type of change
Key checklist
pre-commit
checks:$ pre-commit run -a
$ poetry run pytest
Further checks