Skip to content

Commit c5b2030

Browse files
committed
Use lowercase pyobjcryst equal to Python import name.
1 parent 1ce7e58 commit c5b2030

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+66
-66
lines changed

doc/manual/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,17 @@ qthelp:
7777
@echo
7878
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
7979
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
80-
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/PyObjCryst.qhcp"
80+
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/pyobjcryst.qhcp"
8181
@echo "To view the help file:"
82-
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/PyObjCryst.qhc"
82+
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/pyobjcryst.qhc"
8383

8484
devhelp:
8585
$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
8686
@echo
8787
@echo "Build finished."
8888
@echo "To view the help file:"
89-
@echo "# mkdir -p $$HOME/.local/share/devhelp/PyObjCryst"
90-
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/PyObjCryst"
89+
@echo "# mkdir -p $$HOME/.local/share/devhelp/pyobjcryst"
90+
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/pyobjcryst"
9191
@echo "# devhelp"
9292

9393
epub:

doc/manual/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
master_doc = 'index'
3535

3636
# General information about the project.
37-
project = u'PyObjCryst'
37+
project = u'pyobjcryst'
3838
copyright = u'%Y, Brookhaven National Laboratory'
3939

4040
# The version info for the project you're documenting, acts as replacement for
@@ -168,7 +168,7 @@
168168
#html_file_suffix = None
169169

170170
# Output file base name for HTML help builder.
171-
htmlhelp_basename = 'PyObjCrystdoc'
171+
htmlhelp_basename = 'pyobjcrystdoc'
172172

173173

174174
# -- Options for LaTeX output --------------------------------------------------

extensions/asymmetricunit_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/atom_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/crystal_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/general_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/globalscatteringpower_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/helpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/io_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/molatom_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/molbond_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/molbondangle_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/moldihedralangle_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/molecule_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/objregistry_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/polyhedron_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/pyobjcryst.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/quaternion_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/refinableobj_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/refinableobjclock_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/refinablepar_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/refobjopt_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/refpartype_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/registerconverters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/restraint_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/rigidgroup_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/scatterer_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/scatteringcomponent_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/scatteringcomponentlist_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/scatteringpower_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/scatteringpoweratom_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/scatteringpowersphere_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/spacegroup_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/stretchmode_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/unitcell_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/zatom_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/zpolyhedron_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

extensions/zscatterer_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
*
3-
* PyObjCryst by DANSE Diffraction group
3+
* pyobjcryst by DANSE Diffraction group
44
* Simon J. L. Billinge
55
* (c) 2009 The Trustees of Columbia University
66
* in the City of New York. All rights reserved.

pyobjcryst/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# PyObjCryst by DANSE Diffraction group
4+
# pyobjcryst by DANSE Diffraction group
55
# Simon J. L. Billinge
66
# (c) 2009 The Trustees of Columbia University
77
# in the City of New York. All rights reserved.

pyobjcryst/atom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# PyObjCryst by DANSE Diffraction group
4+
# pyobjcryst by DANSE Diffraction group
55
# Simon J. L. Billinge
66
# (c) 2009 The Trustees of Columbia University
77
# in the City of New York. All rights reserved.

pyobjcryst/crystal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# PyObjCryst by DANSE Diffraction group
4+
# pyobjcryst by DANSE Diffraction group
55
# Simon J. L. Billinge
66
# (c) 2009 The Trustees of Columbia University
77
# in the City of New York. All rights reserved.

pyobjcryst/general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# PyObjCryst by DANSE Diffraction group
4+
# pyobjcryst by DANSE Diffraction group
55
# Simon J. L. Billinge
66
# (c) 2009 The Trustees of Columbia University
77
# in the City of New York. All rights reserved.

pyobjcryst/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# PyObjCryst by DANSE Diffraction group
4+
# pyobjcryst by DANSE Diffraction group
55
# Simon J. L. Billinge
66
# (c) 2009 The Trustees of Columbia University
77
# in the City of New York. All rights reserved.

pyobjcryst/molecule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# PyObjCryst by DANSE Diffraction group
4+
# pyobjcryst by DANSE Diffraction group
55
# Simon J. L. Billinge
66
# (c) 2009 The Trustees of Columbia University
77
# in the City of New York. All rights reserved.

pyobjcryst/polyhedron.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# PyObjCryst by DANSE Diffraction group
4+
# pyobjcryst by DANSE Diffraction group
55
# Simon J. L. Billinge
66
# (c) 2009 The Trustees of Columbia University
77
# in the City of New York. All rights reserved.

pyobjcryst/refinableobj.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# PyObjCryst by DANSE Diffraction group
4+
# pyobjcryst by DANSE Diffraction group
55
# Simon J. L. Billinge
66
# (c) 2009 The Trustees of Columbia University
77
# in the City of New York. All rights reserved.

0 commit comments

Comments
 (0)