File tree Expand file tree Collapse file tree 5 files changed +34
-1
lines changed
Expand file tree Collapse file tree 5 files changed +34
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ which we parse using [regex](https://regular-expressions.info).
1313
1414## Examples
1515
16- See the [ ` examples ` ] ( examples ) folder.
16+ See the [ ` examples ` ] ( https://github.com/mkdocstrings/vba/tree/master/ examples) folder.
1717
1818To build an example site:
1919
@@ -32,6 +32,7 @@ python -m unittest
3232```
3333
3434This will run all tests. This includes
35+
3536- Unit tests from ` tests/ ` .
3637- Doctests from ` mkdocstrings_vba/ ` .
3738- Full builds from ` examples/ ` .
Original file line number Diff line number Diff line change 1+ site /
Original file line number Diff line number Diff line change 1+ site_name : " mkdocstrings-vba"
2+ site_description : " A VBA handler for mkdocstrings."
3+ site_url : " https://mkdocstrings.github.io/vba"
4+ repo_url : " https://github.com/mkdocstrings/vba"
5+ repo_name : " mkdocstrings/vba"
6+ docs_dir : " src"
7+ watch :
8+ - ../README.md
9+ - mkdocs.yml
10+ - src
11+ copyright : Copyright © 2022 Rudolf Byker
12+ edit_uri : edit/master/docs/
13+
14+ nav :
15+ - Home : index.md
16+ - mkdocstrings : https://mkdocstrings.github.io/
17+
18+ theme :
19+ name : material
20+ features :
21+ - content.action.edit
22+ - content.action.view
23+
24+ markdown_extensions :
25+ - pymdownx.snippets :
26+ check_paths : True
27+ restrict_base_path : False
Original file line number Diff line number Diff line change 1+ mkdocs == 1.*
2+ pymdown-extensions == 10.*
3+ mkdocs-material == 9.*
Original file line number Diff line number Diff line change 1+ --8<-- "../README.md"
You can’t perform that action at this time.
0 commit comments