Browse Source

fix a doc typo in documenter.md (#113)

pull/117/head
Rafael Fourquet 6 years ago committed by GitHub
parent
commit
c1dce7ff56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/src/documenter.md

2
docs/src/documenter.md

@ -5,7 +5,7 @@ and notebooks. Typically, though, these files will be used to render documentati @@ -5,7 +5,7 @@ and notebooks. Typically, though, these files will be used to render documentati
for your package. The generators ([`Literate.markdown`](@ref), [`Literate.notebook`](@ref)
and [`Literate.script`](@ref)) supports a keyword argument `documenter` that lets
the generator perform some extra things, keeping in mind that the source code have been
written with Documenter.jl in mind. So lets take a look at what will happen
written with Documenter.jl in mind. So let's take a look at what will happen
if we set `documenter = true`:
### [`Literate.markdown`](@ref):

Loading…
Cancel
Save