Skip to content

Commit 2e22303

Browse files
authored
Merge pull request #71 from zmx27/modify-docs
docs: remove skpkg template files and mention of Brookhaven lab in index.rst
2 parents 8f6a5da + 5812033 commit 2e22303

File tree

6 files changed

+7
-37
lines changed

6 files changed

+7
-37
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

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def setup(app):
343343
"pyobjcryst Documentation",
344344
ab_authors,
345345
"pyobjcryst",
346-
"One line description of project.",
346+
"Python bindings to the ObjCryst++ library.",
347347
"Miscellaneous",
348348
),
349349
]
-183 KB
Binary file not shown.

docs/source/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ Authors
1515

1616
`pyobjcryst` was written as part of the DANSE_ open-source project by
1717
Christopher Farrow, Pavol Juhás, and Simon J.L. Billinge.
18-
The sources are maintained as a part of the DiffPy-CMI complex
19-
modeling initiative at the Brookhaven National Laboratory.
18+
The sources are maintained as a part of the `diffpy` project.
2019
The underlying library `ObjCryst++ <https://github.com/vincefn/objcryst>`_
2120
was developed by V. Favre-Nicolin as part of the development of the
2221
`Fox <http://fox.vincefn.net>`_ software.

docs/source/snippets/example-table.rst

Lines changed: 0 additions & 28 deletions
This file was deleted.

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.app:main"
62-
6360
[tool.setuptools.dynamic]
6461
dependencies = {file = ["requirements/pip.txt"]}
6562

0 commit comments

Comments
 (0)