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

Try to make the docs a little better. #524

Merged
merged 14 commits into from
Feb 16, 2022
Merged

Try to make the docs a little better. #524

merged 14 commits into from
Feb 16, 2022

Commits on Feb 4, 2022

  1. Try to make the docs a little better.

    - Fix stardoc adding <p align=center> in markdown tables.
    - Add rough capability to handle macros that wrap a rule.
    
    The wrapping technique is:
    - In the wrapping macro, use the docstring  @wraps(some_rule)
    - Then we don't emit the docs for the wrapper
    - In the docs for some_rule, replace the string "some_rule" with the
      name of the wrapper macro.
    
    It is a first attempt to make things better.  It is crude, but it
    mostly works.
    aiuto committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    14e5792 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into docx

    aiuto committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    9a2b037 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    7ce0e40 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Merge branch 'main' into docx

    aiuto committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    17f0e67 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into docx

    aiuto committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    4c76340 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into docx

    aiuto committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    00dc5c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Merge branch 'main' into docx

    aiuto committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    e50effa View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Merge branch 'main' into docx

    aiuto committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    3cdff6a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Merge branch 'main' into docx

    aiuto committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    6b9302b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Merge branch 'main' into docx

    aiuto committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    f4da5ad View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Merge branch 'main' into docx

    aiuto committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    7f4fb35 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into docx

    aiuto committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    ea740d3 View commit details
    Browse the repository at this point in the history
  3. function doc

    aiuto committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    62392b5 View commit details
    Browse the repository at this point in the history
  4. exectools

    aiuto committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    bec0f62 View commit details
    Browse the repository at this point in the history