mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Moved Key Concepts to top level
This commit is contained in:
parent
489fcb02f9
commit
aecdf69fd5
4 changed files with 9 additions and 11 deletions
|
|
@ -96,6 +96,8 @@ Table Of Contents
|
|||
|
||||
introduction.rst
|
||||
installation.rst
|
||||
key_concepts.rst
|
||||
key_concepts_algebra.rst
|
||||
introductory_examples.rst
|
||||
tutorials.rst
|
||||
objects.rst
|
||||
|
|
|
|||
|
|
@ -270,17 +270,6 @@ customized to match the look and feel of your company's documentation. They also
|
|||
provide multiple output formats, support for multiple languages and can be
|
||||
integrated with code management tools.
|
||||
|
||||
****************************************
|
||||
Key Concepts (builder mode)
|
||||
****************************************
|
||||
|
||||
.. include:: key_concepts.rst
|
||||
|
||||
****************************************
|
||||
Key Concepts (algebra mode)
|
||||
****************************************
|
||||
|
||||
.. include:: key_concepts_algebra.rst
|
||||
|
||||
************************
|
||||
Advantages Over CadQuery
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
###########################
|
||||
Key Concepts (builder mode)
|
||||
###########################
|
||||
|
||||
There are two primary APIs provided by build123d: builder and algebra. The builder
|
||||
api may be easier for new users as it provides some assistance and shortcuts; however,
|
||||
if you know what a Quaternion is you might prefer the algebra API which allows
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
###########################
|
||||
Key Concepts (algebra mode)
|
||||
###########################
|
||||
|
||||
Build123d's algebra mode works on objects of the classes ``Shape``, ``Part``, ``Sketch`` and ``Curve`` and is based on two concepts:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue