Skip to content

Commit 29db5bc

Browse files
authored
Update README.rst
1 parent 6e4ba6d commit 29db5bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ ImportSpy addresses this challenge by enforcing a **declarative contract-driven
153153
📚 Key Concepts
154154
---------------
155155

156-
- **Import Contracts**: YAML files describing structural expectations
157-
- **Validation Engine**: core component that compares module against contract
158-
- **Spy Execution Flow**: logic that determines how and when validation occurs
159-
- **Error Handling**: developer-friendly error messages
156+
- **Import Contracts**: `YAML files describing structural expectation <https://importspy.readthedocs.io/en/latest/overview/understanding_importspy/contract_structure.html>`_
157+
- **Validation Engine**: `core component that compares module against contract <https://importspy.readthedocs.io/en/latest/overview/understanding_importspy/validation_and_compliance.html>`_
158+
- **Spy Execution Flow**: `logic that determines how and when validation occurs <https://importspy.readthedocs.io/en/latest/overview/understanding_importspy/spy_execution_flow.html>`_
159+
- **Error Handling**: developer-friendly error messages `<https://importspy.readthedocs.io/en/latest/overview/understanding_importspy/error_handling.html>`_
160160
- **Modes**: Embedded (runtime) and External (CLI)
161161

162162
⚙ Requirements

0 commit comments

Comments
 (0)