From 94530afefdd824103c5cad77a7ad15d4ce4cba02 Mon Sep 17 00:00:00 2001 From: "Kamil A. Kaczmarek" Date: Wed, 20 May 2020 15:52:47 +0200 Subject: [PATCH] fixes (#90) --- docs/index.rst | 2 +- docs/user_guide/{logging => api}/chart.rst | 2 +- neptunecontrib/api/chart.py | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) rename docs/user_guide/{logging => api}/chart.rst (52%) diff --git a/docs/index.rst b/docs/index.rst index dc812d6..540ff78 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 api.utils hpo.utils bots.telegram_bot - logging.chart monitoring.lightgbm monitoring.xgboost monitoring.fastai diff --git a/docs/user_guide/logging/chart.rst b/docs/user_guide/api/chart.rst similarity index 52% rename from docs/user_guide/logging/chart.rst rename to docs/user_guide/api/chart.rst index 36cda99..0f420eb 100644 --- a/docs/user_guide/logging/chart.rst +++ b/docs/user_guide/api/chart.rst @@ -1,6 +1,6 @@ Chart ===== -.. automodule:: neptunecontrib.logging.chart +.. automodule:: neptunecontrib.api.chart :members: :show-inheritance: diff --git a/neptunecontrib/api/chart.py b/neptunecontrib/api/chart.py index 953e4ba..949abaa 100644 --- a/neptunecontrib/api/chart.py +++ b/neptunecontrib/api/chart.py @@ -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 + `_ """ _exp = experiment if experiment else neptune