move geometry to geometry2d and add new geometry module (3d)
This commit is contained in:
@@ -25,7 +25,7 @@ copyright = '2019, Daniel Weschke'
|
||||
author = 'Daniel Weschke'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '2019.5.19'
|
||||
release = '2019.12.21'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
data module
|
||||
===========
|
||||
|
||||
.. automodule:: data
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -1,7 +0,0 @@
|
||||
date module
|
||||
===========
|
||||
|
||||
.. automodule:: date
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -1,7 +0,0 @@
|
||||
function module
|
||||
===============
|
||||
|
||||
.. automodule:: function
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -1,7 +0,0 @@
|
||||
geometry module
|
||||
===============
|
||||
|
||||
.. automodule:: geometry
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -10,6 +10,8 @@ Welcome to pylib's documentation!
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
modules
|
||||
|
||||
|
||||
|
||||
Indices and tables
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
mathematics module
|
||||
==================
|
||||
|
||||
.. automodule:: mathematics
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -1,46 +0,0 @@
|
||||
numerical package
|
||||
=================
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
numerical.fit module
|
||||
--------------------
|
||||
|
||||
.. automodule:: numerical.fit
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
numerical.integration module
|
||||
----------------------------
|
||||
|
||||
.. automodule:: numerical.integration
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
numerical.ode module
|
||||
--------------------
|
||||
|
||||
.. automodule:: numerical.ode
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
numerical.ode\_model module
|
||||
---------------------------
|
||||
|
||||
.. automodule:: numerical.ode_model
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: numerical
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
7
docs/source/pylib.data.rst
Normal file
7
docs/source/pylib.data.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
pylib.data module
|
||||
=================
|
||||
|
||||
.. automodule:: pylib.data
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
7
docs/source/pylib.date.rst
Normal file
7
docs/source/pylib.date.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
pylib.date module
|
||||
=================
|
||||
|
||||
.. automodule:: pylib.date
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
7
docs/source/pylib.drawblock.rst
Normal file
7
docs/source/pylib.drawblock.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
pylib.drawblock module
|
||||
======================
|
||||
|
||||
.. automodule:: pylib.drawblock
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -1,7 +1,7 @@
|
||||
geometry\_plot module
|
||||
pylib.function module
|
||||
=====================
|
||||
|
||||
.. automodule:: geometry_plot
|
||||
.. automodule:: pylib.function
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
7
docs/source/pylib.geometry.rst
Normal file
7
docs/source/pylib.geometry.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
pylib.geometry module
|
||||
=====================
|
||||
|
||||
.. automodule:: pylib.geometry
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
7
docs/source/pylib.geometry2d.rst
Normal file
7
docs/source/pylib.geometry2d.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
pylib.geometry2d module
|
||||
=======================
|
||||
|
||||
.. automodule:: pylib.geometry2d
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
7
docs/source/pylib.geometry2d_plot.rst
Normal file
7
docs/source/pylib.geometry2d_plot.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
pylib.geometry2d\_plot module
|
||||
=============================
|
||||
|
||||
.. automodule:: pylib.geometry2d_plot
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
7
docs/source/pylib.mathematics.rst
Normal file
7
docs/source/pylib.mathematics.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
pylib.mathematics module
|
||||
========================
|
||||
|
||||
.. automodule:: pylib.mathematics
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
7
docs/source/pylib.numerical.fit.rst
Normal file
7
docs/source/pylib.numerical.fit.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
pylib.numerical.fit module
|
||||
==========================
|
||||
|
||||
.. automodule:: pylib.numerical.fit
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
7
docs/source/pylib.numerical.integration.rst
Normal file
7
docs/source/pylib.numerical.integration.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
pylib.numerical.integration module
|
||||
==================================
|
||||
|
||||
.. automodule:: pylib.numerical.integration
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
7
docs/source/pylib.numerical.ode.rst
Normal file
7
docs/source/pylib.numerical.ode.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
pylib.numerical.ode module
|
||||
==========================
|
||||
|
||||
.. automodule:: pylib.numerical.ode
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
7
docs/source/pylib.numerical.ode_model.rst
Normal file
7
docs/source/pylib.numerical.ode_model.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
pylib.numerical.ode\_model module
|
||||
=================================
|
||||
|
||||
.. automodule:: pylib.numerical.ode_model
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -1,46 +1,17 @@
|
||||
pylib.numerical package
|
||||
=======================
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
pylib.numerical.fit module
|
||||
--------------------------
|
||||
|
||||
.. automodule:: pylib.numerical.fit
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pylib.numerical.integration module
|
||||
----------------------------------
|
||||
|
||||
.. automodule:: pylib.numerical.integration
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pylib.numerical.ode module
|
||||
--------------------------
|
||||
|
||||
.. automodule:: pylib.numerical.ode
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pylib.numerical.ode\_model module
|
||||
---------------------------------
|
||||
|
||||
.. automodule:: pylib.numerical.ode_model
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: pylib.numerical
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
.. toctree::
|
||||
|
||||
pylib.numerical.fit
|
||||
pylib.numerical.integration
|
||||
pylib.numerical.ode
|
||||
pylib.numerical.ode_model
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
pylib package
|
||||
=============
|
||||
|
||||
.. automodule:: pylib
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Subpackages
|
||||
-----------
|
||||
|
||||
@@ -11,75 +16,14 @@ Subpackages
|
||||
Submodules
|
||||
----------
|
||||
|
||||
pylib.data module
|
||||
-----------------
|
||||
.. toctree::
|
||||
|
||||
.. automodule:: pylib.data
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pylib.date module
|
||||
-----------------
|
||||
|
||||
.. automodule:: pylib.date
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pylib.drawblock module
|
||||
----------------------
|
||||
|
||||
.. automodule:: pylib.drawblock
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pylib.function module
|
||||
---------------------
|
||||
|
||||
.. automodule:: pylib.function
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pylib.geometry module
|
||||
---------------------
|
||||
|
||||
.. automodule:: pylib.geometry
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pylib.geometry\_plot module
|
||||
---------------------------
|
||||
|
||||
.. automodule:: pylib.geometry_plot
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pylib.mathematics module
|
||||
------------------------
|
||||
|
||||
.. automodule:: pylib.mathematics
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pylib.time\_of\_day module
|
||||
--------------------------
|
||||
|
||||
.. automodule:: pylib.time_of_day
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: pylib
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
pylib.data
|
||||
pylib.date
|
||||
pylib.drawblock
|
||||
pylib.function
|
||||
pylib.geometry
|
||||
pylib.geometry2d
|
||||
pylib.geometry2d_plot
|
||||
pylib.mathematics
|
||||
pylib.time_of_day
|
||||
|
||||
7
docs/source/pylib.time_of_day.rst
Normal file
7
docs/source/pylib.time_of_day.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
pylib.time\_of\_day module
|
||||
==========================
|
||||
|
||||
.. automodule:: pylib.time_of_day
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -1,7 +0,0 @@
|
||||
time\_of\_day module
|
||||
====================
|
||||
|
||||
.. automodule:: time_of_day
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user