-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
Link Check Report
3/180 links failed. |
requirement, venv, conda builder docs
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.
Ok guys, that was a big deal! Thanks @mike0sv @madhur-tandon @jorgeorpinel @shcheklein
Ready to be merged! And improved 😂 god help us all
## Description | ||
|
||
**TODO** |
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.
I see 11 TODOs in the changes.
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.
This is not getting to the website. These are just page stubs, without links in the sidebar.
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.
Can they be found by search engines btw?
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.
If they're not linked from anywhere, then they can't be found by crawlers.
This is a list of activities that should be done before release announce ## First, things before release ### Breaking changes - merge in this PR - [x] New deployment state management - [x] New CLI interface: breaking changes in `serve`, `apply-remote`, `build` and `declare` ### Other changes - merge in this PR - [x] SageMaker deployments - [x] K8s deployments - [x] `--quiet` #448 @mike0sv ### Docs - [x] Finish semi-generated API reference PR iterative/mlem.ai#172 - [x] Update Quick Start in this repo - [x] iterative/mlem.ai#197 - [ ] iterative/mlem.ai#188 ### Blog post - [ ] blog post re release @aguschin ### Example-repo - PR in `example-repos-dev` - [x] update `example-mlem-get-started` ### Update the website code animations - [x] https://mlem.ai ## Second, the release itself ### MLEM Release - [ ] merge this branch - [ ] release it on PyPi - [ ] merge docs PR - [ ] merge PR in `example-repos-dev` and update `iterative/example-mlem-get-started` ## Third, things after release - [ ] remove `xfail` mark from `tests/cli/test_mail.py::test_commands_docs_links`
While serving the model, you can open Swagger UI (OpenAPI) at | ||
[http://localhost:8080/docs](http://localhost:8080/docs) to check out OpenAPI |
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.
From #191 (comment):
localhost link should be in code. Idea is that right before that link you run mlem serve, that spins up a server there
Oh I see. Well, I don't think we need to make it an actual link, maybe just a code block you can copy easily?
If there is a way to disable the check for that specific link, please share that
I don't think so but you can check with @iterative/websites (or request the feature)
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.
If it's for link checker CI, we can add the following line to https://github.com/iterative/mlem.ai/blob/main/config/link-check/excluded-links.yml
- 'http://localhost:8000**'
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 @yathomasi, please see this PR #216
Docs structure overhaul as discussed in #179
This PR is meant to replace #179 and #182
What was done:
<ext type>/<ext name>
, now:<object group>/<ext name>
. Now multipurpose extensions (eg docker has build & deploy) has two pagesTODO:
.mlem/
dir andmlem.api.ls
mentions.mlem/
dir andmlem.api.ls
mlem init
--conf
or-c
mlem checkenv
to command reference. Why it wasn't generated I wonder?