1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

update documentation

This commit is contained in:
William Ting
2014-01-07 12:32:35 -06:00
parent 35bc63c66e
commit f5d13da96c
9 changed files with 208 additions and 560 deletions

View File

@@ -11,7 +11,7 @@ uninstall:
docs:
pandoc -s -w man docs/manpage_header.md docs/header.md docs/body.md -o docs/autojump.1
pandoc -s -w markdown docs/header.md docs/install.md docs/development.md docs/body.md -o README.md
pandoc -s -w markdown docs/header.md docs/install.md docs/body.md -o README.md
lint:
@flake8 ./ --config=setup.cfg