Skip to content

Commit

Permalink
add epics to python examples while keeping a link in the code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
woutdenolf committed Jun 15, 2022
1 parent 840866e commit 0046e76
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 20 deletions.
6 changes: 6 additions & 0 deletions manual/source/examples/epics.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. index:: !EPICS; examples

EPICS Area Detector Examples
############################

:ref:`_EPICS_Area_Detector.examples.HDF5`
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. index:: !EPICS; examples

.. _EPICS_Area_Detector.examples.HDF5:

EPICS Area Detector Examples
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
27 changes: 14 additions & 13 deletions manual/source/examples/h5py/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. index:: h5py
.. index:: h5py; examples

.. _Example-H5py:

Expand All @@ -20,6 +20,19 @@ since these examples are meant for those who are unfamiliar with NeXus.
.. [#] *h5py*: https://www.h5py.org/
.. [#] *SPEC*: http://certif.com/spec.html
Code examples
=============

.. toctree::
:maxdepth: 1

simple_example_basic/index
simple_example_write1/index
simple_example_write2/index
external_example_write/index
plotting/index
epics/index

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

Expand Down Expand Up @@ -56,15 +69,3 @@ chapter except that the names will be different, as shown below:
:tab-width: 4
:linenos:
:language: text

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

.. toctree::
:maxdepth: 1

simple_example_basic/index
simple_example_write1/index
simple_example_write2/index
external_example_write/index
plotting/index
3 changes: 0 additions & 3 deletions manual/source/examples/h5py/plotting/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ Output from ``reader_attributes_trail.py`` is shown next.
Plotting the HDF5 file
======================

.. index::
NeXpy

Now that we are certain our file conforms to the NeXus
standard, let's plot it using the ``NeXpy`` [#]_
client tool. To help label the plot, we added the
Expand Down
4 changes: 2 additions & 2 deletions manual/source/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Please be aware that not all exmples are up to date with the latest format recom

.. toctree::
:maxdepth: 1

code_native
h5py/index
matlab/index
lrmecs/index
epics/index
epics

.. _Examples.NAPI:

Expand Down
2 changes: 2 additions & 0 deletions manual/source/examples/lrmecs/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. index:: !LRMECS; examples

.. _Example-Viewing-LRMECS-Data:

Viewing 2-D Data from LRMECS
Expand Down

0 comments on commit 0046e76

Please sign in to comment.