Skip to content

Commit 0eeeb0b

Browse files
committed
Fix formatting inconsistencies and ensure newline at end of files in documentation and test package
1 parent 0d9661b commit 0eeeb0b

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

bindings/python/docs/api-access-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,4 @@ finally:
210210
✅ Both can be used simultaneously on same server
211211

212212
**"Performance difference means HTTP is broken"**
213-
✅ Performance difference is expected (network vs direct calls)
213+
✅ Performance difference is expected (network vs direct calls)

bindings/python/docs/api/importer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,4 +588,4 @@ db.close()
588588
- [Data Import Guide](../guide/import.md) - Comprehensive import strategies
589589
- [Database API](database.md) - Database operations
590590
- [Graph Operations Guide](../guide/graphs.md) - Working with graph data
591-
- [Import Examples](../examples/import.md) - More practical examples
591+
- [Import Examples](../examples/import.md) - More practical examples

bindings/python/docs/api/vector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,4 +620,4 @@ except ArcadeDBError as e:
620620
- [Vector Search Guide](../guide/vectors.md) - Comprehensive vector search strategies
621621
- [Vector Examples](../examples/vectors.md) - More practical examples
622622
- [Database API](database.md) - Database operations
623-
- [Query Guide](../guide/core/queries.md) - Combining vectors with queries
623+
- [Query Guide](../guide/core/queries.md) - Combining vectors with queries

bindings/python/mkdocs.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ theme:
2626
toggle:
2727
icon: material/brightness-4
2828
name: Switch to light mode
29-
29+
3030
features:
3131
# Navigation
3232
- navigation.instant # Fast page loading
@@ -38,25 +38,25 @@ theme:
3838
- navigation.path # Breadcrumbs
3939
- navigation.indexes # Section index pages
4040
- navigation.top # Back to top button
41-
41+
4242
# Search
4343
- search.suggest # Search suggestions
4444
- search.highlight # Highlight search terms
4545
- search.share # Share search results
46-
46+
4747
# Header
4848
- header.autohide # Hide header on scroll
49-
49+
5050
# Content
5151
- content.code.copy # Copy code button
5252
- content.code.annotate # Code annotations
5353
- content.tabs.link # Link content tabs
5454
- content.tooltips # Tooltips
55-
55+
5656
# Table of contents
5757
- toc.follow # TOC follows scroll
5858
- toc.integrate # TOC in nav
59-
59+
6060
icon:
6161
repo: fontawesome/brands/github
6262
edit: material/pencil
@@ -82,7 +82,7 @@ markdown_extensions:
8282
- toc:
8383
permalink: true
8484
toc_depth: 3
85-
85+
8686
# Python Markdown Extensions
8787
- pymdownx.arithmatex:
8888
generic: true
@@ -118,7 +118,7 @@ extra:
118118
link: https://github.com/humemai/arcadedb
119119
- icon: fontawesome/brands/python
120120
link: https://pypi.org/project/arcadedb-embedded/
121-
121+
122122
version:
123123
provider: mike
124124
default: latest

bindings/python/tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Test package
1+
# Test package

0 commit comments

Comments
 (0)