Skip to content

Commit

Permalink
fixes docs
Browse files Browse the repository at this point in the history
  • Loading branch information
David Erb committed May 31, 2023
1 parent 09b6610 commit 364c121
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 47 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
dls-servbase
=======================================================================

Simple HTTP service for database operations.

Agnostic of type of underlying sql client, provides single-writer access to native database and has a predefined database schema for cookies.

For documentation see: https://diamondlightsource.github.io/dls-servbase
44 changes: 0 additions & 44 deletions README.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/api/classes.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Classes
=======================================================================
.. autoclass:: dls_servbase_lib.databases.databases.Databases
.. autoclass:: dls_servbase_lib.datafaces.datafaces.Datafaces
:members:
2 changes: 0 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

.. include:: ../README.rst
:end-before: when included in index.rst

.. toctree::
:caption: API-caption
Expand Down

0 comments on commit 364c121

Please sign in to comment.