From ae1e7355d1ab9f245dd7108ce7e6801b12ac223c Mon Sep 17 00:00:00 2001 From: Jeremy Mack Wright Date: Thu, 10 May 2018 23:31:20 -0400 Subject: [PATCH] Added links to make it easier to get back to the index from the bottom of a doc. --- docs/developers.md | 2 ++ docs/installation.md | 2 ++ docs/usage.md | 4 +++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/developers.md b/docs/developers.md index f9e1d22..f963f1d 100644 --- a/docs/developers.md +++ b/docs/developers.md @@ -52,3 +52,5 @@ Below are some future enhancements that contributors are welcome to take on. * From [issue 28](https://github.com/jmwright/cadquery-freecad-module/issues/28) - Add a way to visualize the negative space in a cut (something like openscad's debug operator). * From [issue 28](https://github.com/jmwright/cadquery-freecad-module/issues/28) - Some limited mouse interaction; use to generate a direction selector based on the current view, for example. * From [issue 19](https://github.com/jmwright/cadquery-freecad-module/issues/19) - Add interactive parameters like there are on ParametricParts.com. + +[