Skip to content

Commit 7e77701

Browse files
committed
Merge branch 'nikolay-bushkov-docs/refactor_docstrings' into dev
2 parents c1aa878 + af941ca commit 7e77701

26 files changed

Lines changed: 882 additions & 1792 deletions

docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
'sphinx.ext.mathjax',
4444
'sphinx.ext.viewcode',
4545
'sphinx.ext.githubpages',
46+
'sphinx.ext.napoleon',
47+
'sphinx.ext.todo',
4648
'nbsphinx'
4749
]
4850

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
modAL.acquisition
2+
=================
3+
4+
.. automodule:: modAL.acquisition
5+
:members:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
modAL.batch
2+
===========
3+
4+
.. automodule:: modAL.batch
5+
:members:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
modAL.density
2+
=============
3+
4+
.. automodule:: modAL.density
5+
:members:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
modAL.disagreement
2+
==================
3+
4+
.. automodule:: modAL.disagreement
5+
:members:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
modAL.models
2+
============
3+
4+
.. automodule:: modAL.models
5+
:members:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
modAL.uncertainty
2+
=================
3+
4+
.. automodule:: modAL.uncertainty
5+
:members:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
modAL.utils
2+
===========
3+
4+
.. automodule:: modAL.utils
5+
:members:

docs/source/content/examples/Active-regression.rst

Lines changed: 0 additions & 74 deletions
This file was deleted.

docs/source/content/examples/Bayesian-optimization.rst

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)