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

Myst reference targets not found #60

Closed
hx2A opened this issue Dec 22, 2022 · 1 comment
Closed

Myst reference targets not found #60

hx2A opened this issue Dec 22, 2022 · 1 comment
Assignees

Comments

@hx2A
Copy link
Collaborator

hx2A commented Dec 22, 2022

The build is complaining about some reference targets not being found. It considers the reference target to be the path to the file without the filename extension. For these, you just need to lop off the .html from the links, ie convert /reference/sketch.html to /reference/sketch.

/home/jim/Projects/ITP/pythonprocessing/py5book/tutorials/intro_to_py5_and_python.ipynb:10008: WARNING: 'myst' reference targe
t not found: /reference/sketch.html
/home/jim/Projects/ITP/pythonprocessing/py5book/tutorials/intro_to_py5_and_python.ipynb:10010: WARNING: 'myst' reference targe
t not found: /tutorials/misc_introduction_to_py5bot.html                                                                      
/home/jim/Projects/ITP/pythonprocessing/py5book/tutorials/intro_to_py5_and_python_02_drawing_2d_primitives.md:93: WARNING: 'my
st' reference target not found: /reference/sketch_stroke_cap.html
/home/jim/Projects/ITP/pythonprocessing/py5book/tutorials/intro_to_py5_and_python_02_drawing_2d_primitives.md:93: WARNING: 'my
st' reference target not found: /reference/sketch_stroke_join.html
/home/jim/Projects/ITP/pythonprocessing/py5book/tutorials/intro_to_py5_and_python_02_drawing_2d_primitives.md:167: WARNING: 'm
yst' reference target not found: /reference/sketch_color_mode.html
/home/jim/Projects/ITP/pythonprocessing/py5book/tutorials/intro_to_py5_and_python_02_drawing_2d_primitives.md:263: WARNING: 'm
yst' reference target not found: /reference/sketch_rect_mode.html
/home/jim/Projects/ITP/pythonprocessing/py5book/tutorials/intro_to_py5_and_python_02_drawing_2d_primitives.md:263: WARNING: 'm
yst' reference target not found: /reference/sketch_ellipse_mode.html
/home/jim/Projects/ITP/pythonprocessing/py5book/tutorials/intro_to_py5_and_python_04_drawing_complex_shapes.md:45: WARNING: 'm
yst' reference target not found: /reference/sketch_image.html
/home/jim/Projects/ITP/pythonprocessing/py5book/tutorials/intro_to_py5_and_python_04_drawing_complex_shapes.md:45: WARNING: 'm
yst' reference target not found: /reference/sketch_load_image.html
/home/jim/Projects/ITP/pythonprocessing/py5book/tutorials/intro_to_py5_and_python_04_drawing_complex_shapes.md:353: WARNING: '
myst' reference target not found: /reference/sketch_begin_shape.html
marcovicci added a commit to marcovicci/py5book that referenced this issue Dec 22, 2022
hx2A added a commit that referenced this issue Dec 22, 2022
Fixing #60 by removing .html targets
@hx2A
Copy link
Collaborator Author

hx2A commented Dec 22, 2022

Fixed!

@hx2A hx2A closed this as completed Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants