File tree 5 files changed +34
-1
lines changed
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).
13
13
14
14
## Examples
15
15
16
- See the [ ` examples ` ] ( examples ) folder.
16
+ See the [ ` examples ` ] ( https://github.com/mkdocstrings/vba/tree/master/ examples) folder.
17
17
18
18
To build an example site:
19
19
@@ -32,6 +32,7 @@ python -m unittest
32
32
```
33
33
34
34
This will run all tests. This includes
35
+
35
36
- Unit tests from ` tests/ ` .
36
37
- Doctests from ` mkdocstrings_vba/ ` .
37
38
- 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