You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alrightly, at the moment there are some failures in our docbuilds.
For now, I have set warnonly = true to the build_docs_with_style command in docs/make.jl, so that errors in the docs do not prevent the doc build. To fix the errors, remove the warnonly = true and then see the error mssages and fix them. For example, some @example blocks are broken.
Additionally, we should port this library to use DocumenterCitations.jl just like we do in e.g., Attractors.jl. This means:
Add a .bib file where citations are added as bibtex
Change all the citation commands from [^name] to [CitationKey](@cite) and add CitationKey bibtex entry. (www.doi2bib.org can help)
Enable the bib in the doc build, which means to uncommented the code I Have commended in docs/make.jl.
The text was updated successfully, but these errors were encountered:
Alrightly, at the moment there are some failures in our docbuilds.
For now, I have set
warnonly = true
to thebuild_docs_with_style
command indocs/make.jl
, so that errors in the docs do not prevent the doc build. To fix the errors, remove thewarnonly = true
and then see the error mssages and fix them. For example, some@example
blocks are broken.Additionally, we should port this library to use DocumenterCitations.jl just like we do in e.g., Attractors.jl. This means:
[^name]
to[CitationKey](@cite)
and addCitationKey
bibtex entry. (www.doi2bib.org can help)docs/make.jl
.The text was updated successfully, but these errors were encountered: