From 9afef8ab15d79f9e262488ed55129f4d19286fb0 Mon Sep 17 00:00:00 2001 From: DivadNojnarg Date: Fri, 8 Mar 2024 18:44:56 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20blockr-o?= =?UTF-8?q?rg/blockr@37839c4ca5336ebf17965464d49315f6c622cca6=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/blockr.html | 4 ++-- articles/developer-guide.html | 12 ++++++------ pkgdown.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/articles/blockr.html b/articles/blockr.html index 20be0a14..711c0704 100644 --- a/articles/blockr.html +++ b/articles/blockr.html @@ -119,8 +119,8 @@

Introduction - +
+

The user interface diff --git a/articles/developer-guide.html b/articles/developer-guide.html index 9b18ff56..275f5558 100644 --- a/articles/developer-guide.html +++ b/articles/developer-guide.html @@ -107,8 +107,8 @@

WorkspaceStack

The stack is a list of blocks.

-
-

The stack is able to dynamically add new blocks through +

+

The stack is able to dynamically add new blocks through add_block().

Modify a stack @@ -148,8 +148,8 @@

Blocks result: the block output which can be passed to another block. -
-

A block is composed of fields gathered in a list, +

+

A block is composed of fields gathered in a list, which are translated into Shiny inputs. These fields are the necessary elements to reconstruct the block expression and subsequently produce the result whenever it gets evaluated.

@@ -162,8 +162,8 @@

Simple fields

-

The validate_field generic ensures each field has +

+

The validate_field generic ensures each field has revelant values. For instance, for a string field, which ultimately becomes a shiny text input, the method validate_field.string_field is responsible for checking diff --git a/pkgdown.yml b/pkgdown.yml index 2a1d1874..a789e884 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -7,5 +7,5 @@ articles: developer-guide: developer-guide.html plot-block: plot-block.html registry: registry.html -last_built: 2024-03-08T18:35Z +last_built: 2024-03-08T18:44Z