docs: Major documentation overhaul - restructure folders, update tagline, add Getting Started guide
- Restructure docs/ folder (remove numeric prefixes): - 04_USER_GUIDES -> guides/ - 05_API_REFERENCE -> api/ - 06_PHYSICS -> physics/ - 07_DEVELOPMENT -> development/ - 08_ARCHIVE -> archive/ - 09_DIAGRAMS -> diagrams/ - Replace tagline 'Talk, don't click' with 'LLM-driven optimization framework' in 9 files - Create comprehensive docs/GETTING_STARTED.md: - Prerequisites and quick setup - Project structure overview - First study tutorial (Claude or manual) - Dashboard usage guide - Neural acceleration introduction - Rewrite docs/00_INDEX.md with correct paths and modern structure - Archive obsolete files: - 01_PROTOCOLS.md -> archive/historical/01_PROTOCOLS_legacy.md - 03_GETTING_STARTED.md -> archive/historical/ - ATOMIZER_PODCAST_BRIEFING.md -> archive/marketing/ - Update timestamps to 2026-01-20 across all key files - Update .gitignore to exclude docs/generated/ - Version bump: ATOMIZER_CONTEXT v1.8 -> v2.0
This commit is contained in:
16
README.md
16
README.md
@@ -1,11 +1,11 @@
|
||||
# Atomizer
|
||||
|
||||
> **Talk, don't click.** AI-native structural optimization for Siemens NX with neural network acceleration.
|
||||
> **LLM-driven structural optimization framework** for Siemens NX with neural network acceleration.
|
||||
|
||||
[](https://www.python.org/downloads/)
|
||||
[](https://www.plm.automation.siemens.com/global/en/products/nx/)
|
||||
[](LICENSE)
|
||||
[](docs/06_PHYSICS/)
|
||||
[](docs/physics/)
|
||||
|
||||
---
|
||||
|
||||
@@ -280,7 +280,7 @@ Atomizer/
|
||||
├── studies/ # Optimization studies by geometry
|
||||
├── docs/ # Documentation
|
||||
│ ├── protocols/ # Protocol specifications
|
||||
│ └── 06_PHYSICS/ # Physics domain docs
|
||||
│ └── physics/ # Physics domain docs
|
||||
├── knowledge_base/ # LAC persistent learning
|
||||
│ └── lac/ # Session insights, failures, patterns
|
||||
└── nx_journals/ # NX Open automation scripts
|
||||
@@ -306,12 +306,12 @@ Atomizer/
|
||||
| [CLAUDE.md](CLAUDE.md) | System instructions for Claude |
|
||||
| [.claude/ATOMIZER_CONTEXT.md](.claude/ATOMIZER_CONTEXT.md) | Session context loader |
|
||||
| [docs/protocols/](docs/protocols/) | Protocol specifications |
|
||||
| [docs/06_PHYSICS/](docs/06_PHYSICS/) | Physics domain documentation |
|
||||
| [docs/physics/](docs/physics/) | Physics domain documentation |
|
||||
|
||||
### Physics Documentation
|
||||
|
||||
- [ZERNIKE_FUNDAMENTALS.md](docs/06_PHYSICS/ZERNIKE_FUNDAMENTALS.md) - Zernike polynomial basics
|
||||
- [ZERNIKE_OPD_METHOD.md](docs/06_PHYSICS/ZERNIKE_OPD_METHOD.md) - OPD method for lateral displacement
|
||||
- [ZERNIKE_FUNDAMENTALS.md](docs/physics/ZERNIKE_FUNDAMENTALS.md) - Zernike polynomial basics
|
||||
- [ZERNIKE_OPD_METHOD.md](docs/physics/ZERNIKE_OPD_METHOD.md) - OPD method for lateral displacement
|
||||
|
||||
---
|
||||
|
||||
@@ -356,8 +356,8 @@ Python and dependencies are pre-configured. Do not install additional packages.
|
||||
|
||||
## License
|
||||
|
||||
Proprietary - Atomaste 2025
|
||||
Proprietary - Atomaste 2026
|
||||
|
||||
---
|
||||
|
||||
*Atomizer: Where engineers talk, AI optimizes.*
|
||||
*Atomizer: LLM-driven structural optimization for engineering.*
|
||||
|
||||
Reference in New Issue
Block a user