Skip to content

Commit 43c7778

Browse files
aasensiotwiecki
authored andcommitted
Plots of continuous distributions (#2463)
* Some changes to docs * Added plots of continuous dist * More compact plotting for docs
1 parent 6f95e04 commit 43c7778

File tree

2 files changed

+331
-3
lines changed

2 files changed

+331
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3232
# ones.
3333
extensions = [
34+
'matplotlib.sphinxext.only_directives',
35+
'matplotlib.sphinxext.plot_directive',
3436
'sphinx.ext.autodoc',
3537
'sphinx.ext.autosummary',
3638
'sphinx.ext.doctest',

0 commit comments

Comments
 (0)