mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
python/docs: use the same links on top as in man pages
I forgot to commit the layout file, because it was gitignored. Fixed now.
This commit is contained in:
parent
fa28d83678
commit
082cca735b
@ -3898,7 +3898,7 @@ doc-sync: all destdir-sphinx
|
||||
gtkdoc-rebase --html-dir=docs/gudev/html --online
|
||||
rsync -av --delete docs/gudev/html/ --omit-dir-times $(www_target)/gudev/
|
||||
rsync -av --delete-excluded --include="*.html" --exclude="*" --omit-dir-times man/ $(www_target)/man/
|
||||
rsync -av --delete --omit-dir-times docs/python-systemd/ $(www_target)/python-systemd/
|
||||
rsync -av --delete --omit-dir-times docs/html/python-systemd/ $(www_target)/python-systemd/
|
||||
|
||||
git-tag:
|
||||
git tag "v$(VERSION)" -m "systemd $(VERSION)"
|
||||
|
1
src/python-systemd/docs/.gitignore
vendored
Normal file
1
src/python-systemd/docs/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!layout.html
|
17
src/python-systemd/docs/layout.html
Normal file
17
src/python-systemd/docs/layout.html
Normal file
@ -0,0 +1,17 @@
|
||||
{% extends "!layout.html" %}
|
||||
|
||||
{% block relbar1 %}
|
||||
<a href="../man/systemd.index.html">Index </a>·
|
||||
<a href="../man/systemd.directives.html">Directives </a>·
|
||||
<a href="index.html">Python </a>·
|
||||
<a href="../libudev/index.html">libudev </a>·
|
||||
<a href="../libudev/index.html">gudev </a>
|
||||
<span style="float:right">systemd v. {{release}}</span>
|
||||
<hr />
|
||||
{% endblock %}
|
||||
|
||||
{# remove the lower relbar #}
|
||||
{% block relbar2 %} {% endblock %}
|
||||
|
||||
{# remove the footer #}
|
||||
{% block footer %} {% endblock %}
|
Loading…
Reference in New Issue
Block a user