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

Deprecate Diffraction_object, rename to DiffractionObject #165

Closed
wants to merge 12 commits into from
9 changes: 9 additions & 0 deletions doc/source/api/diffpy.utils.scattering_objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,12 @@ diffpy.utils.scattering_objects.diffraction_objects module
:members:
:undoc-members:
:show-inheritance:


diffpy.utils.scattering_objects.diffraction_object module
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

API module created for DiffractionObject

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: diffpy.utils.scattering_objects.diffraction_object
:members:
:undoc-members:
:show-inheritance:
23 changes: 23 additions & 0 deletions news/deprecate.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* <news item>

**Deprecated:**

* Diffraction_object class, renamed to DiffractionObject

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>
Loading