Skip to content

Commit

Permalink
add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Feb 27, 2024
1 parent 8487e28 commit ba1c2c3
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/api/backend/bokeh.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
=============
Boheh backend
=============

.. automodule:: arviz_plots.backend.bokeh

.. include:: interface.template.rst
31 changes: 31 additions & 0 deletions docs/source/api/backend/interface.template.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Object creation and I/O
.......................

.. autosummary::
:toctree: generated/

create_plotting_grid
show

Geoms
.....

.. autosummary::
:toctree: generated/

line
scatter
text

Plot appeareance
................

.. autosummary::
:toctree: generated/

title
ylabel
xlabel
ticks_size
remove_ticks
remove_axis
7 changes: 7 additions & 0 deletions docs/source/api/backend/matplotlib.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
==================
Matplotlib backend
==================

.. automodule:: arviz_plots.backend.matplotlib

.. include:: interface.template.rst

0 comments on commit ba1c2c3

Please sign in to comment.