adding template

This commit is contained in:
Andy Eschbacher 2016-03-23 17:10:08 -04:00
parent 3f20275d3d
commit 00579cd838

24
doc/docs_template.md Normal file
View 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_