diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2016-12-11 22:03:14 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2016-12-11 22:03:14 +0100 |
commit | c658e0898734b1d3c73853f393cc4d57c92276be (patch) | |
tree | fb12135d7217913790793a59c8f1ef098040063b /docs | |
parent | 277c063e32e52106956b570e5d965d663969c79f (diff) |
Initial bits of documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/field_types.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/field_types.rst b/docs/field_types.rst new file mode 100644 index 0000000..9008348 --- /dev/null +++ b/docs/field_types.rst @@ -0,0 +1,22 @@ +------------- + Field Types +------------- + +string: + a string of unicode text. +text: + a longer block of unicode text; +integer: + . +float: + . +timestamp: + . +file: + . +url: + . +list: + . +yaml: + . |