Skip to content

Commit

Permalink
refactor: update pre-commit config to exclude assets directory; enhan…
Browse files Browse the repository at this point in the history
…ce README link and remove demo from navigation
  • Loading branch information
zotko committed Nov 25, 2024
1 parent 3e6030d commit 39c04b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exclude: '^(examples/|docs/demo.html)'
exclude: '^(examples/|docs/assets/)'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A Python package for converting XYZ molecular files into interactive 3D visualiz
<img src="https://raw.githubusercontent.com/zotko/xyz2graph/main/.github/images/mol.gif" width="1024">
</div>

[Try it live!](https://zotko.github.io/xyz2graph/demo)
<a href="https://zotko.github.io/xyz2graph/demo" target="_blank">Try it live 🚀</a>

## Features

Expand Down
File renamed without changes.
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ nav:
- Getting Started: getting-started.md
- Python API: python.md
- Command Line: cli.md
- Demo: demo.html
- License: license.md


Expand All @@ -49,6 +48,9 @@ markdown_extensions:
- admonition
- pymdownx.details

extra_templates:
- assets/demo.html

plugins:
- search
- include-markdown
Expand Down

0 comments on commit 39c04b9

Please sign in to comment.