From 0b80cd9199d1c9f8b8a9050fd234d96f5f5a8b4e Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Tue, 24 May 2016 22:13:53 -0400 Subject: [PATCH] docs: document x3,y3 --- docs/dsl/triangle.rst | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/docs/dsl/triangle.rst b/docs/dsl/triangle.rst index ccadd3e..2fdf012 100644 --- a/docs/dsl/triangle.rst +++ b/docs/dsl/triangle.rst @@ -8,27 +8,39 @@ Options .. include:: /args/expansion.rst x1 - default: ``0`` + default: ``100`` - the x-coordinate to place. Supports :doc:`/units/` + the first x-coordinate to place. Supports :doc:`/units/` y1 - default: ``0`` + default: ``100`` - the y-coordinate to place. Supports :doc:`/units/` + the first y-coordinate to place. Supports :doc:`/units/` x2 - default: ``50`` + default: ``150`` - the x-coordinate to place. Supports :doc:`/units/` + the second x-coordinate to place. Supports :doc:`/units/` y2 - default: ``50`` + default: ``150`` + + the second y-coordinate to place. Supports :doc:`/units/` + +x3 + default: ``100`` + + the third x-coordinate to place. Supports :doc:`/units/` + + +y3 + default: ``150`` + + the third y-coordinate to place. Supports :doc:`/units/` - the y-coordinate to place. Supports :doc:`/units/` .. include:: /args/draw.rst .. include:: /args/range.rst