Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
d11c8dce
Commit
d11c8dce
authored
Nov 18, 2010
by
Tiago Peixoto
Browse files
Small documentation fixes
parent
86ed2c2b
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/.templates/layout.html
View file @
d11c8dce
...
...
@@ -5,11 +5,16 @@
{% endblock %}
{% block extrahead %}
<script
src=
"https://ssl.google-analytics.com/urchin.js"
type=
"text/javascript"
>
</script>
<script
type=
"text/javascript"
>
_uacct
=
"
UA-248813-2
"
;
urchinTracker
();
var
_gaq
=
_gaq
||
[];
_gaq
.
push
([
'
_setAccount
'
,
'
UA-248813-2
'
]);
_gaq
.
push
([
'
_setDomainName
'
,
'
.skewed.de
'
]);
_gaq
.
push
([
'
_trackPageview
'
]);
(
function
()
{
var
ga
=
document
.
createElement
(
'
script
'
);
ga
.
type
=
'
text/javascript
'
;
ga
.
async
=
true
;
ga
.
src
=
(
'
https:
'
==
document
.
location
.
protocol
?
'
https://ssl
'
:
'
http://www
'
)
+
'
.google-analytics.com/ga.js
'
;
var
s
=
document
.
getElementsByTagName
(
'
script
'
)[
0
];
s
.
parentNode
.
insertBefore
(
ga
,
s
);
})();
</script>
{{ super() }}
{% endblock %}
...
...
doc/Makefile
View file @
d11c8dce
...
...
@@ -8,4 +8,4 @@ test:
OMP_NUM_THREADS
=
1 sphinx-build
-b
doctest
.
build
push
:
rsync
-rEvpLz
build/
*
root@
fork
ed.de:/var/www/graph-tool-doc/
rsync
-rEvpLz
build/
*
root@
skew
ed.de:/var/www/graph-tool-doc/
doc/conf.py
View file @
d11c8dce
...
...
@@ -219,14 +219,12 @@ latex_documents = [
#latex_logo = "graph-draw.png"
latex_elements
=
{
'papersize'
:
"a4paper"
,
'fontpkg'
:
r
"\usepackage{palatino}\usepackage{eulervm}"
}
'papersize'
:
"a4paper"
,
'fontpkg'
:
r
"\usepackage{palatino}\usepackage{eulervm}"
}
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping
=
{
'http://docs.python.org'
:
None
,
'http://docs.scipy.org/doc/numpy'
:
None
,
'http://docs.scipy.org/doc/scipy/reference'
:
None
,
'http://matplotlib.sourceforge.net'
:
None
}
'http://matplotlib.sourceforge.net'
:
None
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment