Skip to content
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

It's catching some paths in md code blocks #13

Open
jorgeorpinel opened this issue Mar 14, 2022 · 2 comments
Open

It's catching some paths in md code blocks #13

jorgeorpinel opened this issue Mar 14, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@jorgeorpinel
Copy link
Contributor

jorgeorpinel commented Mar 14, 2022

* content/docs/command-reference/exp/init.md
  - src/train.py = https://src/train.py (EAI_AGAIN: request to https://src/train.py failed, reason: getaddrinfo EAI_AGAIN src)
  - data/features = https://data/features (EAI_AGAIN: request to https://data/features failed, reason: getaddrinfo EAI_AGAIN data)
  - models/predict.h5 = https://models/predict.h5 (EAI_AGAIN: request to https://models/predict.h5 failed, reason: getaddrinfo EAI_AGAIN models)
  - n = https://n/ (EAI_AGAIN: request to https://n/ failed, reason: getaddrinfo EAI_AGAIN n)

and

* content/docs/dvclive/api-reference/live/set_step.md
  - live.set_step(step) = [https://live.set_step(step)/](https://live.set_step%28step%29/) (Site not found)
  - ```
@jorgeorpinel jorgeorpinel added the bug Something isn't working label Mar 14, 2022
@jorgeorpinel jorgeorpinel changed the title It's catching paths in a dvc code block It's catching file paths in a dvc code block Mar 14, 2022
@jorgeorpinel
Copy link
Contributor Author

May be related to #11 ?

@jorgeorpinel
Copy link
Contributor Author

jorgeorpinel commented Mar 14, 2022

BTW the source code is

Path to a code file/directory [src, n to omit]: src/train.py
Path to a data file/directory [data, n to omit]: data/features
Path to a model file/directory [models, n to omit]: models/predict.h5
Path to a parameters file [params.yaml, n to omit]:
Path to a metrics file [metrics.json, n to omit]:
Path to a plots file/directory [plots, n to omit]: n

From sample output of dvc exp init --interactive here

and

for step in [0, 10, 20]:
    live.set_step(step)

From doc/dvclive/api-reference/live/set_step usage sample block

@jorgeorpinel jorgeorpinel changed the title It's catching file paths in a dvc code block It's catching some paths in code blocks Mar 14, 2022
@jorgeorpinel jorgeorpinel changed the title It's catching some paths in code blocks It's catching some paths in md code blocks Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant