Skip to content

Commit

Permalink
Merge pull request #347 from scls19fr/fix346_documenter
Browse files Browse the repository at this point in the history
Migrate doc from Sphinx to Documenter
  • Loading branch information
oxinabox authored Jan 5, 2018
2 parents b11255e + 3062f22 commit 12c267b
Show file tree
Hide file tree
Showing 40 changed files with 2,207 additions and 2,080 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
doc/build
docs/build/
docs/site/
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")'
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
.. image:: http://pkg.julialang.org/badges/DataStructures_0.6.svg
:target: http://pkg.julialang.org/?pkg=DataStructures&ver=0.6
:alt: PkgEval.jl Status on Julia 0.6
.. image:: https://readthedocs.org/projects/datastructuresjl/badge/?version=latest
:target: http://datastructuresjl.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://img.shields.io/badge/docs-latest-blue.svg
:target: https://juliacollections.github.io/DataStructures.jl/latest
:alt: Documentation

====================
DataStructures.jl
Expand Down Expand Up @@ -45,4 +45,4 @@ This package implements a variety of data structures, including
Resources
-----------------

* **Documentation**: http://datastructuresjl.readthedocs.org/en/latest/
* **Documentation**: https://juliacollections.github.io/DataStructures.jl/latest
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

0 comments on commit 12c267b

Please sign in to comment.