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

Diff for: doc/manual/Makefile

+4-4
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:

Diff for: doc/manual/source/conf.py

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

Diff for: extensions/asymmetricunit_ext.cpp

+1-1
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.

Diff for: extensions/atom_ext.cpp

+1-1
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.

Diff for: extensions/crystal_ext.cpp

+1-1
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.

Diff for: extensions/general_ext.cpp

+1-1
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.

Diff for: extensions/globalscatteringpower_ext.cpp

+1-1
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.

Diff for: extensions/helpers.cpp

+1-1
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.

Diff for: extensions/io_ext.cpp

+1-1
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.

Diff for: extensions/molatom_ext.cpp

+1-1
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.

Diff for: extensions/molbond_ext.cpp

+1-1
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.

Diff for: extensions/molbondangle_ext.cpp

+1-1
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.

Diff for: extensions/moldihedralangle_ext.cpp

+1-1
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.

Diff for: extensions/molecule_ext.cpp

+1-1
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.

Diff for: extensions/objregistry_ext.cpp

+1-1
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.

Diff for: extensions/polyhedron_ext.cpp

+1-1
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.

Diff for: extensions/pyobjcryst.cpp

+1-1
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.

Diff for: extensions/quaternion_ext.cpp

+1-1
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.

Diff for: extensions/refinableobj_ext.cpp

+1-1
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.

Diff for: extensions/refinableobjclock_ext.cpp

+1-1
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.

Diff for: extensions/refinablepar_ext.cpp

+1-1
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.

Diff for: extensions/refobjopt_ext.cpp

+1-1
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.

Diff for: extensions/refpartype_ext.cpp

+1-1
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.

Diff for: extensions/registerconverters.cpp

+1-1
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.

Diff for: extensions/restraint_ext.cpp

+1-1
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.

Diff for: extensions/rigidgroup_ext.cpp

+1-1
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.

Diff for: extensions/scatterer_ext.cpp

+1-1
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.

Diff for: extensions/scatteringcomponent_ext.cpp

+1-1
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.

Diff for: extensions/scatteringcomponentlist_ext.cpp

+1-1
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.

Diff for: extensions/scatteringpower_ext.cpp

+1-1
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.

Diff for: extensions/scatteringpoweratom_ext.cpp

+1-1
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.

Diff for: extensions/scatteringpowersphere_ext.cpp

+1-1
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.

Diff for: extensions/spacegroup_ext.cpp

+1-1
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.

Diff for: extensions/stretchmode_ext.cpp

+1-1
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.

Diff for: extensions/unitcell_ext.cpp

+1-1
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.

Diff for: extensions/zatom_ext.cpp

+1-1
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.

Diff for: extensions/zpolyhedron_ext.cpp

+1-1
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.

Diff for: extensions/zscatterer_ext.cpp

+1-1
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.

Diff for: pyobjcryst/__init__.py

+1-1
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.

Diff for: pyobjcryst/atom.py

+1-1
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.

Diff for: pyobjcryst/crystal.py

+1-1
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.

Diff for: pyobjcryst/general.py

+1-1
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.

Diff for: pyobjcryst/io.py

+1-1
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.

Diff for: pyobjcryst/molecule.py

+1-1
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.

Diff for: pyobjcryst/polyhedron.py

+1-1
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.

Diff for: pyobjcryst/refinableobj.py

+1-1
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)