Skip to content

Add examples section with first example#126

Merged
MarcSkovMadsen merged 2 commits into
mainfrom
enhancements/examples
Jan 25, 2026
Merged

Add examples section with first example#126
MarcSkovMadsen merged 2 commits into
mainfrom
enhancements/examples

Conversation

@MarcSkovMadsen

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings January 25, 2026 10:56
@MarcSkovMadsen MarcSkovMadsen merged commit c0567f5 into main Jan 25, 2026
6 of 12 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds an "Examples" section to the documentation navigation and includes the vega_datasets dependency needed for data visualization examples.

Changes:

  • Added vega_datasets to the pydata optional dependencies in pyproject.toml
  • Added an "Examples" section to the MkDocs navigation with references to an index page and a "Dashboard from Picture" example

Reviewed changes

Copilot reviewed 4 out of 8 changed files in this pull request and generated 1 comment.

File Description
pyproject.toml Adds vega_datasets to the pydata optional dependency group (alphabetically ordered)
mkdocs.yml Adds Examples section to navigation with index.md and generate-dashboard-from-picture.md entries

Comment thread mkdocs.yml
Comment on lines +107 to +109
- Examples:
- examples/index.md
- Dashboard from Picture: examples/generate-dashboard-from-picture.md

Copilot AI Jan 25, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The navigation references example files that don't exist in the repository. The files docs/examples/index.md and docs/examples/generate-dashboard-from-picture.md need to be created before this navigation can be added, otherwise the documentation build will fail or produce broken links.

Suggested change
- Examples:
- examples/index.md
- Dashboard from Picture: examples/generate-dashboard-from-picture.md

Copilot uses AI. Check for mistakes.
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

Successfully merging this pull request may close these issues.

2 participants