mirror of
https://github.com/Doctorado-ML/bayesclass.git
synced 2025-08-15 23:55:57 +00:00
Initial commit
This commit is contained in:
17
doc/_templates/class.rst
vendored
Normal file
17
doc/_templates/class.rst
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
:mod:`{{module}}`.{{objname}}
|
||||
{{ underline }}==============
|
||||
|
||||
.. currentmodule:: {{ module }}
|
||||
|
||||
.. autoclass:: {{ objname }}
|
||||
:members:
|
||||
|
||||
{% block methods %}
|
||||
.. automethod:: __init__
|
||||
{% endblock %}
|
||||
|
||||
.. include:: {{module}}.{{objname}}.examples
|
||||
|
||||
.. raw:: html
|
||||
|
||||
<div style='clear:both'></div>
|
12
doc/_templates/function.rst
vendored
Normal file
12
doc/_templates/function.rst
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
:mod:`{{module}}`.{{objname}}
|
||||
{{ underline }}====================
|
||||
|
||||
.. currentmodule:: {{ module }}
|
||||
|
||||
.. autofunction:: {{ objname }}
|
||||
|
||||
.. include:: {{module}}.{{objname}}.examples
|
||||
|
||||
.. raw:: html
|
||||
|
||||
<div style='clear:both'></div>
|
16
doc/_templates/numpydoc_docstring.py
vendored
Normal file
16
doc/_templates/numpydoc_docstring.py
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{{index}}
|
||||
{{summary}}
|
||||
{{extended_summary}}
|
||||
{{parameters}}
|
||||
{{returns}}
|
||||
{{yields}}
|
||||
{{other_parameters}}
|
||||
{{attributes}}
|
||||
{{raises}}
|
||||
{{warns}}
|
||||
{{warnings}}
|
||||
{{see_also}}
|
||||
{{notes}}
|
||||
{{references}}
|
||||
{{examples}}
|
||||
{{methods}}
|
Reference in New Issue
Block a user