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

[TVMScript] Doc Base Class & DocPrinter Scaffolding #11971

Merged
merged 27 commits into from
Jul 7, 2022

Commits on Jun 30, 2022

  1. Add literal doc definition

    yelite committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    cfbc41a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03017be View commit details
    Browse the repository at this point in the history
  3. Add doc printer

    yelite committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    da5ee17 View commit details
    Browse the repository at this point in the history
  4. Add documentation

    yelite committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    3525a70 View commit details
    Browse the repository at this point in the history
  5. Rename test file

    yelite committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    ae2a7c1 View commit details
    Browse the repository at this point in the history
  6. Format code

    yelite committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    0ca5dc5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3baec21 View commit details
    Browse the repository at this point in the history
  8. Format Python code

    yelite committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    5e8522d View commit details
    Browse the repository at this point in the history
  9. Remove type alias

    yelite committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    11d6a51 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Fix name convention

    yelite committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    93a044b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d297e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Fix doc and include

    yelite committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    e194332 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d617310 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2701bb0 View commit details
    Browse the repository at this point in the history
  4. Move around registration

    yelite committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    64d4814 View commit details
    Browse the repository at this point in the history
  5. Fix typo in doc.py

    yelite committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    b6e548b View commit details
    Browse the repository at this point in the history
  6. Add string escape

    yelite committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    52787c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5bf1203 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    677adb1 View commit details
    Browse the repository at this point in the history
  9. Fix lint problem

    yelite committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    93e24f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9daff55 View commit details
    Browse the repository at this point in the history
  11. Add missing doc

    yelite committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    5af3f05 View commit details
    Browse the repository at this point in the history
  12. Fix failed printer tests

    yelite committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    37c4f7d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    79cb3db View commit details
    Browse the repository at this point in the history
  2. Check if value is None first

    yelite committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    0c80e6e View commit details
    Browse the repository at this point in the history
  3. Fix typos

    yelite committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    f95f5fc View commit details
    Browse the repository at this point in the history
  4. Remove DocPrintingOptions

    yelite committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    2f5f562 View commit details
    Browse the repository at this point in the history