Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
kwant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joseph Weston
kwant
Commits
5d79fc63
Commit
5d79fc63
authored
9 years ago
by
Anton Akhmerov
Browse files
Options
Downloads
Plain Diff
Merge branch 'stable_py2' into stable
parents
ec006432
d4804df4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/Makefile
+2
-0
2 additions, 0 deletions
doc/Makefile
doc/templates/layout.html
+20
-0
20 additions, 0 deletions
doc/templates/layout.html
with
22 additions
and
0 deletions
doc/Makefile
+
2
−
0
View file @
5d79fc63
...
...
@@ -50,6 +50,8 @@ help:
@
echo
" changes to make an overview of all changed/added/deprecated items"
@
echo
" linkcheck to check all external links for integrity"
@
echo
" doctest to run all doctests embedded in the documentation (if enabled)"
@
echo
@
echo
"Append SPHINXOPTS='-A website_deploy=True' to include web analytics code."
clean
:
-
rm
-rf
$(
BUILDDIR
)
/
*
$(
GENERATEDPDF
)
...
...
This diff is collapsed.
Click to expand it.
doc/templates/layout.html
+
20
−
0
View file @
5d79fc63
...
...
@@ -209,5 +209,25 @@
{%- endif %}
</div>
{%- endblock %}
{%- if website_deploy %}
<!-- Piwik -->
<script
type=
"text/javascript"
>
var
_paq
=
_paq
||
[];
_paq
.
push
([
"
setDocumentTitle
"
,
document
.
domain
+
"
/
"
+
document
.
title
]);
_paq
.
push
([
"
setCookieDomain
"
,
"
*.kwant-project.org
"
]);
_paq
.
push
([
"
trackPageView
"
]);
_paq
.
push
([
"
enableLinkTracking
"
]);
(
function
()
{
var
u
=
((
"
https:
"
==
document
.
location
.
protocol
)
?
"
https
"
:
"
http
"
)
+
"
://piwik.kwant-project.org/
"
;
_paq
.
push
([
"
setTrackerUrl
"
,
u
+
"
piwik.php
"
]);
_paq
.
push
([
"
setSiteId
"
,
"
1
"
]);
var
d
=
document
,
g
=
d
.
createElement
(
"
script
"
),
s
=
d
.
getElementsByTagName
(
"
script
"
)[
0
];
g
.
type
=
"
text/javascript
"
;
g
.
defer
=
true
;
g
.
async
=
true
;
g
.
src
=
u
+
"
piwik.js
"
;
s
.
parentNode
.
insertBefore
(
g
,
s
);
})();
</script>
<noscript><img
src=
"http://piwik.kwant-project.org/piwik.php?idsite=1&rec=1"
style=
"border:0"
alt=
""
/></noscript>
<!-- End Piwik Code: Analytics are used by us to improve the site, and not sent to anyone. -->
{%- endif %}
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment