summaryrefslogtreecommitdiffstats
path: root/docs/submodules/releng
AgeCommit message (Expand)AuthorFilesLines
2018-01-11Update git submodulesFatih Degirmenci1-0/+0
2018-01-11Update git submodules001845321-0/+0
2018-01-10Update git submodulesTrevor Bramwell1-0/+0
2018-01-10Update git submodulesSerena Feng1-0/+0
2018-01-10Update git submodulesRyota Mibu1-0/+0
2018-01-09Update git submodulesRyota Mibu1-0/+0
2018-01-09Update git submodulesRyota Mibu1-0/+0
2018-01-08Update git submodulesAric Gardner1-0/+0
2018-01-08Update git submodulesAric Gardner1-0/+0
2018-01-08Update git submodulesSerena Feng1-0/+0
2018-01-04Update git submodulesAric Gardner1-0/+0
2018-01-04Update git submodulesTim Rozet1-0/+0
2018-01-04Update git submodulesxudan1-0/+0
2018-01-03Update git submodulesmei mei1-0/+0
2018-01-02Update git submodulesTim Rozet1-0/+0
2018-01-02Update git submodulesxudan1-0/+0
2017-12-29Update git submodulesxudan1-0/+0
2017-12-28Update git submodulesmei mei1-0/+0
2017-12-28Update git submodulesmei mei1-0/+0
2017-12-28Update git submodulesmei mei1-0/+0
2017-12-26Update git submodulesYujun Zhang1-0/+0
2017-12-22Update git submodulesmbeierl1-0/+0
2017-12-21Update git submodulesMichael Polenchuk1-0/+0
2017-12-21Update git submodulesFatih Degirmenci1-0/+0
2017-12-20Update git submodulesTim Rozet1-0/+0
2017-12-20Update git submodulesAric Gardner1-0/+0
2017-12-20Update git submodulesFatih Degirmenci1-0/+0
2017-12-18Update git submodulesmei mei1-0/+0
2017-12-18Update git submodulesmei mei1-0/+0
2017-12-15Update git submodulesMarkos Chandras1-0/+0
2017-12-15Update git submodulesFatih Degirmenci1-0/+0
2017-12-15Update git submodulesSerena Feng1-0/+0
2017-12-14Update git submodulesAric Gardner1-0/+0
2017-12-14Update git submodulesMarkos Chandras1-0/+0
2017-12-14Update git submodulesFatih Degirmenci1-0/+0
2017-12-14Update git submodulesFatih Degirmenci1-0/+0
2017-12-14Update git submoduleswutianwei1-0/+0
2017-12-13Update git submodulesmei mei1-0/+0
2017-12-13Update git submodulesJose Lausuch1-0/+0
2017-12-13Update git submodulesmei mei1-0/+0
2017-12-13Update git submodulesmei mei1-0/+0
2017-12-13Update git submodulesmei mei1-0/+0
2017-12-12Update git submodulesmei mei1-0/+0
2017-12-11Update git submodulesFatih Degirmenci1-0/+0
2017-12-11Update git submodulesTrevor Bramwell1-0/+0
2017-12-11Update git submodulesFatih Degirmenci1-0/+0
2017-12-08Update git submodulesTim Rozet1-0/+0
2017-12-07Update git submodulesFatih Degirmenci1-0/+0
2017-12-07Update git submodulesFatih Degirmenci1-0/+0
2017-12-07Update git submodulesSerena Feng1-0/+0
s="s1">'OPNFV' # -- Options for LaTeX output --------------------------------------------- latex_elements = { # The paper size ('letterpaper' or 'a4paper'). #'papersize': 'letterpaper', # The font size ('10pt', '11pt' or '12pt'). #'pointsize': '10pt', # Additional stuff for the LaTeX preamble. #'preamble': '', # Latex figure (float) alignment #'figure_align': 'htbp', } # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'OPNFV.tex', 'OPNFV Documentation', 'OPNFV Project', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of # the title page. # latex_logo = None # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. # latex_use_parts = False # If true, show page references after internal links. # latex_show_pagerefs = False # If true, show URL addresses after external links. # latex_show_urls = False # Documents to append as an appendix to all manuals. # latex_appendices = [] # If false, no module index is generated. # latex_domain_indices = True # -- Options for manual page output --------------------------------------- # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ (master_doc, 'OPNFVDocs', 'OPNFV Documentation', [author], 1) ] # If true, show URL addresses after external links. # man_show_urls = False # -- Options for Texinfo output ------------------------------------------- # Grouping the document tree into Texinfo files. List of tuples # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ (master_doc, 'OPNFVDocs', 'OPNFV Documentation', author, 'OPNFV', 'One line description of project.', 'Miscellaneous'), ] html_sidebars = {'**': ['localtoc.html', 'relations.html'],} # Documents to append as an appendix to all manuals. # texinfo_appendices = [] # If false, no module index is generated. # texinfo_domain_indices = True # How to display URL addresses: 'footnote', 'no', or 'inline'. # texinfo_show_urls = 'footnote' # If true, do not generate a @detailmenu in the "Top" node's menu. # texinfo_no_detailmenu = False # intersphinx_mapping = # {'RTD':('http://opnfvdocsdemo.readthedocs.io/projects/', None)}