Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Merged duplicate README and index sections #1205

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 25 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,26 +118,40 @@ When working on NiBabel itself, it may be useful to install in "editable" mode::
For more information on previous releases, see the `release archive`_ or
`development changelog`_.

Please find detailed `download and installation instructions
<installation>`_ in the manual.

.. _current release: https://pypi.python.org/pypi/NiBabel
.. _release archive: https://github.com/nipy/NiBabel/releases
.. _development changelog: https://nipy.org/nibabel/changelog.html
.. _installation: https://nipy.org/nibabel/installation.html#installation
.. _release archive: https://github.com/nipy/NiBabel/releases

Mailing List
============
Support
=======

If you have problems installing the software or questions about usage,
documentation or anything else related to NiBabel, you can post to the NiPy
mailing list: [email protected] [subscription_, archive_]

The mailing list is the preferred way to announce changes and additions to the
project. You can also search the mailing list archive using the mailing list
archive search located in the sidebar of the NiBabel home page.
We recommend that anyone using NiBabel subscribes to the mailing list.

Please send any questions or suggestions to the `neuroimaging mailing list
<https://mail.python.org/mailman/listinfo/neuroimaging>`_.
.. _subscription: https://mail.python.org/mailman/listinfo/neuroimaging
.. _archive: https://mail.python.org/pipermail/neuroimaging

License
=======

NiBabel is licensed under the terms of the `MIT license
<https://github.com/nipy/nibabel/blob/master/COPYING#nibabel>`__.
Some code included with NiBabel is licensed under the `BSD license`_.
For more information, please see the COPYING_ file.
NiBabel is free-software (beer and speech) and covered by the
`MIT License <mit>`_. This applies to all source code, documentation,
examples and snippets inside the source distribution (including this website).
Please see the `appendix of the manual <license>`_ for the copyright statement
and the full text of the license.

.. _BSD license: https://opensource.org/licenses/BSD-3-Clause
.. _COPYING: https://github.com/nipy/nibabel/blob/master/COPYING
.. _license: https://nipy.org/nibabel/legal.html#license
.. _mit: https://opensource.org/license17s/MIT

Citation
========
Expand Down
33 changes: 0 additions & 33 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,41 +124,8 @@ contributed code and discussion (in rough order of appearance):
* Jérôme Dockès
* Jacob Roberts

License reprise
===============

NiBabel is free-software (beer and speech) and covered by the `MIT License`_.
This applies to all source code, documentation, examples and snippets inside
the source distribution (including this website). Please see the
:ref:`appendix of the manual <license>` for the copyright statement and the
full text of the license.

Download and Installation
=========================

Please find detailed :ref:`download and installation instructions
<installation>` in the manual.

Support
=======

If you have problems installing the software or questions about usage,
documentation or anything else related to NiBabel, you can post to the NiPy
mailing list.

:Mailing list: [email protected] [subscription_, archive_]

We recommend that anyone using NiBabel subscribes to the mailing list. The
mailing list is the preferred way to announce changes and additions to the
project. You can also search the mailing list archive using the *mailing list
archive search* located in the sidebar of the NiBabel home page.

.. _subscription: https://mail.python.org/mailman/listinfo/neuroimaging
.. _archive: https://mail.python.org/pipermail/neuroimaging

.. include:: links_names.txt


.. toctree::
:hidden:

Expand Down
1 change: 0 additions & 1 deletion doc/source/links_names.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
.. _GPL: https://www.gnu.org/licenses/gpl.html
.. _BSD: http://www.opensource.org/licenses/bsd-license.php
.. _LGPL: https://www.gnu.org/copyleft/lesser.html
.. _MIT License: http://www.opensource.org/licenses/mit-license.php
.. _PDDL 1.0: http://opendatacommons.org/licenses/pddl/1.0/
.. _CC0: http://opendefinition.org/licenses/cc-zero

Expand Down
37 changes: 25 additions & 12 deletions nibabel/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
and image data is made available via NumPy arrays. For more information, see
NiBabel's `documentation site`_ and `API reference`_.

.. _API reference: https://nipy.org/nibabel/api.html
.. _API reference: ./api.html
.. _AFNI BRIK/HEAD: https://afni.nimh.nih.gov/pub/dist/src/README.attributes
.. _ANALYZE: http://www.grahamwideman.com/gw/brain/analyze/formatdoc.htm
.. _CIFTI-2: https://www.nitrc.org/projects/cifti/
Expand Down Expand Up @@ -58,26 +58,39 @@
For more information on previous releases, see the `release archive`_ or
`development changelog`_.

Please find detailed `download and installation instructions`_ in the manual.

.. _current release: https://pypi.python.org/pypi/NiBabel
.. _development changelog: ./changelog.html
.. _download and installation instructions: ./installation.html#installation
.. _release archive: https://github.com/nipy/NiBabel/releases
.. _development changelog: https://nipy.org/nibabel/changelog.html

Mailing List
============
Support
=======

If you have problems installing the software or questions about usage,
documentation or anything else related to NiBabel, you can post to the NiPy
mailing list: [email protected] [subscription_, archive_]

The mailing list is the preferred way to announce changes and additions to the
project. You can also search the mailing list archive using the mailing list
archive search located in the sidebar of the NiBabel home page.
We recommend that anyone using NiBabel subscribes to the mailing list.

Please send any questions or suggestions to the `neuroimaging mailing list
<https://mail.python.org/mailman/listinfo/neuroimaging>`_.
.. _subscription: https://mail.python.org/mailman/listinfo/neuroimaging
.. _archive: https://mail.python.org/pipermail/neuroimaging

License
=======

NiBabel is licensed under the terms of the `MIT license
<https://github.com/nipy/nibabel/blob/master/COPYING#nibabel>`__.
Some code included with NiBabel is licensed under the `BSD license`_.
For more information, please see the COPYING_ file.
NiBabel is free-software (beer and speech) and covered by the
`MIT License <mit>`_. This applies to all source code, documentation,
examples and snippets inside the source distribution (including this website).
Please see the `appendix of the manual <license>`_ for the copyright statement
and the full text of the license.

.. _BSD license: https://opensource.org/licenses/BSD-3-Clause
.. _COPYING: https://github.com/nipy/nibabel/blob/master/COPYING
.. _license: ./legal.html#license
.. _mit: https://opensource.org/license17s/MIT

Citation
========
Expand Down