Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkkul committed Dec 12, 2024
1 parent d01824c commit 7ec3b24
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 117 deletions.
26 changes: 0 additions & 26 deletions docs/weaviate.cluster.rst

This file was deleted.

16 changes: 0 additions & 16 deletions docs/weaviate.collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ weaviate.collections.aggregate module
:undoc-members:
:show-inheritance:

weaviate.collections.base module
--------------------------------

.. automodule:: weaviate.collections.base
:members:
:undoc-members:
:show-inheritance:

weaviate.collections.collection module
--------------------------------------

Expand Down Expand Up @@ -85,14 +77,6 @@ weaviate.collections.iterator module
:undoc-members:
:show-inheritance:

weaviate.collections.orm module
-------------------------------

.. automodule:: weaviate.collections.orm
:members:
:undoc-members:
:show-inheritance:

weaviate.collections.query module
---------------------------------

Expand Down
50 changes: 0 additions & 50 deletions docs/weaviate.gql.rst

This file was deleted.

26 changes: 26 additions & 0 deletions docs/weaviate.rbac.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
weaviate.rbac
===============

.. automodule:: weaviate.rbac
:members:
:undoc-members:
:show-inheritance:

Submodules
----------

weaviate.rbac.models module
-----------------------------

.. automodule:: weaviate.rbac.models
:members:
:undoc-members:
:show-inheritance:

weaviate.rbac.roles module
-----------------------------

.. automodule:: weaviate.rbac.roles
:members:
:undoc-members:
:show-inheritance:
24 changes: 1 addition & 23 deletions docs/weaviate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,9 @@ Subpackages
:maxdepth: 4

weaviate.backup
weaviate.batch
weaviate.classification
weaviate.cluster
weaviate.collections
weaviate.connect
weaviate.contextionary
weaviate.data
weaviate.gql
weaviate.proto
weaviate.schema
weaviate.rbac

Submodules
----------
Expand Down Expand Up @@ -67,13 +60,6 @@ weaviate.embedded module
:undoc-members:
:show-inheritance:

weaviate.error\_msgs module
---------------------------

.. automodule:: weaviate.error_msgs
:members:
:undoc-members:
:show-inheritance:

weaviate.exceptions module
--------------------------
Expand All @@ -98,11 +84,3 @@ weaviate.util module
:members:
:undoc-members:
:show-inheritance:

weaviate.warnings module
------------------------

.. automodule:: weaviate.warnings
:members:
:undoc-members:
:show-inheritance:
2 changes: 0 additions & 2 deletions weaviate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
connect,
embedded,
exceptions,
gql,
outputs,
types,
)
Expand Down Expand Up @@ -69,7 +68,6 @@
"connect",
"embedded",
"exceptions",
"gql",
"outputs",
"types",
"use_async_with_custom",
Expand Down

0 comments on commit 7ec3b24

Please sign in to comment.