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