Skip to content

Commit

Permalink
fixes (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil A. Kaczmarek authored May 20, 2020
1 parent 9a9b9ea commit 94530af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ And the best thing is you can extend it yourself or... tell us to do it for you
:maxdepth: 1
:caption: User Guide

api.chart <user_guide/api/chart>
api.utils <user_guide/api/utils>
hpo.utils <user_guide/hpo/utils>
bots.telegram_bot <user_guide/bots/telegram_bot>
logging.chart <user_guide/logging/chart>
monitoring.lightgbm <user_guide/monitoring/lightgbm>
monitoring.xgboost <user_guide/monitoring/xgboost>
monitoring.fastai <user_guide/monitoring/fastai>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Chart
=====

.. automodule:: neptunecontrib.logging.chart
.. automodule:: neptunecontrib.api.chart
:members:
:show-inheritance:
4 changes: 3 additions & 1 deletion neptunecontrib/api/chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,10 @@ def log_chart(name, chart, experiment=None):
log_chart('bokeh_figure', p)
Note:
Check out how the logged charts look in Neptune:
https://ui.neptune.ai/o/shared/org/showroom/e/SHOW-973/artifacts?path=charts%2F&file=bokeh_figure.html
`example experiment
<https://ui.neptune.ai/o/shared/org/showroom/e/SHOW-973/artifacts?path=charts%2F&file=bokeh_figure.html>`_
"""
_exp = experiment if experiment else neptune

Expand Down

0 comments on commit 94530af

Please sign in to comment.