Skip to content

Commit

Permalink
add makefile target for doc checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tardyp authored and Pierre Tardy committed Jun 27, 2016
1 parent 7b9e44b commit 9adfc1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Expand Up @@ -8,6 +8,11 @@ PIP?=pip
docs:
$(MAKE) -C master/docs

# check rst documentation
docschecks:
$(MAKE) -C master/docs SPHINXOPTS=-W spelling
$(MAKE) -C master/docs SPHINXOPTS=-q linkcheck

# pylint the whole sourcecode (validate.sh will do that as well, but only process the modified files)
pylint:
$(MAKE) -C master pylint; master_res=$$?; \
Expand Down
2 changes: 2 additions & 0 deletions master/docs/spelling_wordlist.txt
Expand Up @@ -227,6 +227,7 @@ dateutil
Dateutil
de
deafault
Debian
debounce
debounced
debouncer
Expand Down Expand Up @@ -803,6 +804,7 @@ Tuples
twistd
Twistd
txgithub
Ubuntu
ues
ui
uid
Expand Down

0 comments on commit 9adfc1a

Please sign in to comment.