add issequence function to data and plot functions and examples for geometry
This commit is contained in:
@@ -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__'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user