mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-06 03:26:54 +03:00
Add Makefile and Markdown linter (#73)
* Add Makefile * Update .gitignore to exclude venv * Add requirements.txt for venv * Add pymarkdown lint Github action * Update .md from lint tool * Update README with make commands * Add linter config
This commit is contained in:
committed by
GitHub
parent
bbe3bd79db
commit
0cd98c67e2
13
requirements.txt
Normal file
13
requirements.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
mkdocs
|
||||
mkdocs-gen-files
|
||||
mkdocs-awesome-pages-plugin
|
||||
mkdocs-material
|
||||
pymdown-extensions
|
||||
mkdocs-enumerate-headings-plugin
|
||||
|
||||
# Linting
|
||||
pymarkdownlnt
|
||||
|
||||
# Vale dependencies
|
||||
rst2html
|
||||
vale
|
||||
Reference in New Issue
Block a user