Skip to content

Commit

Permalink
2017-12-29 17:35:04
Browse files Browse the repository at this point in the history
  • Loading branch information
anshengme committed Dec 29, 2017
1 parent 57ebe9c commit 901ad91
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 249 deletions.
20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

5 changes: 5 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Welcome to Turbotools

```bash
$ pip install turbotools
```
36 changes: 0 additions & 36 deletions docs/make.bat

This file was deleted.

Empty file removed docs/source/_static/a.txt
Empty file.
Empty file removed docs/source/_templates/a.txt
Empty file.
169 changes: 0 additions & 169 deletions docs/source/conf.py

This file was deleted.

20 changes: 0 additions & 20 deletions docs/source/index.rst

This file was deleted.

3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
site_name: Turbotools
pages:
- Home: index.md
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ envlist = docs,pep8,unit
recreate = True

[testenv:docs]
changedir = docs
deps = sphinx
commands = sphinx-build -W -b html source build
deps = mkdocs
mkdocs-bootswatch
commands = mkdocs build

[testenv:pep8]
deps = flake8
Expand All @@ -22,4 +22,4 @@ commands = flake8 --max-line-length 120 turbotools tests
[testenv:unit]
deps = nose
coverage
commands = nosetests --with-coverage --cover-erase --cover-package=turbotools
commands = nosetests --with-coverage --cover-erase --cover-package=turbotools

0 comments on commit 901ad91

Please sign in to comment.