Skip to content

Commit

Permalink
Rename doc folder to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
witchard committed Sep 10, 2017
1 parent bf4cd9c commit 36bf893
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ build/
dist/
*egg-info/
MANIFEST
doc/_build/
docs/_build/
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ help:
@echo "clean: Clean all"

doc:
make -C doc html
make -C docs html

cleandoc:
make -C doc clean
make -C docs clean

showdoc:
python3 -m webbrowser -t "doc/_build/html/index.html"
python3 -m webbrowser -t "docs/_build/html/index.html"

release:
python3 setup.py --version | egrep -q -v '[a-zA-Z]' # Fail on dev/rc versions
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 36bf893

Please sign in to comment.