rethinkdb / docs

RethinkDB documentation
http://rethinkdb.com/docs
Apache License 2.0
117 stars 168 forks source link

Document geospatial support #446

Closed danielmewes closed 10 years ago

danielmewes commented 10 years ago

We need API docs for:

We also have to extend the documentation for indexCreate.

Some details about indexCreate could still change before 1.15, but the other commands are pretty much fixed.

chipotle commented 10 years ago

Are these in a quick draft yet, or in comments in the source code or such?

danielmewes commented 10 years ago

Ok, here is a (hopefully complete) description of geometry features in ReQL. This is meant to serve as an internal reference and as a basis for @chipotle to write some actual user documentation (API docs and maybe an additional article for our documents?).

GENERAL

GEOSPATIAL INDEXES

ReQL TERMS

danielmewes commented 10 years ago

Updated the last paragaph to reflect the introduction of the polygon_sub term to replace the overloaded sub.

neumino commented 10 years ago

I think this issue is fixed in 1.15.

The API docs, and the article have been written and have been reviewed.

I'm generating the docs for the python driver and the data explorer.

chipotle commented 10 years ago

Committed to v1.15 branch in commit 504197a. (Also see #517.)