Skip to content

Commit

Permalink
changed official repo links to github
Browse files Browse the repository at this point in the history
  • Loading branch information
chrodan committed Jul 13, 2015
1 parent 6b1ae6d commit 706b3c2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ learning. The project is distributed under the 3-Clause BSD License.
Important Links
===============

- Official source code repository: http://bitbucket.org/rlpy/rlpy
- Github Mirror: http://github.com/rlpy/rlpy
- Documentation and Homepage: http://acl.mit.edu/rlpy
- Issue Tracker: http://bitbucket.org/rlpy/rlpy/issues
- Official source code repository: http://github.com/rlpy/rlpy
- Bitbucket mirror: http://bitbucket.org/rlpy/rlpy
- Documentation: http://rlpy.readthedocs.org
- Issue tracker: https://github.com/rlpy/rlpy/issues

Install
=======

Installation instructions can be found at http://acl.mit.edu/rlpy/install.html
Installation instructions can be found at http://rlpy.readthedocs.org/en/latest/install.html
8 changes: 4 additions & 4 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ The project is distributed under the 3-Clause BSD License.
Important Links
===============

- Official source code repository: http://bitbucket.org/rlpy/rlpy
- Github Mirror: http://github.com/rlpy/rlpy
- Documentation and Homepage: http://acl.mit.edu/rlpy
- Official source code repository: http://github.com/rlpy/rlpy
- Bitbucket mirror: http://bitbucket.org/rlpy/rlpy
- Documentation: http://rlpy.readthedocs.org
- Issue Tracker: https://github.com/rlpy/rlpy/issues
- Download latest version: https://pypi.python.org/pypi/rlpy
- Issue Tracker: http://bitbucket.org/rlpy/rlpy/issues
- Mailing list: [email protected] (`Subscribe here <http://mailman.mit.edu/mailman/listinfo/rlpy>`_)

Documentation
Expand Down
4 changes: 2 additions & 2 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ Development Version

The current development version of RLPy can be installed in distutils editable mode with::

pip install -e git+https://bitbucket.org/rlpy/rlpy.git#egg=rlpy
pip install -e git+https://github.com/rlpy/rlpy.git#egg=rlpy

This command clones the RLPy repository into the directory `src/rlpy`, compiles all C-extensions and tells the Python distribution where to find RLPy by creating a `.egg-link` file in the default package directory.

Alternatively, you can clone the RLPy directory manually by::

git clone https://bitbucket.org/rlpy/rlpy.git RLPy
git clone https://github.com/rlpy/rlpy.git RLPy

and make your Python distribution aware of RLPy by::

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import pkg_resources
from os.path import join as pjoin

version = '1.3.5'
version = '1.3.6'

if sys.platform == 'darwin':
# by default use clang++ as this most likely to have c++11 support
Expand Down

0 comments on commit 706b3c2

Please sign in to comment.