-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add reference links to functions * Move DLMF links in overview to paragraphs In functions_overview.md, Documenter.jl picks up section headers for permalinks. Move the links to their own paragraphs. * Add import for installation * Add DLMF section names to links Two links to DLMF share the same text, disambiguate by using the sections they're pointing to. * Remove redundant latex newline * Fix indents * Correct latex sequences * Add link text to bare urls * Wrap lines * Change latex sequence * Update spacing * Refactor links to Base * Mark code syntax * Add equation/section numbers to DLMF links The equation number in the anchor text helps more easily identify links, and can help in navigation. TODO: do something for the Wikipedia links? * Fix exponent notation in LaTeX * Add DOI to reference * Fix spacing * Use raw_str for latex containing docstrings * Fix indent * Split method docstrings for erf * Add backticks * Add doc raw"" for easier LaTeX escaping * Use subscripts in latex * Remove redundant \operatorname Most TeX engines recognize \ln and \log * Fix backtick and backslash use * Remove asterisk stars from tex * Add sections to function list * Partial revert of 71f7e42 Remove `erf(::Real)` method used for docstring, and add `erf(::Real, ::Real)` for docs page * Remove internal function from docs API reference * Use `\mathrm` for integrating variable in latex
- Loading branch information
Showing
15 changed files
with
727 additions
and
410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.