Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Website / documentation improvement:
In the navigation sidebar on the left we currently had the following setting, which lists all options in one flattened list. I find this rather hard to navigate. This applies to

How-to guide,Advanced tutorialsandAPI reference.This PR changes the structure of the docs to show the following. Now we have the subheads/categories in the navigation bar. As a drawback, we loose the complete list of all notebooks/reference when you click on

how-to guide, etc. Meaning that we only see the sub-headings as seen in the screenshot.This was a simple PR and I am open to discuss preferences or remove the PR again if we prefer the current setting.