KaifAhmad1
9fcb1c5410
docs(triple_store): complete documentation and add comprehensive notebook
...
- Enhanced docs/reference/triple_store.md
- Added RDF4JAdapter section with features and transaction examples
- Added VirtuosoAdapter section with named graphs and SQL integration
- Added TripleStore dataclass documentation with attributes
- Added QueryResult dataclass documentation with usage examples
- Added QueryPlan dataclass documentation with optimization details
- Added LoadProgress dataclass documentation with progress tracking
- Created comprehensive introduction notebook
- Added cookbook/introduction/20_Triple_Store.ipynb
- 10 comprehensive steps covering all triple_store functionality
- All 11 classes demonstrated with examples
- TripleManager, QueryEngine, BulkLoader
- BlazegraphAdapter, JenaAdapter, RDF4JAdapter, VirtuosoAdapter
- All 13 functions covered with practical examples
- Multi-backend examples for all 4 store types
- SPARQL query execution and optimization examples
- Bulk loading with progress tracking
- Multi-store operations and replication
- Best practices and backend selection guide
All triple_store module exports (11 classes, 13 functions, 4 config items) now fully documented.
Documentation is 100% consistent with actual module exports.
2025-12-08 19:00:52 +05:30
KaifAhmad1
409f3fdd27
Enhance documentation visual appeal and fix build errors
...
- Added grid‑card layouts, icons, and admonitions to all reference pages
- Removed all mkdocstrings ::: directives that caused alias‑resolution errors
- Fixed export module alias issue (RDFExporter) by cleaning the docs
- Updated README‑style sections for better readability
- Added a PowerShell helper script (remove_mkdocstrings.ps1) for future clean‑ups
2025-11-23 19:23:13 +05:30