-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdexy.yaml
More file actions
27 lines (26 loc) · 779 Bytes
/
Copy pathdexy.yaml
File metadata and controls
27 lines (26 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
docs/index.adoc|jinja|asciidoctor|customize:
- asciidoctor: { workspace-include: [".png"] }
- customize: {
scripts: ['jquery.js', 'view-result.js']
}
- docs/issues.py|py:
- py: {
add-new-files: True,
additional-doc-settings: { output: False }
}
- assets
- docs/*.sh|idio|shint|asciisyn
- setup.py|idio|asciisyn:
- idio: { ext : '.txt' }
- dexy/commands/__init__.py|idio|asciisyn:
- idio: { ext : '.txt' }
- dexy/commands/info.py|idio|asciisyn:
- idio: { ext : '.txt' }
- tests/test_commands.py|idio|asciisyn:
- idio: { ext : '.txt' }
- tests/*.py|pydoc
- modules.txt|pydoc:
- contents: 'dexy'
assets:
- docs/*.js
- docs/*.css