Skip to content

Commit 4afe313

Browse files
authored
Switch docs from RST to in-source Markdown + Documenter (#228)
1 parent 20c0424 commit 4afe313

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+1009
-19642
lines changed

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
.DS_Store
1+
*.jl.cov
2+
*.jl.*.cov
3+
*.jl.mem
4+
*.DS_Store
5+
docs/build/
6+
docs/site/
27
benchmark_data/
3-
build/

.nojekyll

Whitespace-only changes.

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ script:
1212
- julia -O3 -e 'include(joinpath(Pkg.dir("ForwardDiff"), "test/SIMDTest.jl"))';
1313
after_success:
1414
- julia -e 'cd(Pkg.dir("ForwardDiff")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
15+
- julia -e 'Pkg.add("Documenter")'
16+
- julia -e 'cd(Pkg.dir("ForwardDiff")); include(joinpath("docs", "make.jl"))'

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
[![ForwardDiff](http://pkg.julialang.org/badges/ForwardDiff_0.5.svg)](http://pkg.julialang.org/?pkg=ForwardDiff)
66
[![ForwardDiff](http://pkg.julialang.org/badges/ForwardDiff_0.6.svg)](http://pkg.julialang.org/?pkg=ForwardDiff)
77

8-
**[Go To ForwardDiff's Documentation](http://www.juliadiff.org/ForwardDiff.jl/)**
8+
[![](https://img.shields.io/badge/docs-stable-blue.svg)](http://www.juliadiff.org/ForwardDiff.jl/stable)
9+
[![](https://img.shields.io/badge/docs-latest-blue.svg)](http://www.juliadiff.org/ForwardDiff.jl/latest)
910

1011
# ForwardDiff.jl
1112

docs/.nojekyll

Whitespace-only changes.

docs/_rst/Makefile

Lines changed: 0 additions & 192 deletions
This file was deleted.

0 commit comments

Comments
 (0)