add issequence function to data and plot functions and examples for geometry
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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__'
|
||||
}
|
||||
|
||||
7
docs/source/pylib.geometry_plot.rst
Normal file
7
docs/source/pylib.geometry_plot.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
pylib.geometry\_plot module
|
||||
===========================
|
||||
|
||||
.. automodule:: pylib.geometry_plot
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
7
docs/source/pylib.geometry_plot_pylab.rst
Normal file
7
docs/source/pylib.geometry_plot_pylab.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
pylib.geometry\_plot\_pylab module
|
||||
==================================
|
||||
|
||||
.. automodule:: pylib.geometry_plot_pylab
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user