Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christoph Arthofer
fslpy
Commits
9d5a1ae8
Commit
9d5a1ae8
authored
Mar 05, 2021
by
Paul McCarthy
🚵
Browse files
DOC: Remove fsl package from toc
parent
347d6b15
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/fsl.rst
deleted
100644 → 0
View file @
347d6b15
``
fsl
``
=======
..
toctree
::
:
hidden
:
fsl
.
data
fsl
.
scripts
fsl
.
utils
fsl
.
transform
fsl
.
version
fsl
.
wrappers
The
:
mod
:`
fsl
`
package
provides
the
top
-
level
Python
package
namespace
for
``
fslpy
``,
and
for
other
FSL
python
libaries
.
It
is
a
`
native
namespace
package
<
https
://
packaging
.
python
.
org
/
guides
/
packaging
-
namespace
-
packages
/>`
_
,
which
means
that
there
is
no
``
fsl
/
__init__
.
py
``
file
.
Other
libraries
can
use
the
``
fsl
``
package
namepace
simply
by
also
omitting
a
``
fsl
/
__init__
.
py
``
file
,
and
by
ensuring
that
there
are
no
naming
conflicts
with
any
sub
-
packages
of
``
fslpy
``
or
any
other
projects
which
use
the
``
fsl
``
package
namespace
.
doc/index.rst
View file @
9d5a1ae8
...
...
@@ -8,8 +8,8 @@ within `FSL <https://fsl.fmrib.ox.ac.uk/fsl/fslwiki>`_ and by
|
fsleyes_apidoc
|
_
.
The top-level Python package for ``fslpy`` is called
`
`fsl`
`
. It is
broadly
split into the following sub-packages:
The
top
-
level
Python
package
for
``
fslpy
``
is
called
:
mod
:
`
fsl
`.
It
is
broadly
split
into
the
following
sub
-
packages
:
..
autosummary
::
...
...
@@ -22,10 +22,22 @@ split into the following sub-packages:
fsl
.
wrappers
The
:
mod
:`
fsl
`
package
provides
the
top
-
level
Python
package
namespace
for
``
fslpy
``,
and
for
other
FSL
python
libaries
.
It
is
a
`
native
namespace
package
<
https
://
packaging
.
python
.
org
/
guides
/
packaging
-
namespace
-
packages
/>`
_
,
which
means
that
there
is
no
``
fsl
/
__init__
.
py
``
file
.
Other
libraries
can
use
the
``
fsl
``
package
namepace
simply
by
also
omitting
a
``
fsl
/
__init__
.
py
``
file
,
and
by
ensuring
that
there
are
no
naming
conflicts
with
any
sub
-
packages
of
``
fslpy
``
or
any
other
projects
which
use
the
``
fsl
``
package
namespace
.
..
toctree
::
:
hidden
:
self
fsl
contributing
changelog
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment