Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate doc from Sphinx to Documenter #347

Merged
merged 17 commits into from
Jan 5, 2018
Merged
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ after_success:
- julia -e 'cd(Pkg.dir("DataStructures")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# push coverage results to Codecov
- julia -e 'cd(Pkg.dir("DataStructures")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

# Documenter auto-deploy
# following `using` instruction is for triggering precompilation
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("DataStructures", "docs")); include("make.jl")'
216 changes: 0 additions & 216 deletions doc/Makefile

This file was deleted.

46 changes: 0 additions & 46 deletions doc/source/accumulators.rst

This file was deleted.

24 changes: 0 additions & 24 deletions doc/source/circ_buffer.rst

This file was deleted.

27 changes: 0 additions & 27 deletions doc/source/circ_deque.rst

This file was deleted.

Loading