Skip to content

Commit

Permalink
add links to the exampledata repo
Browse files Browse the repository at this point in the history
  • Loading branch information
woutdenolf committed Jun 15, 2022
1 parent 2eebbdd commit 574220e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 14 deletions.
2 changes: 2 additions & 0 deletions manual/source/examples/h5py/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Code examples
plotting/index
epics/index

* `Write examples for different NeXus classes <https://github.com/woutdenolf/exampledata/blob/add_examples_documentation/autogenerated_examples/nxdl/python_scripts/h5py/README.md>`_

Example data used
=================

Expand Down
2 changes: 1 addition & 1 deletion manual/source/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Please be aware that not all examples are up to date with the latest format reco

code_native
h5py/index
nexpy
nexusformat/index
matlab/index

Code Examples for Specific Instruments
Expand Down
13 changes: 0 additions & 13 deletions manual/source/examples/nexpy.rst

This file was deleted.

18 changes: 18 additions & 0 deletions manual/source/examples/nexusformat/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.. index:: nexusformat; examples

.. _Example-nexusformat:

===================================
HDF5 in Python with ``nexusformat``
===================================

``nexusformat`` provides a higher level API on top of h5py :ref:`Example-H5py`. While
h5py provides a basic API to read and write HDF5 files, ``nexusformat`` enriches this
API with NeXus specific utilities.

Please refer to the ``NeXpy`` documentation: https://nexpy.github.io/nexpy/.

Code examples
=============

* `Write examples for different NeXus classes <https://github.com/woutdenolf/exampledata/blob/add_examples_documentation/autogenerated_examples/nxdl/python_scripts/nexusformat/README.md>`_

0 comments on commit 574220e

Please sign in to comment.