From 2ed9c279d843bd59cf29705626938921371e6e00 Mon Sep 17 00:00:00 2001 From: Barbara Ericson Date: Wed, 26 Jun 2024 17:13:28 -0400 Subject: [PATCH] Moving the datafile and unhide --- _sources/files/openingFiles.rst | 9 ++++----- _sources/files/writeCode.rst | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/_sources/files/openingFiles.rst b/_sources/files/openingFiles.rst index 7aba2cce..acf1dc43 100644 --- a/_sources/files/openingFiles.rst +++ b/_sources/files/openingFiles.rst @@ -18,6 +18,10 @@ For learning purposes, we are using the shortened version of this file ``mbox-short.txt`` This file can be found and downloaded from `www.py4e.com/code3/mbox-short.txt `_ +.. datafile:: mbox-short.txt + :fromfile: mbox-short.txt + :hide: + Click on the button to show the first lines from this file. @@ -74,11 +78,6 @@ Click on the button to show the first lines from this file. X-DSPAM-Confidence: 0.8475 X-DSPAM-Probability: 0.0000 - -.. datafile:: mbox-short.txt - :fromfile: mbox-short.txt - :hide: - .. activecode:: fileOpen :caption: Opening a file :datafile: mbox-short.txt diff --git a/_sources/files/writeCode.rst b/_sources/files/writeCode.rst index 5bd1398b..91c8eb8c 100644 --- a/_sources/files/writeCode.rst +++ b/_sources/files/writeCode.rst @@ -602,7 +602,7 @@ The following file contains a set of emotions that will be used in the next ques .. datafile:: emotion_words.txt :fromfile: emotion_words.txt - :hide: + #. .. activecode:: file_ex_emotionq :datafile: emotion_words.txt