Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation updates #476

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open

Documentation updates #476

wants to merge 30 commits into from

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    6599c59 View commit details
    Browse the repository at this point in the history
  2. 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.
    abhro committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4c22459 View commit details
    Browse the repository at this point in the history
  3. Add import for installation

    abhro committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7fd2a3d View commit details
    Browse the repository at this point in the history
  4. Add DLMF section names to links

    Two links to DLMF share the same text, disambiguate
    by using the sections they're pointing to.
    abhro committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7f481d9 View commit details
    Browse the repository at this point in the history
  5. Remove redundant latex newline

    abhro committed May 29, 2024
    Configuration menu
    Copy the full SHA
    62d01fa View commit details
    Browse the repository at this point in the history
  6. Fix indents

    abhro committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ccad58e View commit details
    Browse the repository at this point in the history
  7. Correct latex sequences

    abhro committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6997b79 View commit details
    Browse the repository at this point in the history
  8. Add link text to bare urls

    abhro committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e5ab828 View commit details
    Browse the repository at this point in the history
  9. Wrap lines

    abhro committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5677bff View commit details
    Browse the repository at this point in the history
  10. Change latex sequence

    abhro committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c307c27 View commit details
    Browse the repository at this point in the history
  11. Update spacing

    abhro committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3b91248 View commit details
    Browse the repository at this point in the history
  12. Refactor links to Base

    abhro committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a3e3a7e View commit details
    Browse the repository at this point in the history
  13. Mark code syntax

    abhro committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c4e52b5 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. 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?
    abhro committed May 30, 2024
    Configuration menu
    Copy the full SHA
    5d5ab3f View commit details
    Browse the repository at this point in the history
  2. Fix exponent notation in LaTeX

    abhro committed May 30, 2024
    Configuration menu
    Copy the full SHA
    ab80d66 View commit details
    Browse the repository at this point in the history
  3. Add DOI to reference

    abhro committed May 30, 2024
    Configuration menu
    Copy the full SHA
    fb02fc0 View commit details
    Browse the repository at this point in the history
  4. Fix spacing

    abhro committed May 30, 2024
    Configuration menu
    Copy the full SHA
    e26f6d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    7b9c818 View commit details
    Browse the repository at this point in the history
  2. Fix indent

    abhro committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    a5c8858 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71f7e42 View commit details
    Browse the repository at this point in the history
  4. Add backticks

    abhro committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    11da6be View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    6727d68 View commit details
    Browse the repository at this point in the history
  2. Use subscripts in latex

    abhro committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e72babf View commit details
    Browse the repository at this point in the history
  3. Remove redundant \operatorname

    Most TeX engines recognize \ln and \log
    abhro committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    991870f View commit details
    Browse the repository at this point in the history
  4. Fix backtick and backslash use

    abhro committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    cc17155 View commit details
    Browse the repository at this point in the history
  5. Remove asterisk stars from tex

    abhro committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    50576c5 View commit details
    Browse the repository at this point in the history
  6. Add sections to function list

    abhro committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    5a6856c View commit details
    Browse the repository at this point in the history
  7. Partial revert of 71f7e42

    Remove `erf(::Real)` method used for docstring, and add
    `erf(::Real, ::Real)` for docs page
    abhro committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e0e6443 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6af1195 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db0d3c3 View commit details
    Browse the repository at this point in the history