Move examples to tutorials #1231
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
tutorials/
folder, adapt all linksProblem: we sometimes link between tutorials, but it is not clear whether we should use the notebook links, or the markdown links of the converted notebooks. I now decided to use the markdown links, i.e., on the website the links smoothly refer to the corresponding tutorial on the website. However, when clicked in the notebook, e.g., when running the notebooks locally, the link will not work (because it links locally between the
docs
markdown files. As a help, I changed the link text to contain the tutorial number and name explicitly, so that it will be clear which tutorial we are linking to.