Skip to content

Commit

Permalink
Added api docs to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
root-11 committed Mar 28, 2024
1 parent 3737dc6 commit bf4f927
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- [introduction](#introduction)
- [installation](#installation)
- [feature overview](#feature_overview)
- [api](#api)
- [tutorial](#tutorial)
- [latest updates](#latest_updates)
- [credits](#credits)
Expand Down Expand Up @@ -121,6 +122,9 @@ pytest ./tests
| to json | `json_str = my_table.to_json()`|
| from json | `Table.from_json(json_str)`|

## <a name="api"></a>API

To view the detailed API see [api](https://root-11.github.io/tablite/latest/)

## <a name="tutorial"></a>Tutorial

Expand All @@ -134,8 +138,9 @@ See [changelog.md](https://github.com/root-11/tablite/blob/master/changelog.md)

## <a name="credits"></a>Credits

- [Eugene Antonov](https://github.com/Jetman80) - the api documentation.
- [Audrius Kulikajevas](https://github.com/realratchet) - Edge case testing / various bugs, Jupyter notebook integration.
- [Ovidijus Grigas](https://github.com/omenSi) - various bugs, documentation.
- Martynas Kaunas - GroupBy functionality.
- Audrius Kulikajevas - Edge case testing / various bugs, Jupyter notebook integration.
- Sergej Sinkarenko - various bugs.
- Ovidijus Grigas - various bugs, documentation.
- Lori Cooper - spell checking.

0 comments on commit bf4f927

Please sign in to comment.