Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
skpkg: change copyright years and delete more example templates
  • Loading branch information
zmx27 committed Jun 12, 2025
commit b397292f2dddad17fa192a8306e919c2ebfdd902
2 changes: 1 addition & 1 deletion LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2025, The Trustees of Columbia University in the City of New York.
Copyright (c) 2024-2025, The Trustees of Columbia University in the City of New York.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,11 @@ The output should print the latest version displayed on the badges above.

If the above does not work, you can use ``pip`` to download and install the latest release from
`Python Package Index <https://pypi.python.org>`_.
To install using ``pip`` into your ``diffpy.morph_env`` environment, type ::
To install using ``pip`` into your ``diffpy.morph_env`` environment, we will also have to install dependencies ::

pip install -r https://raw.githubusercontent.com/diffpy/diffpy.morph/main/requirements/pip.txt

and then install the package ::

pip install diffpy.morph

Expand Down
79 changes: 0 additions & 79 deletions doc/source/getting-started.rst

This file was deleted.

Binary file removed doc/source/img/scikit-package-logo-text.png
Binary file not shown.
6 changes: 2 additions & 4 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#######
|title|
diffpy.morph documentation
#######

.. |title| replace:: diffpy.morph documentation

``diffpy.morph`` - Python package for manipulating and comparing PDF profiles
``diffpy.morph`` - Tools for manipulating and comparing PDF profiles

| Software version |release|
| Last updated |today|.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ OPEN SOURCE LICENSE AGREEMENT
=============================
BSD 3-Clause License

Copyright (c) 2025, The Trustees of Columbia University in the City of New York.
Copyright (c) 2024-2025, The Trustees of Columbia University in the City of New York.
All Rights Reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
Loading