mirror of
https://github.com/CartoDB/crankshaft.git
synced 2024-11-01 10:20:48 +08:00
adding template
This commit is contained in:
parent
3f20275d3d
commit
00579cd838
24
doc/docs_template.md
Normal file
24
doc/docs_template.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
|
||||||
|
## Name
|
||||||
|
|
||||||
|
## Synopsis
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
Availability: v...
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
```SQL
|
||||||
|
-- example of the function in use
|
||||||
|
SELECT cdb_awesome_function(the_geom, 'total_pop')
|
||||||
|
FROM table_name
|
||||||
|
```
|
||||||
|
|
||||||
|
## API Usage
|
||||||
|
|
||||||
|
_asdf_
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
|
||||||
|
_Other function pages_
|
Loading…
Reference in New Issue
Block a user