Skip to content

Commit 90114d8

Browse files
committed
remove BibLaTeX block, which apparently screws up Documenter/Jekyll even when quoted
1 parent ff35bb0 commit 90114d8

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

docs/src/index.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,4 @@ ForwardDiff is a registered Julia package, so it can be installed by running:
1212
julia> Pkg.add("ForwardDiff")
1313
```
1414

15-
If you find ForwardDiff useful in your work, we kindly request that you cite [the following paper](https://arxiv.org/abs/1607.07892):
16-
17-
```
18-
@article{RevelsLubinPapamarkou2016,
19-
title = {Forward-Mode Automatic Differentiation in Julia},
20-
author = {{Revels}, J. and {Lubin}, M. and {Papamarkou}, T.},
21-
journal = {arXiv:1607.07892 [cs.MS]},
22-
year = {2016},
23-
url = {https://arxiv.org/abs/1607.07892}
24-
}
25-
```
15+
If you find ForwardDiff useful in your work, we kindly request that you cite [our paper](https://arxiv.org/abs/1607.07892). The relevant [BibLaTex is available in ForwardDiff's README](https://github.com/JuliaDiff/ForwardDiff.jl) (not included here because BibLaTex doesn't play nice with Documenter/Jekyll).

0 commit comments

Comments
 (0)