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

Broken link to Composing Data tutorial in Nesting Layouts warning #1595

Closed
jordansamuels opened this issue Jun 21, 2017 · 3 comments
Closed
Assignees

Comments

@jordansamuels
Copy link
Contributor

This warning appears when nesting layouts:

WARNING:root:Warning: Nesting Layouts within a HoloMap makes it difficult to access your data or control how it appears; we recommend calling .collate() on the HoloMap in order to follow the recommended nesting structure shown in the Composing Data tutorial(http://git.io/vtIQh)

however, http://git.io/vtIQh points to http://ioam.github.io/holoviews/Tutorials/Composing_Data.html, not the new link at http://holoviews.org/Tutorials/Composing_Data.html .

Repro code:

curve = hv.Curve(([0,1],[0,1]))
points = hv.Points(np.random.rand(100,2))
hv.HoloMap([(0, curve*points + points)])

http://ioam.github.io/holoviews/Tutorials/Composing_Data.html

@jordansamuels
Copy link
Contributor Author

I can try to submit a PR, but I wasn't sure how to fix because we can't use http://git.io to shorten http://holoviews.org/Tutorials/Composing_Data.html since it's not a GitHub.com URL. Can we use http://bit.ly or another shortener?

@jlstevens jlstevens self-assigned this Jun 21, 2017
@jlstevens
Copy link
Contributor

Thanks for reporting this though I do think this is a duplicate of #1455. All those links will need to have entirely new URLs soon for the new website we are working on.

I've assigned myself this issue and don't worry about submitting a PR as I'll be fixing it soon!

@jordansamuels
Copy link
Contributor Author

Doh! I should have searched for a duplicate first. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants