From 29f343943ad9bedec8f66f09976ce8cf74b21cb6 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Tue, 20 Dec 2016 12:05:00 +0200 Subject: [PATCH] Card module quick reference --- docs/quick_reference.html | 64 +++++++++++++++++++++++++-------------- docs/v2/DEVLOG.md | 1 + 2 files changed, 43 insertions(+), 22 deletions(-) diff --git a/docs/quick_reference.html b/docs/quick_reference.html index 35cd313..b3800f5 100644 --- a/docs/quick_reference.html +++ b/docs/quick_reference.html @@ -601,7 +601,18 @@

Notes

@@ -639,7 +650,9 @@

Notes

@@ -689,18 +702,10 @@

Notes

@@ -734,7 +739,19 @@

Notes

@@ -755,9 +772,12 @@

Notes

@@ -787,10 +807,10 @@

Notes

diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index 5cbba0e..fe0af50 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -684,3 +684,4 @@ - Added notes for `input_control` in `quick reference`. - Documented `table` in `quick reference`. +- Documented `card` in `quick reference`.