summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2016-02-27 23:40:03 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2016-02-27 23:40:03 -0500
commit983e290fd95deeaea10160462c5c28b4589ac2eb (patch)
treec3ce0bb1bef229c04fff90dcb637383ba45660d4
parent25456dfd5c78cc95480efe8d2a65253c87e7de02 (diff)
Chapter 3: reference -> footnote.
Reference to source of combox.silo.ComboxSilo class is now a footnote instead of reference.
-rw-r--r--report/bib/combox.bib5
-rw-r--r--report/chapters/3-arch-d.tex6
-rw-r--r--report/combox-report.pdfbin384951 -> 385316 bytes
3 files changed, 3 insertions, 8 deletions
diff --git a/report/bib/combox.bib b/report/bib/combox.bib
index d1d26e8..d16b7e7 100644
--- a/report/bib/combox.bib
+++ b/report/bib/combox.bib
@@ -210,11 +210,6 @@ title = "Python Packaging User Guide",
url = "https://packaging.python.org/en/latest/"
}
-@misc{combox-src:silo.ComboxSilo,
-title = "combox - combox.silo.ComboxSilo - Sole DB interface.",
-url = "https://git.ricketyspace.net/combox/tree/combox/silo.py?id=v0.2.2#n29"
-}
-
% 5
@techreport{dijkstra69,
diff --git a/report/chapters/3-arch-d.tex b/report/chapters/3-arch-d.tex
index 1f36204..4a0e33d 100644
--- a/report/chapters/3-arch-d.tex
+++ b/report/chapters/3-arch-d.tex
@@ -188,9 +188,9 @@ reconstruction from shards at the right time.
The database is a JSON file on the disk, stored by default at
\verb+$HOME/.combox/silo.db+. The
-\verb+combox.silo.ComboxSilo+\cite{combox-src:silo.ComboxSilo} is the
-sole interface to read from and write to database. The database is
-primarily accessed and modified by the combox directory monitor
+\verb+combox.silo.ComboxSilo+\footnote{https://git.ricketyspace.net/combox/tree/combox/silo.py?id=v0.2.2\#n29}
+is the sole interface to read from and write to database. The database
+is primarily accessed and modified by the combox directory monitor
(\verb+ComboxDirMonitor+) and the node directory monitor
(\verb+NodeDirMonitor+) through a shared Lock\cite{py:threading.Lock}
that ensures that only one entity\footnote{An entity can be the combox
diff --git a/report/combox-report.pdf b/report/combox-report.pdf
index 0421f1a..5661195 100644
--- a/report/combox-report.pdf
+++ b/report/combox-report.pdf
Binary files differ