roroacms 0.0.7.1 → 0.0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/images/roroacms/admin/favicon.ico +0 -0
  3. data/app/assets/javascripts/roroacms/admin/site.js +7 -0
  4. data/app/assets/stylesheets/roroacms/admin/main.css.scss +14 -0
  5. data/app/helpers/roroacms/media_helper.rb +1 -0
  6. data/app/helpers/roroacms/menu_helper.rb +26 -15
  7. data/app/views/layouts/roroacms/admin.html.erb +2 -2
  8. data/app/views/roroacms/admin/settings/index.html.erb +2 -2
  9. data/docs/Makefile +177 -0
  10. data/docs/_build/doctrees/environment.pickle +0 -0
  11. data/docs/_build/doctrees/index.doctree +0 -0
  12. data/docs/_build/html/.buildinfo +4 -0
  13. data/docs/_build/html/_sources/index.txt +41 -0
  14. data/docs/_build/html/_static/ajax-loader.gif +0 -0
  15. data/docs/_build/html/_static/basic.css +537 -0
  16. data/docs/_build/html/_static/comment-bright.png +0 -0
  17. data/docs/_build/html/_static/comment-close.png +0 -0
  18. data/docs/_build/html/_static/comment.png +0 -0
  19. data/docs/_build/html/_static/default.css +256 -0
  20. data/docs/_build/html/_static/doctools.js +238 -0
  21. data/docs/_build/html/_static/down-pressed.png +0 -0
  22. data/docs/_build/html/_static/down.png +0 -0
  23. data/docs/_build/html/_static/file.png +0 -0
  24. data/docs/_build/html/_static/jquery.js +2 -0
  25. data/docs/_build/html/_static/minus.png +0 -0
  26. data/docs/_build/html/_static/plus.png +0 -0
  27. data/docs/_build/html/_static/pygments.css +62 -0
  28. data/docs/_build/html/_static/searchtools.js +622 -0
  29. data/docs/_build/html/_static/sidebar.js +159 -0
  30. data/docs/_build/html/_static/underscore.js +31 -0
  31. data/docs/_build/html/_static/up-pressed.png +0 -0
  32. data/docs/_build/html/_static/up.png +0 -0
  33. data/docs/_build/html/_static/websupport.js +808 -0
  34. data/docs/_build/html/genindex.html +92 -0
  35. data/docs/_build/html/index.html +138 -0
  36. data/docs/_build/html/objects.inv +0 -0
  37. data/docs/_build/html/search.html +99 -0
  38. data/docs/_build/html/searchindex.js +1 -0
  39. data/docs/_images/logo.png +0 -0
  40. data/docs/_themes/roroa_rtd_theme/__init__.py +17 -0
  41. data/docs/_themes/roroa_rtd_theme/breadcrumbs.html +19 -0
  42. data/docs/_themes/roroa_rtd_theme/footer.html +31 -0
  43. data/docs/_themes/roroa_rtd_theme/layout.html +161 -0
  44. data/docs/_themes/roroa_rtd_theme/layout_old.html +205 -0
  45. data/docs/_themes/roroa_rtd_theme/search.html +50 -0
  46. data/docs/_themes/roroa_rtd_theme/searchbox.html +7 -0
  47. data/docs/_themes/roroa_rtd_theme/static/css/badge_only.css +1 -0
  48. data/docs/_themes/roroa_rtd_theme/static/css/sylius.css +57 -0
  49. data/docs/_themes/roroa_rtd_theme/static/css/theme.css +3224 -0
  50. data/docs/_themes/roroa_rtd_theme/static/fonts/FontAwesome.otf +0 -0
  51. data/docs/_themes/roroa_rtd_theme/static/fonts/fontawesome-webfont.eot +0 -0
  52. data/docs/_themes/roroa_rtd_theme/static/fonts/fontawesome-webfont.svg +414 -0
  53. data/docs/_themes/roroa_rtd_theme/static/fonts/fontawesome-webfont.ttf +0 -0
  54. data/docs/_themes/roroa_rtd_theme/static/fonts/fontawesome-webfont.woff +0 -0
  55. data/docs/_themes/roroa_rtd_theme/static/img/logo.png +0 -0
  56. data/docs/_themes/roroa_rtd_theme/static/js/theme.js +47 -0
  57. data/docs/_themes/roroa_rtd_theme/theme.conf +8 -0
  58. data/docs/_themes/roroa_rtd_theme/versions.html +37 -0
  59. data/docs/conf.py +259 -0
  60. data/docs/index.rst +41 -0
  61. data/docs/make.bat +242 -0
  62. data/lib/roroacms/engine.rb +1 -1
  63. data/lib/roroacms/version.rb +1 -1
  64. metadata +318 -3
