Changing to a different style
git-svn-id: svn+ssh://dyadis.cs.arizona.edu/NDN-spec/spec-sphinx@93 c5937c81-b952-4fd9-96ba-3036b240b622
diff --git a/_static/.gitignore b/_static/.gitignore
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/_static/.gitignore
diff --git a/conf.py b/conf.py
index 0ee00f8..c00e100 100644
--- a/conf.py
+++ b/conf.py
@@ -25,7 +25,7 @@
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = []
+extensions = ['sphinxcontrib.fulltoc', 'sphinxcontrib.bibtex']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -91,15 +91,17 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'pyramid'
+# html_theme = 'pyramid'
+# html_theme = 'agogo'
+html_theme = 'named_data_theme'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
-#html_theme_options = {}
+# html_theme_options = {'nosidebar': True}
# Add any paths that contain custom themes here, relative to this directory.
-#html_theme_path = []
+html_theme_path = ['./']
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
diff --git a/named_data_theme/static/default.css_t b/named_data_theme/static/default.css_t
new file mode 100644
index 0000000..ad9d7bd
--- /dev/null
+++ b/named_data_theme/static/default.css_t
@@ -0,0 +1,14 @@
+@import url("agogo.css");
+
+
+pre {
+ padding: 10px;
+ background-color: #fafafa;
+ color: #222;
+ line-height: 1.2em;
+ border: 2px solid #C6C9CB;
+ font-size: 1.1em;
+ margin: 1.5em 0 1.5em 0;
+ border-right-style: none;
+ border-left-style: none;
+}
diff --git a/named_data_theme/theme.conf b/named_data_theme/theme.conf
new file mode 100644
index 0000000..259a6d0
--- /dev/null
+++ b/named_data_theme/theme.conf
@@ -0,0 +1,9 @@
+[theme]
+inherit = agogo
+stylesheet = default.css
+# pygments_style = sphinx
+
+[options]
+
+stickysidebar = true
+collapsiblesidebar = true
diff --git a/ndnspec-refs.bib b/ndnspec-refs.bib
new file mode 100644
index 0000000..befcbb3
--- /dev/null
+++ b/ndnspec-refs.bib
@@ -0,0 +1,32 @@
+%% This BibTeX bibliography file was created using BibDesk.
+%% http://bibdesk.sourceforge.net/
+
+
+%% Created for Alex Afanasyev at 2013-11-26 16:02:26 -0800
+
+
+%% Saved with string encoding Unicode (UTF-8)
+
+
+
+@phdthesis{afanasyev-phdthesis,
+ Author = {Alexander Afanasyev},
+ Date-Added = {2013-11-26 23:55:26 +0000},
+ Date-Modified = {2013-11-26 23:55:33 +0000},
+ Month = {December},
+ School = {UCLA},
+ Title = {Addressing Operational Challenges in {Named Data Networking} Through {NDNS} Distributed Database},
+ Year = {2013}}
+
+@techreport{testbed-key-management,
+ Author = {Chaoyi Bian and Zhenkai Zhu and Alexander Afanasyev and Ersin Uzun and Lixia Zhang},
+ Date-Added = {2013-11-26 23:53:25 +0000},
+ Date-Modified = {2013-11-27 00:02:23 +0000},
+ Institution = {NDN},
+ Month = {February},
+ Note = {\url{http://named-data.net/techreports.html}},
+ Number = {NDN-0009, Revision 2},
+ Title = {Deploying Key Management on {NDN} Testbed},
+ Type = {Technical Report},
+ Year = {2013},
+ Bdsk-Url-1 = {http://named-data.net/techreports.html}}