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
This commit is contained in:
KaifAhmad1
2025-11-23 19:23:13 +05:30
parent 05e5620f01
commit 409f3fdd27
21 changed files with 4849 additions and 43 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ Before installing Semantica, ensure you have:
=== "Source (Dev)"
```bash
git clone https://github.com/your-org/semantica.git
git clone https://github.com/Hawksight-AI/semantica.git
cd semantica
pip install -e .
```