-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix docs (Duc assigned) #1614
base: master
Are you sure you want to change the base?
Fix docs (Duc assigned) #1614
Conversation
Generating data | ||
=============== | ||
Generating the data | ||
=================== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is to avoid a warning that there as a duplicate section title Generating data
below.
documentation/user_docs/docs/manual/Correcting_for_sample_misalignment.rst
Show resolved
Hide resolved
- :ref:`IX_dataset_3d <manual/Changing_object_type:IX_dataset_3d>` | ||
.. - :ref:`IX_dataset_1d <manual/Changing_object_type:IX_dataset_1d>` | ||
.. - :ref:`IX_dataset_2d <manual/Changing_object_type:IX_dataset_2d>` | ||
.. - :ref:`IX_dataset_3d <manual/Changing_object_type:IX_dataset_3d>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cmarooney-stfc Duly removed...
documentation/user_docs/docs/manual/Correcting_for_sample_misalignment.rst
Show resolved
Hide resolved
documentation/user_docs/docs/user_guide/Interfacing_with_other_programs.rst
Outdated
Show resolved
Hide resolved
documentation/user_docs/docs/user_guide/Interfacing_with_other_programs.rst
Outdated
Show resolved
Hide resolved
documentation/user_docs/docs/user_guide/Interfacing_with_other_programs.rst
Outdated
Show resolved
Hide resolved
documentation/user_docs/docs/user_guide/Interfacing_with_other_programs.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Jacob Wilkins <[email protected]>
@@ -263,9 +259,9 @@ to add them together. In this case, you may decrease time of your ``plus`` opera | |||
w_bg = sqw_eval(my_cut,@my_background,background_parameters); | |||
w_sum = binary_op_manager(w_fg,w_bg,@plus,true); | |||
|
|||
Last parameter of ``binary_op_manager`` set to ``true`` disables sorting pixels in bins while performing binary operations. | |||
If the last parameter of ``binary_op_manager`` is set to ``true`` it disables sorting pixels in bins while performing binary operations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A cross-reference to the sorting operation applied would be useful
This PR fixes the docs I was assigned:
Edit: In addition I've cleaned up the links between sections and some formatting errors and also removed the old example scripts in the
manual/
folder which was not linked to anywhere else (and has been superseded by theexample_scripts
folder.