Skip to content

Commit

Permalink
fix docs and shortcut button for export_plot > export change in 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Mar 28, 2024
1 parent 73f12dd commit 368debd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/api_plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Plugins API
.. automodapi:: lcviz.plugins.ephemeris.ephemeris
:no-inheritance-diagram:

.. automodapi:: lcviz.plugins.export_plot.export_plot
.. automodapi:: lcviz.plugins.export.export
:no-inheritance-diagram:

.. automodapi:: lcviz.plugins.flatten.flatten
Expand Down
2 changes: 1 addition & 1 deletion lcviz/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# point to the lcviz-version of plot options instead of jdaviz's
SidebarShortcutPlotOptions.plugin_name = 'lcviz-plot-options'
SidebarShortcutExportPlot.plugin_name = 'lcviz-export-plot'
SidebarShortcutExportPlot.plugin_name = 'lcviz-export'


__all__ = ['ViewerClone']
Expand Down

0 comments on commit 368debd

Please sign in to comment.