-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93f796b
commit 6d7e5b2
Showing
12 changed files
with
553 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{# | ||
basic/layout.html | ||
~~~~~~~~~~~~~~~~~ | ||
|
||
Master layout template for Sphinx themes. | ||
|
||
:copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS. | ||
:license: BSD, see LICENSE for details. | ||
#} | ||
{%- extends "basic/layout.html" %} | ||
|
||
{# put the sidebar before the body #} | ||
{% block sidebar1 %}{{ sidebar() }}{% endblock %} | ||
{% block sidebar2 %}{% endblock %} | ||
|
||
{# enable font #} | ||
{% block extrahead %} | ||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700' | ||
rel='stylesheet' type='text/css' /> | ||
{{ super() }} | ||
{% endblock %} | ||
|
||
{# static banner #} | ||
{% block header %} | ||
<div class="pageheader"> | ||
<ul> | ||
<li><a href="{{ pathto('index') }}">Home</a></li> | ||
<li><a href="{{ pathto('user_manual/user_manual') }}">Doc</a></li> | ||
<li><a href="{{ pathto('examples/examples') }}">Examples</a></li> | ||
</ul> | ||
<a href="{{ pathto('index') }}"> | ||
<h1> | ||
<img src="{{ pathto('_static/logo-openturns-wo-bg.png', 1) }}" alt="" width=100px height=100px /> | ||
ottemplate | ||
</h1> | ||
<h2> Module ottemplate </h2> | ||
</a> | ||
</div> | ||
{% endblock %} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.