Skip to content

Commit

Permalink
fix: indentations in docs .rst tables (#2520)
Browse files Browse the repository at this point in the history
During the 'make html' step of building the documentation locally, the
collection.rst and partition.rst files were throwing the error: "ERROR:
Malformed table" and causing the build to fail. The indentation fix in
the PR was able to fix these errors.

Signed-off-by: Abhijnan Bajpai <[email protected]>
  • Loading branch information
Abhijnan-Bajpai authored Dec 27, 2024
1 parent 9748c2b commit 8369957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/api/collection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Methods
+---------------------------------------------------------------+--------------------------------------------------------------------------+
| `search() <#pymilvus.Collection.search>`_ | Vector similarity search with an optional boolean expression as filters. |
+---------------------------------------------------------------+--------------------------------------------------------------------------+
| `upsert() <#pymilvus.Collection.upsert>`_ | Upsert data of collection. |
| `upsert() <#pymilvus.Collection.upsert>`_ | Upsert data of collection. |
+---------------------------------------------------------------+--------------------------------------------------------------------------+
| `query() <#pymilvus.Collection.query>`_ | Query with a set of criteria. |
+---------------------------------------------------------------+--------------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion docs/source/api/partition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Methods
+--------------------------------------------+--------------------------------------------------------------------------+
| `delete() <#pymilvus.Partition.delete>`_ | Delete entities with an expression condition. |
+--------------------------------------------+--------------------------------------------------------------------------+
| `upsert() <#pymilvus.Collection.upsert>`_ |Upsert data of collection. |
| `upsert() <#pymilvus.Collection.upsert>`_ | Upsert data of collection. |
+--------------------------------------------+--------------------------------------------------------------------------+
| `search() <#pymilvus.Partition.search>`_ | Vector similarity search with an optional boolean expression as filters. |
+--------------------------------------------+--------------------------------------------------------------------------+
Expand Down

0 comments on commit 8369957

Please sign in to comment.