From 00579cd838060b1de8f487c775dc88564c062285 Mon Sep 17 00:00:00 2001 From: Andy Eschbacher Date: Wed, 23 Mar 2016 17:10:08 -0400 Subject: [PATCH] adding template --- doc/docs_template.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/docs_template.md diff --git a/doc/docs_template.md b/doc/docs_template.md new file mode 100644 index 0000000..9d5b550 --- /dev/null +++ b/doc/docs_template.md @@ -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_