-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
Link Check Report
3/180 links failed. |
a264deb
to
46b9db5
Compare
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.
Done some review, please extend comments to other pages in this PR when applicable :)
☝🏼 PTAL U: 3 links are still failing @madhur-tandon 🙏🏼 |
4e8b9de
to
847d93e
Compare
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! Let's address few questions left and merge!
# Virtual Environments | ||
|
||
Given a model and a list of its dependencies and packages, an environment needs | ||
to be present that has these requirements readily available so as to use the | ||
model. To make sure that different dependencies for different models (or | ||
projects) don't clash, | ||
[virtual environments](https://realpython.com/python-virtual-environments-a-primer/) | ||
are used. |
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.
Shouldn't this also be a section in UG/ Building/ Requirements ?
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.
Link from somewhere in Python Packages?
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.
Shouldn't this also be a section in UG/ Building/ Requirements ?
The Description
section already has a link to UG / Requirements
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.
Link from somewhere in Python Packages?
not sure if this is related. Because the guide linked above is to create a python package FOR an mlem model, and not to install python packages REQUIRED by an mlem model.
## Custom requirements | ||
|
||
Custom requirements represent local python code such as files, zipped sources, | ||
etc. Custom requirements always need the `--target` option since they are | ||
materialized at the target. |
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.
Link from somewhere in Python Packages?
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.
not sure if these are related again.
I think I've left enough feedback for this one. Looking better! Leaving it up to you guys. |
This is expected for And for the other two, they will fix themselves when |
Thanks @madhur-tandon . I see this is merged to the parent branch only so I can still reply re |
No, localhost link should be in code. Idea is that right before that link you run |
I don't see |
Should not be a real link IMO. |
No description provided.