Skip to content

Commit 5812033

Browse files
committed
docs: update readme, delete project.scripts
1 parent 3896eda commit 5812033

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ displayed in a jupyter notebook:
101101

102102
* a Crystal structure can be displayed in 3D: this requires the
103103
``py3dmol`` and ``ipywidgets`` modules. See the notebook
104-
``examples/cystal_3d_widget.ipynb``
104+
``docs/examples/cystal_3d_widget.ipynb``
105105
* a PowderPattern can be displayed (and live-updated) if
106106
``matplotlib`` and ``ipympl`` are installed. See the
107-
notebook ``examples/cimetidine-structure-solution-powder.ipynb``
107+
notebook ``docs/examples/structure-solution-powder-cimetidine.ipynb``
108108

109109
Getting Started
110110
---------------
@@ -143,13 +143,15 @@ module with debug information and C-assertions checks ::
143143

144144
Improvements and fixes are always appreciated.
145145

146-
Before contributing, please read our `Code of Conduct <https://github.com/diffpy/pyobjcryst/blob/main/CODE_OF_CONDUCT.rst>`_.
146+
Before contributing, please read our `Code of Conduct <https://github.com/diffpy/pyobjcryst/blob/main/CODE-OF-CONDUCT.rst>`_.
147147

148148
Contact
149149
-------
150150

151151
For more information on pyobjcryst please visit the project `web-page <https://diffpy.github.io/>`_ or email Simon Billinge at [email protected].
152152

153+
You can also contact Vincent Favre-Nicolin ([email protected]) if you are using pyobjcryst outside diffpy, e.g. to display structures in a notebook, refine powder patterns or solve structures using the global optimisation algorithms, etc..
154+
153155
Acknowledgements
154156
----------------
155157

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ include = ["*"] # package names should match these glob patterns (["*"] by defa
5757
exclude = [] # exclude packages matching these glob patterns (empty by default)
5858
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
5959

60-
[project.scripts]
61-
pyobjcryst = "pyobjcryst.pyobjcryst_app:main"
62-
6360
[tool.setuptools.dynamic]
6461
dependencies = {file = ["requirements/pip.txt"]}
6562

0 commit comments

Comments
 (0)