Skip to content

Commit

Permalink
Update links to GitHub in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MicBoucinha committed Oct 29, 2019
1 parent 9c3615f commit 2d219e5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/source/about/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This is Open Source software with a MIT license.
Maintenance team
================

The current and past members of the **pybpod-api** team.
The current and past members of the **pybpod** team.

* `@cajomferro <https://github.com/cajomferro/>`_ Carlos Mão de Ferro
* `@JBauto <https://github.com/JBauto>`_ João Baúto
Expand All @@ -38,4 +38,4 @@ The current and past members of the **pybpod-api** team.

Questions?
==========
If you have any questions or want to report a problem with this library please fill a issue `here <https://bitbucket.org/fchampalimaud/pybpod-api/issues>`_.
If you have any questions or want to report a problem with this library please fill a issue `here <https://github.com/pybpod/pybpod/issues>`_.
2 changes: 1 addition & 1 deletion docs/source/developers/developing_plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Session history plugin, an example

This plugin allows you to display session data in a table view and you can order events by column.

https://bitbucket.org/fchampalimaud/pybpod-gui-plugin-session-history
https://github.com/pybpod/pybpod-gui-plugin-session-history

.. image:: /_images/basic-usage/session_history.png
:scale: 100 %
Expand Down
8 changes: 4 additions & 4 deletions docs/source/getting-started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,19 @@ ___________________________
2. Download the environment configuration file for your Operating System and create a virtual environment with it by
executing the following commands in the "Anaconda Prompt".

Windows 10: `environment-windows-10.yml <https://bitbucket.org/fchampalimaud/pybpod/raw/248b05a43c2d6059187fa33b609e425e0ef76026/utils/environment-windows-10.yml>`_ (right click->Save Link as):
Windows 10: `environment-windows-10.yml <https://raw.githubusercontent.com/pybpod/pybpod/master/utils/environment-windows-10.yml>`_ (right click->Save Link as):

.. code::
conda env create -f utils/environment-windows-10.yml
Ubuntu 17.10 and up: `environment-ubuntu-17.10.yml <https://bitbucket.org/fchampalimaud/pybpod/raw/248b05a43c2d6059187fa33b609e425e0ef76026/utils/environment-ubuntu-17.10.yml>`_ (right click->Save Link as):
Ubuntu 17.10 and up: `environment-ubuntu-17.10.yml <https://raw.githubusercontent.com/pybpod/pybpod/master/utils/environment-ubuntu-17.10.yml>`_ (right click->Save Link as):

.. code::
conda env create -f utils/environment-ubuntu-17.10.yml
Mac OSx: `environment-macOSx.yml <https://bitbucket.org/fchampalimaud/pybpod/raw/248b05a43c2d6059187fa33b609e425e0ef76026/utils/environment-macOSx.yml>`_ (right click->Save Link as):
Mac OSx: `environment-macOSx.yml <https://raw.githubusercontent.com/pybpod/pybpod/master/utils/environment-macOSx.yml>`_ (right click->Save Link as):

.. code::
Expand All @@ -82,7 +82,7 @@ executing the following commands in the "Anaconda Prompt".

.. code::
git clone https://bitbucket.org/fchampalimaud/pybpod.git
git clone https://github.com/pybpod/pybpod.git
git submodule update --init
5. Access the created repository folder.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/getting-started/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Session history

This plugin allows you to display session data in a table view and you can order events by column.

https://bitbucket.org/fchampalimaud/pybpod-gui-plugin-session-history
https://github.com/pybpod/pybpod-gui-plugin-session-history

.. image:: /_images/basic-usage/session_history.png
:scale: 100 %
Expand All @@ -91,7 +91,7 @@ Session timeline

This plugin displays trial states in a bar plot.

https://bitbucket.org/fchampalimaud/pybpod-gui-plugin-timeline
https://github.com/pybpod/pybpod-gui-plugin-timeline

.. image:: /_images/basic-usage/session_timeline.png
:scale: 100 %
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Python is one of the most popular programming languages today `[1] <https://pypl

Questions?
==========
If you have any questions or want to report a problem with this library please fill in an issue `here <https://bitbucket.org/fchampalimaud/pybpod-api/issues>`_.
If you have any questions or want to report a problem with this library please fill in an issue `here <https://github.com/pybpod/pybpod-api/issues>`_.

Contents
========
Expand Down

0 comments on commit 2d219e5

Please sign in to comment.