Skip to content

Commit

Permalink
Add column API documentation (#120)
Browse files Browse the repository at this point in the history
* Add a sample notebook file

* Save draft work on column api doc

* Add doc entry for tcc/select boolean select

This appears to be broken now, but ti shouldn't be.

* Export column api operators in column api ns

* Add in some documentation of operations

* Hide namespace expression from generated doc

* Fix circular dependency

* Update generated docs

* Update text in colum operations section

* More updates to the docs

* Remove "Functionality" header in TOC

This way Dataset is an entry, and I can add Column after that.

* Add Column API documentation

* Add an indication of column op signature to docs

* Export lifted column operators in dataset api template

* Add documentation for column operations on datasets

* Some minor changes

* Rename the two headers for Dataset and Column, adding API onto the
end.
* A few small fixes.

* Remove the `Functions` section

This is essentially replaced by the Column API that lifts these
functions into Tablecloth

* Try to remove cyclical dependency

* Revert "Try to remove cyclical dependency"

This reverts commit fcb16c4.

* Fix circular dependency

* Actually fix cyclical dependency

* Undo added line
  • Loading branch information
ezmiller authored Feb 4, 2024
1 parent 66e14a2 commit ea430d4
Show file tree
Hide file tree
Showing 38 changed files with 12,739 additions and 3,259 deletions.
1,375 changes: 1,375 additions & 0 deletions docs/.clay.html

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/.clay_files/bootstrap0.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/.clay_files/html-default1.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions docs/.clay_files/html-default2.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/.clay_files/html-default3.js

Large diffs are not rendered by default.

716 changes: 716 additions & 0 deletions docs/column_api.html

Large diffs are not rendered by default.

740 changes: 740 additions & 0 deletions docs/column_api.qmd

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/column_api_files/bootstrap0.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/column_api_files/bootstrap2.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/column_api_files/html-default1.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions docs/column_api_files/html-default2.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/column_api_files/html-default3.js

Large diffs are not rendered by default.

2,018 changes: 2,018 additions & 0 deletions docs/column_api_files/libs/bootstrap/bootstrap-icons.css

Large diffs are not rendered by default.

Binary file not shown.
10 changes: 10 additions & 0 deletions docs/column_api_files/libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/column_api_files/libs/bootstrap/bootstrap.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/column_api_files/libs/clipboard/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions docs/column_api_files/libs/quarto-html/anchor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions docs/column_api_files/libs/quarto-html/popper.min.js

Large diffs are not rendered by default.

189 changes: 189 additions & 0 deletions docs/column_api_files/libs/quarto-html/quarto-syntax-highlighting.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ea430d4

Please sign in to comment.