Skip to content

feat(tabulate): add tabulate component#80

Merged
finger563 merged 2 commits intomainfrom
feature/tabulate
Jun 26, 2023
Merged

feat(tabulate): add tabulate component#80
finger563 merged 2 commits intomainfrom
feature/tabulate

Conversation

@finger563
Copy link
Contributor

Description

  • Add p-ranav/tabulate submodule
  • Add tabulate component with simple wrapper around p-ranav/tabulate
  • Add tabulate example
  • Update CI
  • Update and rebuild docs

Motivation and Context

Sometimes you may want to collect data and print it to the console - and sometimes this data may be more easily viewed as a table. This component is for those times where you want to print and view tables in the debug console (or other text-based interfaces) or when you may want to convert tabular data into other formats (such as asciidoc or markdown).

How has this been tested?

Building and running the new example.

Screenshots (if appropriate, e.g. schematic, board, console logs, lab pictures):

image

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update
  • Hardware (schematic, board, system design) change
  • Software change

Checklist:

  • My change requires a change to the documentation.
  • I have added / updated the documentation related to this change via either README or WIKI

Software

  • I have added tests to cover my changes.
  • I have updated the .github/workflows/build.yml file to add my new test to the automated cloud build github action.
  • All new and existing tests passed.
  • My code follows the code style of this project.

* Add p-ranav/tabulate submodule
* Add tabulate component with simple wrapper around p-ranav/tabulate
* Add tabulate example
* Update CI
* Update and rebuild docs
@finger563 finger563 added tabulate enhancement New feature or request labels Jun 26, 2023
@finger563 finger563 merged commit f79439e into main Jun 26, 2023
@finger563 finger563 deleted the feature/tabulate branch June 26, 2023 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request tabulate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant