Skip to content

Commit 1dfa9e1

Browse files
Copilotfermga
andcommitted
Fix gh-pages documentation by moving home.md to index.md
Co-authored-by: fermga <203334638+fermga@users.noreply.github.com>
1 parent 11921cd commit 1dfa9e1

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
File renamed without changes.

docs/source/user-guide/METRICS_INTERPRETATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Metrics Interpretation Guide
22

3-
[Home](../home.md) › Metrics Interpretation
3+
[Home](../index.md) › Metrics Interpretation
44

55
This guide explains how to interpret and use TNFR's key metrics: Total Coherence (C(t)), Sense Index (Si), structural frequency (νf), phase (φ), and reorganization gradient (ΔNFR).
66

docs/source/user-guide/OPERATORS_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Operators Guide: The 13 Structural Operators
22

3-
[Home](../home.md) › Operators Guide
3+
[Home](../index.md) › Operators Guide
44

55
This guide provides a comprehensive reference for TNFR's 13 canonical structural operators. These operators are the **only valid way** to modify networks in TNFR, ensuring all changes are traceable, coherent, and reproducible.
66

docs/source/user-guide/TROUBLESHOOTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Troubleshooting Guide
22

3-
[Home](../home.md) › Troubleshooting
3+
[Home](../index.md) › Troubleshooting
44

55
This guide helps you diagnose and solve common problems when working with TNFR networks.
66

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repo_name: TNFR Python Engine
55
docs_dir: docs/source
66
site_dir: site
77
nav:
8-
- Home: home.md
8+
- Home: index.md
99
- Getting Started:
1010
- Welcome to TNFR: getting-started/README.md
1111
- Quickstart Tutorial: getting-started/quickstart.md

0 commit comments

Comments
 (0)