Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] Get rid of Sphinx warnings. #1084

Merged
merged 1 commit into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading