Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-mysqlbackend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-mysqlbackend
Commits
ab5e7c60
Commit
ab5e7c60
authored
1 year ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: correct names
parent
16bda259
No related branches found
No related tags found
1 merge request
!28
F overview
Pipeline
#45230
passed
1 year ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/concepts.rst
+3
-3
3 additions, 3 deletions
doc/concepts.rst
doc/conf.py
+9
-9
9 additions, 9 deletions
doc/conf.py
with
12 additions
and
12 deletions
doc/concepts.rst
+
3
−
3
View file @
ab5e7c60
========================
The concepts of
pycaosdb
========================
========================
=================
The concepts of
the LinkAhead SQL Backend
========================
=================
.. toctree::
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py
+
9
−
9
View file @
ab5e7c60
...
...
@@ -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-mysql
backend
'
project
=
'
linkahead-mariadb
backend
'
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-mysql
backenddoc
'
htmlhelp_basename
=
'
linkahead-mariadb
backenddoc
'
# -- 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-mysql
backend Documentation
'
,
(
master_doc
,
'
linkahead-mariadbbackend.tex
'
,
'
linkahead-mariadb
backend 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-mysql
backend Documentation
'
,
(
master_doc
,
'
linkahead-mariadbbackend
'
,
'
linkahead-mariadb
backend 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-mysql
backend Documentation
'
,
author
,
'
caosdb-mysql
backend
'
,
'
One line description of project.
'
,
(
master_doc
,
'
linkahead-mariadbbackend
'
,
'
linkahead-mariadb
backend Documentation
'
,
author
,
'
linkahead-mariadb
backend
'
,
'
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
=
{
"
m
ysql
backend
"
:
"
./_doxygen/xml
"
"
m
ariadb
backend
"
:
"
./_doxygen/xml
"
}
breathe_default_project
=
"
m
ysql
backend
"
breathe_default_project
=
"
m
ariadb
backend
"
# -- Options for intersphinx extension ---------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment