Skip to content

Commit

Permalink
Remove unwanted files and folders from doc folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoomakethu committed Dec 20, 2017
1 parent 3580af8 commit 586021a
Show file tree
Hide file tree
Showing 321 changed files with 6 additions and 54,134 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ test/__pycache__/
/doc/quality/
/doc/pymodbus.pdf
/doc/sphinx/
/doc/html/
/doc/_build/
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ tox: install
@pip install --quiet tox && tox

docs: install
@pip install --quiet sphinx
@cd doc/sphinx && sphinx-build -nb html -d doctrees . html
@pip install --quiet sphinx sphinx_rtd_theme
@cd doc && sphinx-build -nb html -d _build/doctrees . html

publish: install
git push origin && git push --tags origin
Expand Down
Binary file removed doc/pymodbus.pdf
Binary file not shown.
41 changes: 0 additions & 41 deletions doc/quality/current.coverage

This file was deleted.

19 changes: 0 additions & 19 deletions doc/quality/current.lint

This file was deleted.

Loading

0 comments on commit 586021a

Please sign in to comment.