mirror of
https://github.com/Doctorado-ML/bayesclass.git
synced 2025-08-15 23:55:57 +00:00
First functional with 100% coverage
This commit is contained in:
24
doc/api.rst
24
doc/api.rst
@@ -6,29 +6,13 @@ This is an example on how to document the API of your own project.
|
||||
|
||||
.. currentmodule:: bayesclass
|
||||
|
||||
Estimator
|
||||
=========
|
||||
|
||||
TAN
|
||||
===
|
||||
|
||||
.. autosummary::
|
||||
:toctree: generated/
|
||||
:template: class.rst
|
||||
|
||||
TemplateEstimator
|
||||
TAN
|
||||
|
||||
Transformer
|
||||
===========
|
||||
|
||||
.. autosummary::
|
||||
:toctree: generated/
|
||||
:template: class.rst
|
||||
|
||||
TemplateTransformer
|
||||
|
||||
Predictor
|
||||
=========
|
||||
|
||||
.. autosummary::
|
||||
:toctree: generated/
|
||||
:template: class.rst
|
||||
|
||||
TemplateClassifier
|
||||
|
@@ -315,7 +315,10 @@ texinfo_documents = [
|
||||
# Example configuration for intersphinx: refer to the Python standard library.
|
||||
# intersphinx configuration
|
||||
intersphinx_mapping = {
|
||||
"python": ("https://docs.python.org/{.major}".format(sys.version_info), None),
|
||||
"python": (
|
||||
"https://docs.python.org/{.major}".format(sys.version_info),
|
||||
None,
|
||||
),
|
||||
"numpy": ("https://docs.scipy.org/doc/numpy/", None),
|
||||
"scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
|
||||
"matplotlib": ("https://matplotlib.org/", None),
|
||||
@@ -332,4 +335,4 @@ sphinx_gallery_conf = {
|
||||
|
||||
def setup(app):
|
||||
# a copy button to copy snippet of code from the documentation
|
||||
app.add_javascript("js/copybutton.js")
|
||||
app.add_js_file("js/copybutton.js")
|
||||
|
Reference in New Issue
Block a user