Skip to content

Commit

Permalink
Updating layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
aert-odoo committed Nov 16, 2011
1 parent adb7089 commit 39ca9d6
Show file tree
Hide file tree
Showing 5 changed files with 186 additions and 190 deletions.
16 changes: 6 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
Notes techniques
****************
Programming Notes
*****************

.. .. contents::

Pense-bête pour le développement.
Memo for programming purposes.

.. sidebar:: Note
.. seealso::

- Consultation en ligne:

http://aert-notes-dev.readthedocs.org
- Téléchargement:

https://github.com/aert/aert-notes-dev
- `Online reading <http://aert-notes-dev.readthedocs.org>`_
- `Git & GitHub <https://github.com/aert/aert-notes-dev>`_

6 changes: 3 additions & 3 deletions _templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h3>{{ _('Navigation') }}</h3>
{%- if not loop.first %}{{ reldelim2 }}{% endif %}</li>
{%- endfor %}
{%- block rootrellink %}
<li><a href="http://kivy.org/">Homepage</a> &raquo;</li>
<li><a href="{{ pathto(master_doc) }}">Homepage</a> &raquo;</li>
<li><a href="{{ pathto(master_doc) }}">{{ shorttitle|e }}</a>{{ reldelim1 }}</li>
{%- endblock %}
{%- for parent in parents %}
Expand All @@ -32,7 +32,7 @@ <h3>{{ _('Navigation') }}</h3>
{%- macro relbar() %}
<div class="related">
<ul>
<li><a href="http://kivy.org/">Homepage</a> - </li>
<li><a href="{{ pathto(master_doc) }}">Homepage</a> - </li>
<li><a href="{{ pathto(master_doc) }}">Documentation</a></li>
{#
{%- for parent in parents %}
Expand Down Expand Up @@ -165,7 +165,7 @@ <h3>Related Topics</h3>

<div id="header">
<div id="logo">
<a href="http://kivy.org/">
<a href="{{ pathto(master_doc) }}">
<img src="{{ pathto('_static/' + logo, 1) }}" alt="Logo"/>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion content/js.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ HTML 5

.. index:: HTML 5

- `Modernizr <www.modernizr.com>`_ : *Tests browser's html5 capabilities and manages js dependancies*
- `Modernizr <http://www.modernizr.com>`_ : *Tests browser's html5 capabilities and manages js dependancies*

Loading

0 comments on commit 39ca9d6

Please sign in to comment.