Skip to content

Commit

Permalink
Merge 4a0d6dc into b56d35c
Browse files Browse the repository at this point in the history
  • Loading branch information
ajduberstein committed Sep 20, 2019
2 parents b56d35c + 4a0d6dc commit 751de72
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion bindings/python/pydeck/docs/README.md
@@ -1,4 +1,19 @@
pydeck API Documentation
=========

TODO This will be a table of contents for the pydeck documentation
## Table of contents
#### [Deck](./bindings/python/pydeck/docs/deck.md)

Used to write data out to widget in Jupyter, save it out to HTML, and configure some global parameters of a visualization, like its size or tooltip.

#### [Layers](./bindings/python/pydeck/docs/layer.md)

Configure one of the many deck.gl layers for rendering in pydeck

#### [Data utilities](./bindings/python/pydeck/docs/data_utils.md)

A handful of functions to make certain common data exercises easier, like automatically fitting to data on a map.

#### [ViewState](./bindings/python/pydeck/docs/view_state.md)

Used to set the location of a viewport in pydeck–set the precise location of the pydeck's vantage point on the data

0 comments on commit 751de72

Please sign in to comment.