Skip to content

Commit

Permalink
Rebased and added dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
susuhahnml committed Dec 16, 2024
1 parent 711ffae commit 19a182a
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/community/CHANGES.md
2 changes: 1 addition & 1 deletion docs/community/CONTRIBUTING.md
2 changes: 1 addition & 1 deletion docs/community/DEPLOYMENT.md
2 changes: 1 addition & 1 deletion docs/community/DEVELOPMENT.md
7 changes: 6 additions & 1 deletion docs/examples/sudoku/index.md → docs/examples/sudoku.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Generate example documentation
``` markdown title="Simple encoding source"
::: examples/sudoku/encoding.lp
handler: asp
options:
source: true

```

!!! warning "Don't forget to use `handler: asp`"
Expand All @@ -18,4 +21,6 @@ Generate example documentation

::: examples/sudoku/encoding.lp
handler: asp

options:
source: true
dependency: true
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ nav:
- Usage: usage.md
- Examples:
- examples/index.md
- Sudoku:
- examples/sudoku/index.md
- examples/sudoku.md
- Reference:
- reference/index.md
- Problem: reference/problem/index.md
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ format = ["black", "isort", "autoflake"]
lint_pylint = ["pylint"]
typecheck = ["types-setuptools", "mypy"]
test = ["coverage[toml]"]
doc = ["mkdocs", "mkdocs-material", "mkdocstrings[python]"]
doc = ["mkdocs", "mkdocs-material", "mkdocstrings[python]", "tree-sitter"]
dev = ["mkdoclingo[test,typecheck,lint_pylint]"]

[project.scripts]
Expand Down

0 comments on commit 19a182a

Please sign in to comment.