From acc3ad7126597f61bbbc65133228c539200d2cfc Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Sun, 26 Nov 2023 16:16:34 -0800 Subject: [PATCH] add glompad to docs index --- docs/index.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 25249c8..54683b9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,8 +14,10 @@ glom * Plus, :doc:`deep assignment `, :doc:`streaming `, :doc:`data validation `, and *more*! While it may sound like a lot, glom's straightforward approach becomes -second-nature very quickly. :doc:`Get started with a few minutes on the -tutorial! ` +second-nature very quickly. Start with the :doc:`tutorial`, +or `try glom in your browser now`__! + +.. __: https://yak.party/glompad/#spec=%22a.b.c%22%0A&target=%7B%22a%22%3A+%7B%22b%22%3A+%7B%22c%22%3A+%22d%22%7D%7D%7D%0A&v=1 Installation ------------