Skip to content

Commit

Permalink
Minor documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rayosborn committed Dec 22, 2014
1 parent ef1aa88 commit 211e209
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This package provides a Python API to open, create, and manipulate NeXus
data <http://www.nexusformat.org/> written in the HDF5 format. It also includes
a remote file server to allow files to be opened across a network. The
'nexusformat' package provides the underlying API for NeXpy
<http://nexpy.github.io.nexpy>, which provides a GUI interface for
<http://nexpy.github.io/nexpy>, which provides a GUI interface for
visualizing and analyzing NeXus data.

The latest development version is always available from NeXpy's GitHub
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This package provides a Python API to open, create, and manipulate [NeXus
data](http://www.nexusformat.org/) written in the HDF5 format. It also includes
a remote file server to allow files to be opened across a network. The
'nexusformat' package provides the underlying API for
[NeXpy](http://nexpy.github.io.nexpy), which provides a GUI interface for
[NeXpy](http://nexpy.github.io/nexpy), which provides a GUI interface for
visualizing and analyzing NeXus data.

The latest development version is always available from [NeXpy's GitHub
Expand Down
16 changes: 8 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Installation
============
Released versions of NeXpy-RO are available on `PyPI
<https://pypi.python.org/pypi/nexusformat/>`_. If you have the `Python Setup Tools
<https://pypi.python.org/pypi/setuptools>`_ installed, then you can install
using either::
Released versions of the NeXus Python API are available on `PyPI
<https://pypi.python.org/pypi/nexusformat/>`_. If you have the `Python Setup
Tools <https://pypi.python.org/pypi/setuptools>`_ installed, then you can
install using either::

$ pip install nexusformat

Expand All @@ -13,11 +13,11 @@ or::

If you have trouble with the pip or easy_install installations, you can install
the package from the source code either by downloading one of the
`Github releases <https://github.com/nexpy/nexpy/releases>`_ or by cloning the
latest development version in the `NeXpy Git
repository <https://github.com/nexpy/nexusformat>`_::
`Github releases <https://github.com/nexpy/nexusformat/releases>`_ or by cloning
the latest development version in the
`NeXpy Git repository <https://github.com/nexpy/nexusformat>`_::

$ git clone http://github.com/nexpy/nexusformat.git
$ git clone https://github.com/nexpy/nexusformat.git

You can then install NeXpy by changing to the source directory and typing::

Expand Down
2 changes: 1 addition & 1 deletion src/nexusformat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__url__ = u'http://nexpy.github.io/nexpy/'
__download_url__ = u'https://github.com/nexpy/nexusformat/'

__description__ = u'NeXpy-RO: Remote access to NeXus data'
__description__ = u'nexusformat: Python API to access NeXus data'
__long_description__ = \
u"""
This package provides a Python API to open, create, and manipulate `NeXus data
Expand Down

0 comments on commit 211e209

Please sign in to comment.