Skip to content
Snippets Groups Projects

MAINT: Rename caosdb -> linkahead

Open Daniel Hornung requested to merge f-linkahead-rename into dev
4 files
+ 8
4
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 8
8
@@ -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-mysqlbackend'
copyright = '2021 - 2024, IndiScale GmbH'
author = 'Daniel Hornung'
@@ -69,7 +69,7 @@ master_doc = 'index'
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
@@ -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-mysqlbackenddoc'
# -- 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-mysqlbackend.tex', 'linkahead-mysqlbackend 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-mysqlbackend', 'linkahead-mysqlbackend 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-mysqlbackend', 'linkahead-mysqlbackend Documentation',
author, 'linkahead-mysqlbackend', 'One line description of project.',
'Miscellaneous'),
]
Loading