Mercurial > p > roundup > code
comparison website/www/_templates/layout.html @ 6163:c2fd254c9257
Doc updates/indexing.
doc/admin_guide.txt, doc/customizing.txt, doc/features.txt,
doc/installation.txt, doc/mysql.txt, doc/postgresql.txt: adding
index entries
doc/customizing.txt: reference schema changes later in document in
addition to wiki.
website/www/contents.txt: make wiki url https:.... Remove
indices/tables as they don't show up in web interface. Put
docs/announcement.txt into hidden toctree to silence warning from
sphinx. Announcement.txt is referenced from index.txt so can't
silence by adding to conf.py exclude_patern.
website/www/index.txt: mention security and other improvements in jinja2
templates.
website/www/conf.py: get rid of all warning by using exclude_patterns
to ignore docs that aren't included. Remove exclude_trees using
exclude_pattern instead. Make html_add_permalinks value acceptable
so no warning reported.
website/www/_static/style.css, website/www/_templtes/layout.html:
add prev/next/index links for all doc pages.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 13 May 2020 00:40:14 -0400 |
| parents | c84dbc205b57 |
| children | a9fcb4b0bad9 |
comparison
equal
deleted
inserted
replaced
| 6162:9cfdbfc6d8ed | 6163:c2fd254c9257 |
|---|---|
| 82 {{ toctree() }} | 82 {{ toctree() }} |
| 83 </div> | 83 </div> |
| 84 <script type="text/javascript" src="http://www.ohloh.net/p/488/widgets/project_users_logo.js"></script> | 84 <script type="text/javascript" src="http://www.ohloh.net/p/488/widgets/project_users_logo.js"></script> |
| 85 </div> | 85 </div> |
| 86 <div class="content"> | 86 <div class="content"> |
| 87 <div id="subnav"> | |
| 88 {%- if prev %} | |
| 89 <a title="{{ prev.title|striptags }}" href="{{ prev.link|e }}"> | |
| 90 Prev</a> | |
| 91 {%- endif %} | |
| 92 {%- if next %} | |
| 93 <a title="{{ next.title|striptags }}" href="{{ next.link|e }}"> | |
| 94 Next</a> | |
| 95 {%- endif %} | |
| 96 <a title="{{ _('Index') }}" href="{{ pathto('genindex') }}"> | |
| 97 Index</a> | |
| 98 </div> | |
| 87 {% block body %} {% endblock %} | 99 {% block body %} {% endblock %} |
| 88 </div> | 100 </div> |
| 89 {%- block footer %} | 101 {%- block footer %} |
| 90 <div class="footer"> | 102 <div class="footer"> |
| 91 <div> | 103 <div> |
