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 generator for LALRPOP ( markdown, railroad diagram svg, ebnf ) #658

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

Commits on Mar 20, 2022

  1. Initial sketch of a LALRPOP documentation reference generator

    Signed-off-by: Darach Ennis <darach@gmail.com>
    darach committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    314865b View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Add default toolchain

    Signed-off-by: Darach Ennis <darach@gmail.com>
    darach committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    863e7da View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Add lint checking for larger docgen projects

    Signed-off-by: Darach Ennis <darach@gmail.com>
    darach committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    ba01396 View commit details
    Browse the repository at this point in the history
  2. Fix folders relative to doc root for generated file linting

    Signed-off-by: Darach Ennis <darach@gmail.com>
    darach committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    0bd30ad View commit details
    Browse the repository at this point in the history
  3. Fix prolog lint checks and and mixin loading for lowercase files

    Signed-off-by: Darach Ennis <darach@gmail.com>
    darach committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    65b421e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Make SVG img reference relative URLs lowercase in railroad diagrams

    Signed-off-by: Darach Ennis <darach@gmail.com>
    darach committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    6f2da12 View commit details
    Browse the repository at this point in the history
  2. Add optional prefix for SVG railroad diagram html img tags

    Signed-off-by: Darach Ennis <darach@gmail.com>
    darach committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    a89b0c9 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Use md images

    Signed-off-by: Heinz N. Gies <heinz@licenser.net>
    Licenser committed May 5, 2022
    Configuration menu
    Copy the full SHA
    09e213c View commit details
    Browse the repository at this point in the history
  2. Fix extra args

    Signed-off-by: Heinz N. Gies <heinz@licenser.net>
    Licenser committed May 5, 2022
    Configuration menu
    Copy the full SHA
    5c09bd8 View commit details
    Browse the repository at this point in the history
  3. Fix order

    Signed-off-by: Heinz N. Gies <heinz@licenser.net>
    Licenser committed May 5, 2022
    Configuration menu
    Copy the full SHA
    60ecf61 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Put SVG reference image tag on a switch

    Signed-off-by: Darach Ennis <darach@gmail.com>
    darach committed May 16, 2022
    Configuration menu
    Copy the full SHA
    951bb01 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from tremor-rs/svg-ref-style-switchable

    Make image markup in generated markup support a switchable style
    Licenser committed May 16, 2022
    Configuration menu
    Copy the full SHA
    98bc1db View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from Licenser/docgen

    Use markdown images by default with switchable alternative back to html `img` tags
    darach committed May 16, 2022
    Configuration menu
    Copy the full SHA
    b5207e8 View commit details
    Browse the repository at this point in the history