@@ -0,0 +1,92 @@
1
+
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
+
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml">
7
+ <head>
8
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
+
10
+ <title>Index &mdash; RoroaCMS 26.09.2013 documentation</title>
11
+
12
+ <link rel="stylesheet" href="_static/default.css" type="text/css" />
13
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
14
+
15
+ <script type="text/javascript">
16
+ var DOCUMENTATION_OPTIONS = {
17
+ URL_ROOT: './',
18
+ VERSION: '26.09.2013',
19
+ COLLAPSE_INDEX: false,
20
+ FILE_SUFFIX: '.html',
21
+ HAS_SOURCE: true
22
+ };
23
+ </script>
24
+ <script type="text/javascript" src="_static/jquery.js"></script>
25
+ <script type="text/javascript" src="_static/underscore.js"></script>
26
+ <script type="text/javascript" src="_static/doctools.js"></script>
27
+ <link rel="top" title="RoroaCMS 26.09.2013 documentation" href="index.html" />
28
+ </head>
29
+ <body>
30
+ <div class="related">
31
+ <h3>Navigation</h3>
32
+ <ul>
33
+ <li class="right" style="margin-right: 10px">
34
+ <a href="#" title="General Index"
35
+ accesskey="I">index</a></li>
36
+ <li><a href="index.html">RoroaCMS 26.09.2013 documentation</a> &raquo;</li>
37
+ </ul>
38
+ </div>
39
+
40
+ <div class="document">
41
+ <div class="documentwrapper">
42
+ <div class="bodywrapper">
43
+ <div class="body">
44
+
45
+
46
+ <h1 id="index">Index</h1>
47
+
48
+ <div class="genindex-jumpbox">
49
+
50
+ </div>
51
+
52
+
53
+ </div>
54
+ </div>
55
+ </div>
56
+ <div class="sphinxsidebar">
57
+ <div class="sphinxsidebarwrapper">
58
+
59
+
60
+
61
+ <div id="searchbox" style="display: none">
62
+ <h3>Quick search</h3>
63
+ <form class="search" action="search.html" method="get">
64
+ <input type="text" name="q" />
65
+ <input type="submit" value="Go" />
66
+ <input type="hidden" name="check_keywords" value="yes" />
67
+ <input type="hidden" name="area" value="default" />
68
+ </form>
69
+ <p class="searchtip" style="font-size: 90%">
70
+ Enter search terms or a module, class or function name.
71
+ </p>
72
+ </div>
73
+ <script type="text/javascript">$('#searchbox').show(0);</script>
74
+ </div>
75
+ </div>
76
+ <div class="clearer"></div>
77
+ </div>
78
+ <div class="related">
79
+ <h3>Navigation</h3>
80
+ <ul>
81
+ <li class="right" style="margin-right: 10px">
82
+ <a href="#" title="General Index"
83
+ >index</a></li>
84
+ <li><a href="index.html">RoroaCMS 26.09.2013 documentation</a> &raquo;</li>
85
+ </ul>
86
+ </div>
87
+ <div class="footer">
88
+ &copy; Copyright 2014, Simon Fletcher.
89
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
90
+ </div>
91
+ </body>
92
+ </html>
@@ -0,0 +1,138 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml">
6
+ <head>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+
9
+ <title>$project &mdash; RoroaCMS 26.09.2013 documentation</title>
10
+
11
+ <link rel="stylesheet" href="_static/default.css" type="text/css" />
12
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
13
+
14
+ <script type="text/javascript">
15
+ var DOCUMENTATION_OPTIONS = {
16
+ URL_ROOT: './',
17
+ VERSION: '26.09.2013',
18
+ COLLAPSE_INDEX: false,
19
+ FILE_SUFFIX: '.html',
20
+ HAS_SOURCE: true
21
+ };
22
+ </script>
23
+ <script type="text/javascript" src="_static/jquery.js"></script>
24
+ <script type="text/javascript" src="_static/underscore.js"></script>
25
+ <script type="text/javascript" src="_static/doctools.js"></script>
26
+ <link rel="top" title="RoroaCMS 26.09.2013 documentation" href="#" />
27
+ </head>
28
+ <body>
29
+ <div class="related">
30
+ <h3>Navigation</h3>
31
+ <ul>
32
+ <li class="right" style="margin-right: 10px">
33
+ <a href="genindex.html" title="General Index"
34
+ accesskey="I">index</a></li>
35
+ <li><a href="#">RoroaCMS 26.09.2013 documentation</a> &raquo;</li>
36
+ </ul>
37
+ </div>
38
+
39
+ <div class="document">
40
+ <div class="documentwrapper">
41
+ <div class="bodywrapper">
42
+ <div class="body">
43
+
44
+ <div class="section" id="project">
45
+ <h1>$project<a class="headerlink" href="#project" title="Permalink to this headline">¶</a></h1>
46
+ <p>$project will solve your problem of where to start with documentation,
47
+ by providing a basic explanation of how to do it easily.</p>
48
+ <p>Look how easy it is to use:</p>
49
+ <blockquote>
50
+ <div>import project
51
+ # Get your stuff done
52
+ project.do_stuff()</div></blockquote>
53
+ <div class="section" id="features">
54
+ <h2>Features<a class="headerlink" href="#features" title="Permalink to this headline">¶</a></h2>
55
+ <ul class="simple">
56
+ <li>Be awesome</li>
57
+ <li>Make things faster</li>
58
+ </ul>
59
+ </div>
60
+ <div class="section" id="installation">
61
+ <h2>Installation<a class="headerlink" href="#installation" title="Permalink to this headline">¶</a></h2>
62
+ <p>Install $project by running:</p>
63
+ <blockquote>
64
+ <div>install project</div></blockquote>
65
+ </div>
66
+ <div class="section" id="contribute">
67
+ <h2>Contribute<a class="headerlink" href="#contribute" title="Permalink to this headline">¶</a></h2>
68
+ <ul class="simple">
69
+ <li>Issue Tracker: github.com/$project/$project/issues</li>
70
+ <li>Source Code: github.com/$project/$project</li>
71
+ </ul>
72
+ </div>
73
+ <div class="section" id="support">
74
+ <h2>Support<a class="headerlink" href="#support" title="Permalink to this headline">¶</a></h2>
75
+ <p>If you are having issues, please let us know.
76
+ We have a mailing list located at: <a class="reference external" href="mailto:project&#37;&#52;&#48;google-groups&#46;com">project<span>&#64;</span>google-groups<span>&#46;</span>com</a></p>
77
+ </div>
78
+ <div class="section" id="license">
79
+ <h2>License<a class="headerlink" href="#license" title="Permalink to this headline">¶</a></h2>
80
+ <p>The project is licensed under the BSD license.</p>
81
+ </div>
82
+ </div>
83
+
84
+
85
+ </div>
86
+ </div>
87
+ </div>
88
+ <div class="sphinxsidebar">
89
+ <div class="sphinxsidebarwrapper">
90
+ <h3><a href="#">Table Of Contents</a></h3>
91
+ <ul>
92
+ <li><a class="reference internal" href="#">$project</a><ul>
93
+ <li><a class="reference internal" href="#features">Features</a></li>
94
+ <li><a class="reference internal" href="#installation">Installation</a></li>
95
+ <li><a class="reference internal" href="#contribute">Contribute</a></li>
96
+ <li><a class="reference internal" href="#support">Support</a></li>
97
+ <li><a class="reference internal" href="#license">License</a></li>
98
+ </ul>
99
+ </li>
100
+ </ul>
101
+
102
+ <h3>This Page</h3>
103
+ <ul class="this-page-menu">
104
+ <li><a href="_sources/index.txt"
105
+ rel="nofollow">Show Source</a></li>
106
+ </ul>
107
+ <div id="searchbox" style="display: none">
108
+ <h3>Quick search</h3>
109
+ <form class="search" action="search.html" method="get">
110
+ <input type="text" name="q" />
111
+ <input type="submit" value="Go" />
112
+ <input type="hidden" name="check_keywords" value="yes" />
113
+ <input type="hidden" name="area" value="default" />
114
+ </form>
115
+ <p class="searchtip" style="font-size: 90%">
116
+ Enter search terms or a module, class or function name.
117
+ </p>
118
+ </div>
119
+ <script type="text/javascript">$('#searchbox').show(0);</script>
120
+ </div>
121
+ </div>
122
+ <div class="clearer"></div>
123
+ </div>
124
+ <div class="related">
125
+ <h3>Navigation</h3>
126
+ <ul>
127
+ <li class="right" style="margin-right: 10px">
128
+ <a href="genindex.html" title="General Index"
129
+ >index</a></li>
130
+ <li><a href="#">RoroaCMS 26.09.2013 documentation</a> &raquo;</li>
131
+ </ul>
132
+ </div>
133
+ <div class="footer">
134
+ &copy; Copyright 2014, Simon Fletcher.
135
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
136
+ </div>
137
+ </body>
138
+ </html>
Binary file
@@ -0,0 +1,99 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml">
6
+ <head>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+
9
+ <title>Search &mdash; RoroaCMS 26.09.2013 documentation</title>
10
+
11
+ <link rel="stylesheet" href="_static/default.css" type="text/css" />
12
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
13
+
14
+ <script type="text/javascript">
15
+ var DOCUMENTATION_OPTIONS = {
16
+ URL_ROOT: './',
17
+ VERSION: '26.09.2013',
18
+ COLLAPSE_INDEX: false,
19
+ FILE_SUFFIX: '.html',
20
+ HAS_SOURCE: true
21
+ };
22
+ </script>
23
+ <script type="text/javascript" src="_static/jquery.js"></script>
24
+ <script type="text/javascript" src="_static/underscore.js"></script>
25
+ <script type="text/javascript" src="_static/doctools.js"></script>
26
+ <script type="text/javascript" src="_static/searchtools.js"></script>
27
+ <link rel="top" title="RoroaCMS 26.09.2013 documentation" href="index.html" />
28
+ <script type="text/javascript">
29
+ jQuery(function() { Search.loadIndex("searchindex.js"); });
30
+ </script>
31
+
32
+ <script type="text/javascript" id="searchindexloader"></script>
33
+
34
+
35
+ </head>
36
+ <body>
37
+ <div class="related">
38
+ <h3>Navigation</h3>
39
+ <ul>
40
+ <li class="right" style="margin-right: 10px">
41
+ <a href="genindex.html" title="General Index"
42
+ accesskey="I">index</a></li>
43
+ <li><a href="index.html">RoroaCMS 26.09.2013 documentation</a> &raquo;</li>
44
+ </ul>
45
+ </div>
46
+
47
+ <div class="document">
48
+ <div class="documentwrapper">
49
+ <div class="bodywrapper">
50
+ <div class="body">
51
+
52
+ <h1 id="search-documentation">Search</h1>
53
+ <div id="fallback" class="admonition warning">
54
+ <script type="text/javascript">$('#fallback').hide();</script>
55
+ <p>
56
+ Please activate JavaScript to enable the search
57
+ functionality.
58
+ </p>
59
+ </div>
60
+ <p>
61
+ From here you can search these documents. Enter your search
62
+ words into the box below and click "search". Note that the search
63
+ function will automatically search for all of the words. Pages
64
+ containing fewer words won't appear in the result list.
65
+ </p>
66
+ <form action="" method="get">
67
+ <input type="text" name="q" value="" />
68
+ <input type="submit" value="search" />
69
+ <span id="search-progress" style="padding-left: 10px"></span>
70
+ </form>
71
+
72
+ <div id="search-results">
73
+
74
+ </div>
75
+
76
+ </div>
77
+ </div>
78
+ </div>
79
+ <div class="sphinxsidebar">
80
+ <div class="sphinxsidebarwrapper">
81
+ </div>
82
+ </div>
83
+ <div class="clearer"></div>
84
+ </div>
85
+ <div class="related">
86
+ <h3>Navigation</h3>
87
+ <ul>
88
+ <li class="right" style="margin-right: 10px">
89
+ <a href="genindex.html" title="General Index"
90
+ >index</a></li>
91
+ <li><a href="index.html">RoroaCMS 26.09.2013 documentation</a> &raquo;</li>
92
+ </ul>
93
+ </div>
94
+ <div class="footer">
95
+ &copy; Copyright 2014, Simon Fletcher.
96
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
97
+ </div>
98
+ </body>
99
+ </html>
@@ -0,0 +1 @@
1
+ Search.setIndex({envversion:42,terms:{explan:0,pleas:0,code:0,solv:0,done:0,have:0,thing:0,your:0,locat:0,googl:0,easi:0,start:0,make:0,how:0,tracker:0,basic:0,"import":0,you:0,document:0,sourc:0,run:0,get:0,under:0,let:0,know:0,mail:0,bsd:0,group:0,do_stuff:0,look:0,github:0,faster:0,provid:0,where:0,list:0,issu:0,easili:0,stuff:0,problem:0,com:0,awesom:0},objtypes:{},objnames:{},filenames:["index"],titles:["$project"],objects:{},titleterms:{featur:0,contribut:0,support:0,project:0,instal:0,licens:0}})
Binary file
@@ -0,0 +1,17 @@
1
+ """Sphinx ReadTheDocs theme.
2
+
3
+ From https://github.com/ryan-roemer/sphinx-bootstrap-theme.
4
+
5
+ """
6
+ import os
7
+
8
+ VERSION = (0, 1, 5)
9
+
10
+ __version__ = ".".join(str(v) for v in VERSION)
11
+ __version_full__ = __version__
12
+
13
+
14
+ def get_html_theme_path():
15
+ """Return list of HTML theme paths."""
16
+ cur_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
17
+ return cur_dir
@@ -0,0 +1,19 @@
1
+ <div role="navigation" aria-label="breadcrumbs navigation">
2
+ <ul class="wy-breadcrumbs">
3
+ <li><a href="{{ pathto(master_doc) }}">Docs</a> &raquo;</li>
4
+ {% for doc in parents %}
5
+ <li><a href="{{ doc.link|e }}">{{ doc.title }}</a> &raquo;</li>
6
+ {% endfor %}
7
+ <li>{{ title }}</li>
8
+ <li class="wy-breadcrumbs-aside">
9
+ {% if display_github %}
10
+ <!-- <a href="https://github.com/{{ github_user }}/{{ github_repo }}/blob/{{ github_version }}{{ conf_py_path }}{{ pagename }}{{ source_suffix }}" class="fa fa-github"> Edit on GitHub</a> -->
11
+ {% elif display_bitbucket %}
12
+ <a href="https://bitbucket.org/{{ bitbucket_user }}/{{ bitbucket_repo }}/src/{{ bitbucket_version}}{{ conf_py_path }}{{ pagename }}{{ source_suffix }}" class="fa fa-bitbucket"> Edit on Bitbucket</a>
13
+ {% elif show_source and has_source and sourcename %}
14
+ <a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow"> View page source</a>
15
+ {% endif %}
16
+ </li>
17
+ </ul>
18
+ <hr/>
19
+ </div>
@@ -0,0 +1,31 @@
1
+ <footer>
2
+ {% if next or prev %}
3
+ <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
4
+ {% if next %}
5
+ <a href="{{ next.link|e }}" class="btn btn-neutral float-right" title="{{ next.title|striptags|e }}">Next <span class="fa fa-arrow-circle-right"></span></a>
6
+ {% endif %}
7
+ {% if prev %}
8
+ <a href="{{ prev.link|e }}" class="btn btn-neutral" title="{{ prev.title|striptags|e }}"><span class="fa fa-arrow-circle-left"></span> Previous</a>
9
+ {% endif %}
10
+ </div>
11
+ {% endif %}
12
+
13
+ <hr/>
14
+
15
+ <div role="contentinfo">
16
+ <p>
17
+ {%- if show_copyright %}
18
+ {%- if hasdoc('copyright') %}
19
+ {% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
20
+ {%- else %}
21
+ {% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %}
22
+ {%- endif %}
23
+ {%- endif %}
24
+
25
+ {%- if last_updated %}
26
+ {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
27
+ {%- endif %}
28
+ </p>
29
+ </div>
30
+
31
+ </footer>
@@ -0,0 +1,161 @@
1
+ {# TEMPLATE VAR SETTINGS #}
2
+ {%- set url_root = pathto('', 1) %}
3
+ {%- if url_root == '#' %}{% set url_root = '' %}{% endif %}
4
+ {%- if not embedded and docstitle %}
5
+ {%- set titlesuffix = " &mdash; "|safe + docstitle|e %}
6
+ {%- else %}
7
+ {%- set titlesuffix = "" %}
8
+ {%- endif %}
9
+
10
+ <!DOCTYPE html>
11
+ <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
12
+ <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
13
+ <head>
14
+ <meta charset="utf-8">
15
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
16
+ {% block htmltitle %}
17
+ <title>{{ title|striptags|e }}{{ titlesuffix }}</title>
18
+ {% endblock %}
19
+
20
+ {# FAVICON #}
21
+ {% if favicon %}
22
+ <link rel="shortcut icon" href="{{ pathto('_static/' + favicon, 1) }}"/>
23
+ {% endif %}
24
+
25
+ {# CSS #}
26
+ <link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
27
+
28
+ {# OPENSEARCH #}
29
+ {% if not embedded %}
30
+ {% if use_opensearch %}
31
+ <link rel="search" type="application/opensearchdescription+xml" title="{% trans docstitle=docstitle|e %}Search within {{ docstitle }}{% endtrans %}" href="{{ pathto('_static/opensearch.xml', 1) }}"/>
32
+ {% endif %}
33
+
34
+ {% endif %}
35
+
36
+ {% for cssfile in css_files %}
37
+ <link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css" />
38
+ {% endfor %}
39
+
40
+ <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900,300italic,400italic,600italic,700italic,900italic' rel='stylesheet' type='text/css'>
41
+ <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
42
+ <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
43
+ <link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
44
+ <link rel="stylesheet" href="{{ pathto('_static/css/sylius.css' , 1) }}" type="text/css" />
45
+
46
+ {%- block linktags %}
47
+ {%- if hasdoc('about') %}
48
+ <link rel="author" title="{{ _('About these documents') }}"
49
+ href="{{ pathto('about') }}"/>
50
+ {%- endif %}
51
+ {%- if hasdoc('genindex') %}
52
+ <link rel="index" title="{{ _('Index') }}"
53
+ href="{{ pathto('genindex') }}"/>
54
+ {%- endif %}
55
+ {%- if hasdoc('search') %}
56
+ <link rel="search" title="{{ _('Search') }}" href="{{ pathto('search') }}"/>
57
+ {%- endif %}
58
+ {%- if hasdoc('copyright') %}
59
+ <link rel="copyright" title="{{ _('Copyright') }}" href="{{ pathto('copyright') }}"/>
60
+ {%- endif %}
61
+ <link rel="top" title="{{ docstitle|e }}" href="{{ pathto('index') }}"/>
62
+ {%- if parents %}
63
+ <link rel="up" title="{{ parents[-1].title|striptags|e }}" href="{{ parents[-1].link|e }}"/>
64
+ {%- endif %}
65
+ {%- if next %}
66
+ <link rel="next" title="{{ next.title|striptags|e }}" href="{{ next.link|e }}"/>
67
+ {%- endif %}
68
+ {%- if prev %}
69
+ <link rel="prev" title="{{ prev.title|striptags|e }}" href="{{ prev.link|e }}"/>
70
+ {%- endif %}
71
+ {%- endblock %}
72
+ {%- block extrahead %} {% endblock %}
73
+
74
+ {# Keep modernizr in head - http://modernizr.com/docs/#installing #}
75
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
76
+
77
+ </head>
78
+
79
+ <body class="wy-body-for-nav" role="document">
80
+
81
+ <div class="wy-grid-for-nav">
82
+
83
+ {# SIDE NAV, TOGGLES ON MOBILE #}
84
+ <nav data-toggle="wy-nav-shift" class="wy-nav-side">
85
+ <div class="wy-side-nav-logo">
86
+ <a href="{{ pathto(master_doc) }}" class="logo"></a>
87
+ </div>
88
+
89
+ <div class="wy-side-nav-search">
90
+ {% include "searchbox.html" %}
91
+ </div>
92
+
93
+ <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
94
+ {% set toctree = toctree(maxdepth=2, collapse=False, includehidden=True) %}
95
+ {% if toctree %}
96
+ {{ toctree }}
97
+ {% else %}
98
+ <!-- Local TOC -->
99
+ <div class="local-toc">{{ toc }}</div>
100
+ {% endif %}
101
+ </div>
102
+ &nbsp;
103
+ </nav>
104
+
105
+ <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
106
+
107
+ {# MOBILE NAV, TRIGGLES SIDE NAV ON TOGGLE #}
108
+ <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
109
+ <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
110
+ <a href="{{ pathto(master_doc) }}">{{ project }}</a>
111
+ </nav>
112
+
113
+
114
+ {# PAGE CONTENT #}
115
+ <div class="wy-nav-content">
116
+ <div class="rst-content">
117
+ {% include "breadcrumbs.html" %}
118
+ <div role="main">
119
+ {% block body %}{% endblock %}
120
+ </div>
121
+ {% include "footer.html" %}
122
+ </div>
123
+ </div>
124
+
125
+ </section>
126
+
127
+ </div>
128
+ {% include "versions.html" %}
129
+
130
+ {% if not embedded %}
131
+
132
+ <script type="text/javascript">
133
+ var DOCUMENTATION_OPTIONS = {
134
+ URL_ROOT:'{{ url_root }}',
135
+ VERSION:'{{ release|e }}',
136
+ COLLAPSE_INDEX:false,
137
+ FILE_SUFFIX:'{{ '' if no_search_suffix else file_suffix }}',
138
+ HAS_SOURCE: {{ has_source|lower }}
139
+ };
140
+ </script>
141
+ {%- for scriptfile in script_files %}
142
+ <script type="text/javascript" src="{{ pathto(scriptfile, 1) }}"></script>
143
+ {%- endfor %}
144
+
145
+ {% endif %}
146
+
147
+ <script type="text/javascript" src="{{ pathto('_static/js/theme.js', 1) }}"></script>
148
+
149
+ {# STICKY NAVIGATION #}
150
+ {% if theme_sticky_navigation %}
151
+ <script type="text/javascript">
152
+ jQuery(function () {
153
+ SphinxRtdTheme.StickyNav.enable();
154
+ });
155
+ </script>
156
+ {% endif %}
157
+
158
+ {%- block footer %} {% endblock %}
159
+
160
+ </body>
161
+ </html>