diff --git a/.gitignore b/.gitignore index 66c21d61..3d1b337e 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ __pycache__ /sample/meta *.bak *.lock +ToC.txt # PyTest /prof/ diff --git a/nw/constants/constants.py b/nw/constants/constants.py index 26bb8f7d..e748c0ff 100644 --- a/nw/constants/constants.py +++ b/nw/constants/constants.py @@ -49,7 +49,6 @@ class nwConst(): class nwLists(): """Lists used for grouping various other constants. """ - # Regular user-accessible item types REG_TYPES = {nwItemType.ROOT, nwItemType.FOLDER, nwItemType.FILE} diff --git a/sample/ToC.txt b/sample/ToC.txt deleted file mode 100644 index b106e892..00000000 --- a/sample/ToC.txt +++ /dev/null @@ -1,23 +0,0 @@ - -Table of Contents -================= - -File Name Class Layout Document Label ---------------------------------------------------------------------- -content/53b69b83cdafc.nwd NOVEL TITLE Title Page -content/974e400180a99.nwd NOVEL PAGE Page -content/edca4be2fcaf8.nwd NOVEL PARTITION Part One -content/6a2d6d5f4f401.nwd NOVEL CHAPTER Chapter One -content/636b6aa9b697b.nwd NOVEL SCENE Making a Scene -content/bc0cbd2a407f3.nwd NOVEL SCENE Another Scene -content/ba8a28a246524.nwd NOVEL UNNUMBERED Interlude -content/96b68994dfa3d.nwd NOVEL NOTE A Note on Structure -content/88706ddc78b1b.nwd NOVEL CHAPTER Chapter Two -content/ae7339df26ded.nwd NOVEL SCENE We Found John! -content/14298de4d9524.nwd CHARACTER NOTE John Smith -content/bb2c23b3c42cc.nwd CHARACTER NOTE Jane Smith -content/b3e74dbc1f584.nwd WORLD NOTE Earth -content/f1471bef9f2ae.nwd WORLD NOTE Space -content/5eaea4e8cdee8.nwd WORLD NOTE Mars -content/8a5deb88c0e97.nwd NOVEL SCENE Old File -content/b8136a5a774a0.nwd NOVEL SCENE Delete Me! diff --git a/tests/lipsum/ToC.txt b/tests/lipsum/ToC.txt deleted file mode 100644 index a499c6f8..00000000 --- a/tests/lipsum/ToC.txt +++ /dev/null @@ -1,22 +0,0 @@ - - Table of Contents -=================== - - File Name Class Document Label --------------------------------------------------------------------------------- - content/04468803b92e1.nwd WORLD Ancient Europe - content/2426c6f0ca922.nwd PLOT Main - content/441420a886d82.nwd NOVEL Chapter Two - content/47666c91c7ccf.nwd NOVEL Scene Five - content/4c4f28287af27.nwd CHARACTER Mr. Nobody - content/7a992350f3eb6.nwd NOVEL Lorem Ipsum - content/846352075de7d.nwd NOVEL Interlude - content/88243afbe5ed8.nwd NOVEL Scene One - content/88d59a277361b.nwd NOVEL Prologue - content/8c58a65414c23.nwd NOVEL Front Matter - content/db7e733775d4d.nwd NOVEL Act One - content/eb103bc70c90c.nwd NOVEL Scene Three - content/f8c0562e50f1b.nwd NOVEL Scene Four - content/f96ec11c6a3da.nwd NOVEL Scene Two - content/fb609cd8319dc.nwd NOVEL Chapter One - diff --git a/tests/minimal/ToC.txt b/tests/minimal/ToC.txt deleted file mode 100644 index f5b94b72..00000000 --- a/tests/minimal/ToC.txt +++ /dev/null @@ -1,10 +0,0 @@ - - Table of Contents -=================== - - File Name Class Document Label --------------------------------------------------------------------------------- - content/8c659a11cd429.nwd NOVEL New Scene - content/a35baf2e93843.nwd NOVEL Title Page - content/f5ab3e30151e1.nwd NOVEL New Chapter -