Skip to content
Snippets Groups Projects
Commit ab5e7c60 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: correct names

parent 16bda259
No related branches found
No related tags found
1 merge request!28F overview
Pipeline #45230 passed
========================
The concepts of pycaosdb
========================
=========================================
The concepts of the LinkAhead SQL Backend
=========================================
.. toctree::
......
......@@ -16,12 +16,12 @@ import sphinx_rtd_theme
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('../caosdb'))
# sys.path.insert(0, os.path.abspath('../linkahead'))
# -- Project information -----------------------------------------------------
project = 'caosdb-mysqlbackend'
project = 'linkahead-mariadbbackend'
copyright = '2021, IndiScale GmbH'
author = 'Daniel Hornung'
......@@ -112,7 +112,7 @@ html_theme = 'sphinx_rtd_theme'
# -- Options for HTMLHelp output ---------------------------------------------
# Output file base name for HTML help builder.
htmlhelp_basename = 'caosdb-mysqlbackenddoc'
htmlhelp_basename = 'linkahead-mariadbbackenddoc'
# -- Options for LaTeX output ------------------------------------------------
......@@ -139,7 +139,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'caosdb-mysqlbackend.tex', 'caosdb-mysqlbackend Documentation',
(master_doc, 'linkahead-mariadbbackend.tex', 'linkahead-mariadbbackend Documentation',
'IndiScale GmbH', 'manual'),
]
......@@ -149,7 +149,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'caosdb-mysqlbackend', 'caosdb-mysqlbackend Documentation',
(master_doc, 'linkahead-mariadbbackend', 'linkahead-mariadbbackend Documentation',
[author], 1)
]
......@@ -160,8 +160,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'caosdb-mysqlbackend', 'caosdb-mysqlbackend Documentation',
author, 'caosdb-mysqlbackend', 'One line description of project.',
(master_doc, 'linkahead-mariadbbackend', 'linkahead-mariadbbackend Documentation',
author, 'linkahead-mariadbbackend', 'One line description of project.',
'Miscellaneous'),
]
......@@ -190,9 +190,9 @@ epub_exclude_files = ['search.html']
# See also https://breathe.readthedocs.io/en/latest/quickstart.html
breathe_projects = {
"mysqlbackend": "./_doxygen/xml"
"mariadbbackend": "./_doxygen/xml"
}
breathe_default_project = "mysqlbackend"
breathe_default_project = "mariadbbackend"
# -- Options for intersphinx extension ---------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment