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

Improve Chain Documentation #4386

Merged
merged 12 commits into from
Feb 21, 2023
Merged

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    1e463e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b56868 View commit details
    Browse the repository at this point in the history
  3. Clean up inter-doc links.

    reardonj committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    58de3cf View commit details
    Browse the repository at this point in the history
  4. add a missing hyphen.

    reardonj committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    8e0a924 View commit details
    Browse the repository at this point in the history
  5. Fix wrong link bracket

    reardonj committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    8925f2b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Tweaks based on feedback

    - note that concat is also constant time
    - add mention of groupByNec since it does exist, but it has no scaladoc
    reardonj committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    b63d539 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Update tables

    reardonj committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    432306a View commit details
    Browse the repository at this point in the history
  2. final version of benchmarks

    reardonj committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    356c95d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. More tweaks

    - add a little more meat to the intro paragraph
    - add header for the motivation section
    - call out Chain being a binary tree
    - typos and formatting
    reardonj committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    41d4a3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fae4e93 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Add an explicit API Documentation link

    - turns out you can change the title with @:api
    reardonj committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    db9a396 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Fix API documentation link

    - this link is not working. When embedded in the markdown link, Chain loses capitalization, and gets redirected.
    reardonj committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    d1e8f62 View commit details
    Browse the repository at this point in the history