Skip to content

Commit 9776bb5

Browse files
Merge pull request prody#1942 from jamesmkrieger/change_website
update website throughout prody
2 parents 3a86c38 + efab539 commit 9776bb5

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is a first draft, which is based on the ProDy website page http://prody.csb.pitt.edu/manual/devel/develop.html. Please see that page for updates.
1+
This is a first draft, which is based on the ProDy website page http://www.bahargroup.org/prody/manual/devel/develop.html. Please see that page for updates.
22

33

44
Install Git and a GUI

PKG-INFO

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@ Description: .. image:: https://secure.travis-ci.org/prody/ProDy.png?branch=mast
3232
You can run ProDy on all major platforms. For download and installation
3333
instructions see:
3434

35-
* http://prody.csb.pitt.edu/downloads
35+
* http://www.bahargroup.org/prody/downloads
3636

3737

3838
DOCUMENTATION
3939
-------------
4040

41-
* Homepage: http://prody.csb.pitt.edu/
41+
* Homepage: http://www.bahargroup.org/prody/
4242

43-
* Tutorials: http://prody.csb.pitt.edu/tutorials
43+
* Tutorials: http://www.bahargroup.org/prody/tutorials
4444

45-
* Reference: http://prody.csb.pitt.edu/manual
45+
* Reference: http://www.bahargroup.org/prody/manual
4646

47-
* Applications: http://prody.csb.pitt.edu/manual/apps
47+
* Applications: http://www.bahargroup.org/prody/manual/apps
4848

49-
* NMWiz GUI: http://prody.csb.pitt.edu/nmwiz
49+
* NMWiz GUI: http://www.bahargroup.org/prody/nmwiz
5050

51-
* Changes: http://prody.csb.pitt.edu/manual/release
51+
* Changes: http://www.bahargroup.org/prody/manual/release
5252

5353

5454
SOURCE CODE

docs/apps/prody/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ the output files are prefixed with :file:`p38_anm`::
4040

4141
The output file :file:`p38_anm.nmd` can be visualized using `NMWiz`_.
4242

43-
.. _NMWiz: http://prody.csb.pitt.edu/nmwiz/
43+
.. _NMWiz: http://www.bahargroup.org/prody/nmwiz/

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@
158158
'numpy': ('http://docs.scipy.org/doc/numpy/', None),
159159
'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None),
160160
'matplotlib': ('http://matplotlib.sourceforge.net/', None),
161-
'prodywebsite': ('http://prody.csb.pitt.edu/', None),
161+
'prodywebsite': ('http://www.bahargroup.org/prody/', None),
162162
}
163163

164164
rst_epilog = u"""
165165
166-
.. _ProDy: http://prody.csb.pitt.edu
167-
.. _Tutorials: http://prody.csb.pitt.edu/tutorials
166+
.. _ProDy: http://www.bahargroup.org/prody
167+
.. _Tutorials: http://www.bahargroup.org/prody/tutorials
168168
.. _NMWiz: http://csb.pitt.edu/NMWiz
169169
.. _VMD: http://www.ks.uiuc.edu/Research/vmd
170170
.. _PDB: http://www.pdb.org

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ProDy Manual
1111
.. only:: rtd and html
1212

1313
This is a partial copy of ProDy documentation. Please visit
14-
`ProDy Homepage <http://prody.csb.pitt.edu>`_ for complete
14+
`ProDy Homepage <http://www.bahargroup.org/prody>`_ for complete
1515
documentation with tutorials.
1616

1717

prody/ensemble/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def buildPDBEnsemble(atomics, ref=None, title='Unknown', labels=None, atommaps=N
411411

412412
if 'mapping_func' in kwargs:
413413
raise DeprecationWarning('mapping_func is deprecated. Please see release notes for '
414-
'more details: http://prody.csb.pitt.edu/manual/release/v1.11_series.html')
414+
'more details: http://www.bahargroup.org/prody/manual/release/v1.11_series.html')
415415
start = time.time()
416416

417417
if not isListLike(atomics):

0 commit comments

Comments
 (0)