Skip to content

Commit

Permalink
Reformat (with a few changes) existing docs using Documenter.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Nicar committed Aug 23, 2016
1 parent 60be29a commit 477a28a
Show file tree
Hide file tree
Showing 28 changed files with 125 additions and 3,797 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
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ julia:
- nightly
matrix:
allow_failures:
- julia: nightly
- julia: nightly
notifications:
email: false
script:
Expand All @@ -15,3 +15,7 @@ script:
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 477a28a

Please sign in to comment.