Added links to make it easier to get back to the index from the bottom of a doc.

This commit is contained in:
Jeremy Mack Wright 2018-05-10 23:31:20 -04:00
parent 614534aeb2
commit ae1e7355d1
3 changed files with 7 additions and 1 deletions

View File

@ -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.
[<Back to Main](index.md)

View File

@ -51,3 +51,5 @@ sudo apt-get install python-pyside.qtnetwork
### Next Steps
Once the workbench is installed, the next step is to read through the [usage instructions](usage.md).
[<Back to Main](index.md)

View File

@ -91,4 +91,6 @@ If you are using an external editor that supports type annotations, the [cadqury
### Getting Help
- Need help using this workbench? You can open an issue [here](https://github.com/jmwright/cadquery-freecad-module/issues), or join the [CadQuery Google Group](https://groups.google.com/forum/#!forum/cadquery) and ask your question there.
- Need help using CadQuery? You can open an issue over [there](https://github.com/dcowden/cadquery/issues), , or join the [CadQuery Google Group](https://groups.google.com/forum/#!forum/cadquery) and ask your question there. Complete documentation for CadQuery is also available [here](http://dcowden.github.io/cadquery/).
- Need help using CadQuery? You can open an issue over [there](https://github.com/dcowden/cadquery/issues), or join the [CadQuery Google Group](https://groups.google.com/forum/#!forum/cadquery) and ask your question there. Complete documentation for CadQuery is also available [here](http://dcowden.github.io/cadquery/).
[<Back to Main](index.md)