Skip to content

Commit

Permalink
Merge pull request #138 from stephenbnicar/startnewdocs
Browse files Browse the repository at this point in the history
Starting new documentation
  • Loading branch information
sglyon authored Feb 4, 2017
2 parents d0fc040 + 477a28a commit dcb18bf
Show file tree
Hide file tree
Showing 24 changed files with 1,766 additions and 3,745 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ site/
*.cov
*.juliahistory
*.tags*

docs/build
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ notifications:
after_success:
- echo $TRAVIS_JULIA_VERSION
- julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("QuantEcon")); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
# uncomment the following code to enable deployment of documentation after each
# new commit
# - julia -e 'Pkg.add("Documenter")'
# - julia -e 'cd(Pkg.dir("QuantEcon")); include(joinpath("docs", "make.jl"))'
Loading

0 comments on commit dcb18bf

Please sign in to comment.