Skip to content

Commit

Permalink
Add documentation for Query.jl (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff authored and rofinn committed Aug 17, 2017
1 parent ca6df13 commit 79e85cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("DataFrames"); Pkg.test("DataFrames"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("DataFrames")); Pkg.add("Documenter"); include(joinpath("docs", "make.jl"))'
- julia -e 'cd(Pkg.dir("DataFrames")); Pkg.add("Documenter"); Pkg.add("Query"); include(joinpath("docs", "make.jl"))'
- julia -e 'cd(Pkg.dir("DataFrames")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ makedocs(
"Sorting" => "man/sorting.md",
"Formulas" => "man/formulas.md",
"Pooling" => "man/pooling.md",
"Querying frameworks" => "man/querying_frameworks.md",
],
"API" => Any[
"Main types" => "lib/maintypes.md",
Expand Down

0 comments on commit 79e85cc

Please sign in to comment.