Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-pylib
Commits
54b44c04
Commit
54b44c04
authored
Jun 1, 2021
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
DOC: API documentation as single pages.
parent
37a1abb2
No related branches found
No related tags found
1 merge request
!11
DOC: Update tutorial on error handling
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/doc/Makefile
+1
-1
1 addition, 1 deletion
src/doc/Makefile
src/doc/index.rst
+1
-1
1 addition, 1 deletion
src/doc/index.rst
with
2 additions
and
2 deletions
src/doc/Makefile
+
1
−
1
View file @
54b44c04
...
@@ -45,4 +45,4 @@ doc-help:
...
@@ -45,4 +45,4 @@ doc-help:
@$(
SPHINXBUILD
)
-M
$@
"
$(
SOURCEDIR
)
"
"
$(
BUILDDIR
)
"
$(
SPHINXOPTS
)
$(
O
)
@$(
SPHINXBUILD
)
-M
$@
"
$(
SOURCEDIR
)
"
"
$(
BUILDDIR
)
"
$(
SPHINXOPTS
)
$(
O
)
apidoc
:
apidoc
:
@$(
SPHINXAPIDOC
)
-o
_apidoc
$(
PY_BASEDIR
)
@$(
SPHINXAPIDOC
)
-o
_apidoc
$(
PY_BASEDIR
)
--separate
This diff is collapsed.
Click to expand it.
src/doc/index.rst
+
1
−
1
View file @
54b44c04
...
@@ -12,7 +12,7 @@ Welcome to PyCaosDB's documentation!
...
@@ -12,7 +12,7 @@ Welcome to PyCaosDB's documentation!
Concepts <concepts>
Concepts <concepts>
Configuration <configuration>
Configuration <configuration>
Administration <administration>
Administration <administration>
API documentation<_apidoc/
modules
>
API documentation<_apidoc/
caosdb
>
This is the documentation for the Python client library for CaosDB, ``PyCaosDB``.
This is the documentation for the Python client library for CaosDB, ``PyCaosDB``.
...
...
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