Skip to content

Commit

Permalink
Port manual to Documenter
Browse files Browse the repository at this point in the history
Move all content to docstrings when they were missing or incomplete.
Fix many details in docstrings. Improve in particular docstrings
for sampling algorithms, analysis of signals, and stats models.
  • Loading branch information
nalimilan committed Jun 22, 2017
1 parent 48f2ef7 commit 7c5380a
Show file tree
Hide file tree
Showing 44 changed files with 857 additions and 1,692 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ git:
# - julia -e 'Pkg.clone(pwd()); Pkg.build("StatsBase"); Pkg.test("StatsBase"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("StatsBase")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("StatsBase")); include(joinpath("docs", "make.jl"))'
153 changes: 0 additions & 153 deletions docs/Makefile

This file was deleted.

Loading

0 comments on commit 7c5380a

Please sign in to comment.