Skip to content

Commit

Permalink
setting up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed May 10, 2024
1 parent 1700f7a commit e1d072c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,6 @@ A separate installation of FSL is required to use this package.
Please review the FSL [installation instructions][fsl-install]
and [licensing details][fsl-license].

## Installation

```console
pip install pydra-fsl
```

A separate installation of FreeSurfer is required to use this package.
Please review the following [instructions][fsl-install]
and [licensing details][fsl-license].

## Automatic Conversion

Expand Down Expand Up @@ -177,8 +168,6 @@ generate sample data for them, should be defined in `related-packages/fileformat
and `related-packages/fileformats-extras`, respectively.




## License

This project is distributed under the terms of the [Apache License, Version 2.0][license].
Expand All @@ -203,8 +192,6 @@ This project is distributed under the terms of the [Apache License, Version 2.0]

[fsl-license]: https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/Licence

[hatch]: https://hatch.pypa.io/

[license]: https://spdx.org/licenses/Apache-2.0.html

[status-docs-badge]: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
Expand Down
12 changes: 3 additions & 9 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,15 @@
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

import sys
from pathlib import Path

from sphinx_pyproject import SphinxConfig

config = SphinxConfig(globalns=globals())
sys.path.insert(0, str(Path.cwd().parent / "src"))
from pydra.tasks.fsl import __version__ # noqa

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = config.name
project = "pydra-fsl"
author = "Pydra Development Team"
copyright = f"2022-2023, {author}"
release = config.version
release = __version__

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down

0 comments on commit e1d072c

Please sign in to comment.