From c0b62d54a77bb1e1735ca0781da01b884b773958 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Thu, 14 Apr 2016 11:33:34 -0400 Subject: [PATCH] docs: embed directly from source, not gists Trying this out instead. Git submodules are just a pain in the neck. --- docs/dsl/circle.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/dsl/circle.rst b/docs/dsl/circle.rst index 5d60d45..284e3ee 100644 --- a/docs/dsl/circle.rst +++ b/docs/dsl/circle.rst @@ -20,3 +20,8 @@ radius Examples ^^^^^^^^ + +.. literalinclude:: /../samples/shapes/_draw_shapes.rb + :language: ruby + :linenos: + :caption: This snippet and others like it live `here `_