Skip to content

Commit

Permalink
adding hgignore and fixing rtd requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
rthompsonj committed Jul 26, 2018
1 parent 7b19e51 commit 73d8818
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .hgignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
syntax: glob

.gitignore
node_modules
.c9revisions
.DS_Store
Thumbs.db

*.pyc
*.pyo
*.pyd

# C extensions
*.so
*.c

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
include
man
__pycache__

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Translations
*.mo
1 change: 1 addition & 0 deletions docs/rtd_pip_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
numpydoc>=0.4
numpy>=1.13.0
sphinx==1.6.7

0 comments on commit 73d8818

Please sign in to comment.