Skip to content

Commit

Permalink
fixed minor bugs with sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
bendhouseart committed Dec 29, 2023
1 parent 6da0ae7 commit c7abd22
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ Use pip to install this library directly from PyPI:
[![asciicast](https://asciinema.org/a/TZJg5BglDMFM2fEEX9dSpnJEy.svg)](https://asciinema.org/a/TZJg5BglDMFM2fEEX9dSpnJEy)

If you wish to install directly from this repository see the instructions below to either build
a packaged version of `pypet2bids` or how to run the code directly from source.
If you are unable to install this library from PyPi you can clone this repository to build and install the package as distributed on PyPi yourself
a packaged version of `pypet2bids` or how to run the code from source.

<details>
<summary>Build Package Locally and Install with PIP</summary>
Expand Down
11 changes: 9 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ via pip for Python versions >3.7.1,=<3.11
<script id="asciicast-TZJg5BglDMFM2fEEX9dSpnJEy" src="https://asciinema.org/a/TZJg5BglDMFM2fEEX9dSpnJEy.js"
async data-autoplay="true" data-speed="1" data-loop="true"></script>

If you wish to contribute, are unable to install from PyPi, or simply wish to install pypet2bids from source, continue
If you wish to contribute, are unable to install from PyPi, or simply wish to run pypet2bids from source, continue
reading the `Additional Install Notes`_ section below.

Additional Install Notes
Expand Down Expand Up @@ -80,7 +80,14 @@ Python
------

If you are unable to install this library from PyPi you can clone this repository to build and install the package
as distributed on PyPi yourself with poetry:
as distributed on PyPi yourself with poetry.

We use `poetry <https://python-poetry.org/>`_ to build this package, no other build methods are supported,
further we encourage the use of `GNU make <https://www.gnu.org/software/make/>`_ and a bash-like shell to simplify the
build process.

After installing poetry, you can build and install this package to your local version of Python with the following
commands (keep in mind the commands below are executed in a bash-like shell):

.. code-block::
Expand Down
4 changes: 2 additions & 2 deletions pypet2bids/pypet2bids/sidecar.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
imaging data
:return: sidecar_template_full, sidecar_template_short
|*Anthony Galassi*
|*Copyright OpenNeuroPET team*
*Anthony Galassi*
*Copyright OpenNeuroPET team*
"""

Expand Down

0 comments on commit c7abd22

Please sign in to comment.