add issequence function to data and plot functions and examples for geometry

This commit is contained in:
2019-12-26 10:56:33 +01:00
parent 3be9e2f20f
commit 4b42d7b508
49 changed files with 2845 additions and 628 deletions

View File

@@ -7,7 +7,7 @@ table.indextable tr.cap {
}
/* move doc link a bit up */
.viewcode-back {
float: right;
position: relative;
top: -1.5em;
float: right;
position: relative;
top: -1.5em;
}

View File

@@ -82,4 +82,10 @@ html_theme_options = {
'xref_border': 'transparent',
'seealso_bg': '#25272c',
'seealso_border': '#2C2C2C',
'note_bg': '#25272c',
'note_border': '#2C2C2C',
}
autodoc_default_options = {
'special-members': '__iter__, __contains__, __getitem__, __setitem__, __pos__, __neg__, __add__, __iadd__, __sub__, __isub__, __mul__, __rmul__, __imul__, __matmul__, __imatmul__, __abs__, __lt__, __le__, __gt__, __ge__, __eq__, __ne__, __str__, __repr__'
}

View File

@@ -0,0 +1,7 @@
pylib.geometry\_plot module
===========================
.. automodule:: pylib.geometry_plot
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
pylib.geometry\_plot\_pylab module
==================================
.. automodule:: pylib.geometry_plot_pylab
:members:
:undoc-members:
:show-inheritance:

View File

@@ -25,5 +25,7 @@ Submodules
pylib.geometry
pylib.geometry2d
pylib.geometry2d_plot
pylib.geometry_plot
pylib.geometry_plot_pylab
pylib.mathematics
pylib.time_of_day