Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ipsingh06 committed Jun 18, 2020
1 parent 00942cf commit 1160840
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
/build
.venv
package-lock.json
src/python/build
src/python/site
9 changes: 9 additions & 0 deletions doc/DeveloperReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@ pipenv run mkdocs serve

Preview will be served at [http://localhost:8000](http://localhost:8000)

### Deploy documentation

```bash
pipenv run mkdocs gh-deploy
git push github gh-pages
```



# Setup dev environment

## PyCharm
Expand Down

0 comments on commit 1160840

Please sign in to comment.