Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ Pivot Tables, File Trees, or anytime you need:
## Documentation

What follows functions as a quick-start guide, and will explain the basics of
the Virtual Data Models, Styling and Interaction APIs. Complete
[API docs](https://github.com/finos/regular-table/blob/master/api.md) and
documented
the Virtual Data Models, Styling and Interaction APIs. The public API is
documented inline in the TypeScript source for
[`<regular-table>`](src/ts/regular-table.ts) and the
[virtual data model types](src/ts/types.ts), and documented
[examples](https://github.com/finos/regular-table/tree/master/examples) are also
available.

Expand All @@ -87,7 +88,8 @@ available.
- [Pivots, Filters, Sorts, and Column Expressions with `perspective`](#pivots-filters-sorts-and-column-expressions-with-perspective)
- [Development](#development)

- [API Docs](https://github.com/finos/regular-table/blob/master/api.md)
- [API Reference](src/ts/regular-table.ts)
- [Data Model Types](src/ts/types.ts)

- Annotated Examples
- [2d_array.md](examples/2d_array/2d_array.js)
Expand Down