add toolinserts and pill primitive
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
.. solidLib documentation master file, created by
|
||||
sphinx-quickstart on Tue Feb 9 15:42:23 2021.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Welcome to solidLib's documentation!
|
||||
====================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
:caption: Contents:
|
||||
|
||||
solidLib
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
+37
@@ -0,0 +1,37 @@
|
||||
solidLib package
|
||||
================
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
solidLib.assortment module
|
||||
--------------------------
|
||||
|
||||
.. automodule:: solidLib.assortment
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
solidLib.globals module
|
||||
-----------------------
|
||||
|
||||
.. automodule:: solidLib.globals
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
solidLib.primitives module
|
||||
--------------------------
|
||||
|
||||
.. automodule:: solidLib.primitives
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: solidLib
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user