diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | internals.rst | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,6 @@ *.sw? bib.rst +source.rst __pycache__ index.html library/ diff --git a/internals.rst b/internals.rst index 98658de..3c586a3 100644 --- a/internals.rst +++ b/internals.rst @@ -4,3 +4,9 @@ Internals For the disk archive format see `<tools/extractArchive.py>`_ and EUMEL packet *basic archive* [source86]_. Documentation for the dataspace FILE can be found in `<tools/convertFileDs.py>`_ and EUMEL packet *file handling*. + +Source code +^^^^^^^^^^^ + +.. include:: source.rst + |