Update layout
This commit is contained in:
parent
8954d1e013
commit
ba534e264d
5 changed files with 44 additions and 72 deletions
|
|
@ -161,9 +161,9 @@
|
|||
<!--<div class="nav-collapse" id="navigation" class="related">
|
||||
{{ toctree(collapse=True, maxdepth=-1, titles_only=False) }}
|
||||
</div>-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://github.com/alchemy-fr/PHP-FFmpeg/">
|
||||
<a href="{{ github_repo }}">
|
||||
<img style="z-index:1200;position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub">
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -171,7 +171,7 @@
|
|||
|
||||
<div class="row-fluid">
|
||||
<div class="span4">
|
||||
<img src="{{ pathto('_static/img/ffmpeg.png', 1) }}"/>
|
||||
<img src="{{ pathto('_static/img/project.png', 1) }}"/>
|
||||
{{ sidebar() }}
|
||||
</div>
|
||||
<div class="span8">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
import sys, os
|
||||
import os.path
|
||||
|
||||
# If extensions (or modules to document with autodoc) are in another directory,
|
||||
# add these directories to sys.path here. If the directory is relative to the
|
||||
|
|
@ -228,38 +229,6 @@ texinfo_documents = [
|
|||
# How to display URL addresses: 'footnote', 'no', or 'inline'.
|
||||
#texinfo_show_urls = 'footnote'
|
||||
|
||||
|
||||
|
||||
# project name
|
||||
project = u'PHP-FFMpeg'
|
||||
|
||||
# Tex info conf
|
||||
texinfo_documents = [
|
||||
('index', 'PHP-FFMpeg', u'PHP-FFMpeg Documentation',
|
||||
u'Romain Neutron - Alchemy', 'PHP-FFMpeg', 'One line description of project.',
|
||||
'Miscellaneous'),
|
||||
]
|
||||
|
||||
# Man page conf
|
||||
man_pages = [
|
||||
('index', 'phpffmpeg', u'PHP-FFMpeg name Documentation',
|
||||
[u'Romain Neutron - Alchemy'], 1)
|
||||
]
|
||||
|
||||
# Latex doc conf
|
||||
latex_documents = [
|
||||
('index', 'PHPFFMpeg.tex', u'PHP-FFMpeg Documentation',
|
||||
u'Romain Neutron - Alchemy', 'manual'),
|
||||
]
|
||||
|
||||
# html help basename
|
||||
htmlhelp_basename = 'PHPFFMpegdoc'
|
||||
|
||||
# version
|
||||
version = '0.1'
|
||||
|
||||
# release
|
||||
release = '0.1'
|
||||
|
||||
# Copyright Value ex : copyright = u'2012, Alchemy'
|
||||
copyright = u'2012, Romain Neutron - Alchemy'
|
||||
current_dir = os.path.dirname(os.path.abspath(__file__))
|
||||
sys.path.append(current_dir)
|
||||
from local_conf import *
|
||||
|
|
|
|||
37
docs/source/local_conf.py
Normal file
37
docs/source/local_conf.py
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
|
||||
# project name
|
||||
project = u'Project Name'
|
||||
|
||||
#github repository URL
|
||||
github_repo = ''
|
||||
|
||||
# Tex info conf
|
||||
texinfo_documents = [
|
||||
('index', 'Project name', u'Project Documentation',
|
||||
u'Copyright holder', 'Project name', 'One line description of project.',
|
||||
'Miscellaneous'),
|
||||
]
|
||||
|
||||
# Man page conf
|
||||
man_pages = [
|
||||
('index', 'projectname', u'PProject name Documentation',
|
||||
[u'Copyright holder'], 1)
|
||||
]
|
||||
|
||||
# Latex doc conf
|
||||
latex_documents = [
|
||||
('index', 'ProjectName.tex', u'Project Name Documentation',
|
||||
u'Copyright holder', 'manual'),
|
||||
]
|
||||
|
||||
# html help basename
|
||||
htmlhelp_basename = 'PROJECTdoc'
|
||||
|
||||
# version
|
||||
version = '0.1'
|
||||
|
||||
# release
|
||||
release = '0.1'
|
||||
|
||||
# Copyright Value ex : copyright = u'2012, Alchemy'
|
||||
copyright = u'2012, Alchemy'
|
||||
Loading…
Add table
Add a link
Reference in a new issue