From 263a2a30bd153b6cbfdb4fc7682f0085c0b1d480 Mon Sep 17 00:00:00 2001 From: prjemian Date: Wed, 14 Jun 2017 17:48:10 -0500 Subject: [PATCH] #537 resolve footnote reference --- .travis.yml | 7 ++----- base_classes/NXentry.nxdl.xml | 8 ++++---- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8d78d4f57a..95865a9ef6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,12 +17,9 @@ install: script: - python ./utils/test_suite.py - make makebuilddir - - cd build/manual - - echo "================== diagnostic output ==================" - - cat source/classes/base_classes/NXentry.rst - - echo "================== diagnostic output ==================" + - pushd build/manual - cd build #- make latexpdf && cp latex/nexus.pdf html/NeXusManual.pdf - tar czf ../../../docs.tar.gz html - - cd ../../.. + - popd - ls -lAGh diff --git a/base_classes/NXentry.nxdl.xml b/base_classes/NXentry.nxdl.xml index 8f63d3eefa..169da72a6d 100644 --- a/base_classes/NXentry.nxdl.xml +++ b/base_classes/NXentry.nxdl.xml @@ -59,7 +59,7 @@ The data group - .. note:: Before the NIAC2016 meeting [#NIAC2016-NXentry], at least one + .. note:: Before the NIAC2016 meeting [#]_, at least one :ref:`NXdata` group was required in each :ref:`NXentry` group. At the NIAC2016 meeting, it was decided to make :ref:`NXdata` an optional group in :ref:`NXentry` groups for data files that @@ -80,9 +80,9 @@ :ref:`NXdata` group is optional, otherwise, it is required. - .. [#NIAC2016-NXentry] NIAC2016: - http://wiki.nexusformat.org/NIAC2016, - https://github.com/nexusformat/NIAC/issues/16 + .. [#] NIAC2016: + http://wiki.nexusformat.org/NIAC2016, + https://github.com/nexusformat/NIAC/issues/16