Skip to content

Commit

Permalink
Merge pull request #1084 from vasole/doc
Browse files Browse the repository at this point in the history
[doc] Get rid of Sphinx warnings.
  • Loading branch information
vasole authored Aug 9, 2024
2 parents caccc91 + 22fbec0 commit 9d19f38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions PyMca5/PyMcaPlugins/AdvancedAlignmentScanPlugin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#/*##########################################################################
# Copyright (C) 2004-2023 European Synchrotron Radiation Facility
# Copyright (C) 2004-2024 European Synchrotron Radiation Facility
#
# This file is part of the PyMca X-ray Fluorescence Toolkit developed at
# the ESRF.
Expand Down Expand Up @@ -60,8 +60,8 @@
units of the plot windows x-axis.
While columns one and two can not be edited, shift values
can be entered by hand. Another way of setting the shift values is to load them from a existing
*.shift file using the Load button.
can be entered by hand. Another way of setting the shift values is to load them from a
existing .shift file using the Load button.
Once the shift values are set, they can either be directly applied to the data present in the
plot window, using the *Apply* button, or the data can be stored in memory. The latter options allow
Expand Down
2 changes: 1 addition & 1 deletion doc/source/customization/plugins/plugins1d.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Overview
.. autoclass:: Plugin1DBase
:members:

.. autoattribute:: MENU_TEXT
.. autodata:: MENU_TEXT

.. autofunction:: getPlugin1DInstance

Expand Down
2 changes: 1 addition & 1 deletion doc/source/customization/plugins/stackplugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Stack plugin API
.. autoclass:: StackPluginBase
:members:

.. autoattribute:: MENU_TEXT
.. autodata:: MENU_TEXT

.. autofunction:: getStackPluginInstance

Expand Down

0 comments on commit 9d19f38

Please sign in to comment.