Skip to content

Commit

Permalink
Merge pull request prody#1942 from jamesmkrieger/change_website
Browse files Browse the repository at this point in the history
update website throughout prody
  • Loading branch information
jamesmkrieger authored Aug 22, 2024
2 parents 3a86c38 + efab539 commit 9776bb5
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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.
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.


Install Git and a GUI
Expand Down
14 changes: 7 additions & 7 deletions PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@ Description: .. image:: https://secure.travis-ci.org/prody/ProDy.png?branch=mast
You can run ProDy on all major platforms. For download and installation
instructions see:

* http://prody.csb.pitt.edu/downloads
* http://www.bahargroup.org/prody/downloads


DOCUMENTATION
-------------

* Homepage: http://prody.csb.pitt.edu/
* Homepage: http://www.bahargroup.org/prody/

* Tutorials: http://prody.csb.pitt.edu/tutorials
* Tutorials: http://www.bahargroup.org/prody/tutorials

* Reference: http://prody.csb.pitt.edu/manual
* Reference: http://www.bahargroup.org/prody/manual

* Applications: http://prody.csb.pitt.edu/manual/apps
* Applications: http://www.bahargroup.org/prody/manual/apps

* NMWiz GUI: http://prody.csb.pitt.edu/nmwiz
* NMWiz GUI: http://www.bahargroup.org/prody/nmwiz

* Changes: http://prody.csb.pitt.edu/manual/release
* Changes: http://www.bahargroup.org/prody/manual/release


SOURCE CODE
Expand Down
2 changes: 1 addition & 1 deletion docs/apps/prody/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ the output files are prefixed with :file:`p38_anm`::

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

.. _NMWiz: http://prody.csb.pitt.edu/nmwiz/
.. _NMWiz: http://www.bahargroup.org/prody/nmwiz/
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,13 @@
'numpy': ('http://docs.scipy.org/doc/numpy/', None),
'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None),
'matplotlib': ('http://matplotlib.sourceforge.net/', None),
'prodywebsite': ('http://prody.csb.pitt.edu/', None),
'prodywebsite': ('http://www.bahargroup.org/prody/', None),
}

rst_epilog = u"""
.. _ProDy: http://prody.csb.pitt.edu
.. _Tutorials: http://prody.csb.pitt.edu/tutorials
.. _ProDy: http://www.bahargroup.org/prody
.. _Tutorials: http://www.bahargroup.org/prody/tutorials
.. _NMWiz: http://csb.pitt.edu/NMWiz
.. _VMD: http://www.ks.uiuc.edu/Research/vmd
.. _PDB: http://www.pdb.org
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ProDy Manual
.. only:: rtd and html

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


Expand Down
2 changes: 1 addition & 1 deletion prody/ensemble/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def buildPDBEnsemble(atomics, ref=None, title='Unknown', labels=None, atommaps=N

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

if not isListLike(atomics):
Expand Down

0 comments on commit 9776bb5

Please sign in to comment.