Skip to content

Commit 6168724

Browse files
committed
Gave AI credit and remove my email address
1 parent c243115 commit 6168724

20 files changed

Lines changed: 56 additions & 12 deletions

docs/Errors/errors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[⬅ Back to Table of Contents](index.md)
2+
[⬅ Back to Math](../Math/math.md)
23

34
# Errors and Exceptions
45

docs/File_io/File_io.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[⬅ Back to Table of Contents](../index.md)
2+
[⬅ Back to Functional](../Functional/functional.md)
23

34
# File I/O
45

docs/Functional/functional.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[⬅ Back to Table of Contents](index.md)
2+
[⬅ Back to Iteration](../Loops/iteration.md)
23

34
# Functional Programming
45

docs/Loops/iteration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[⬅ Back to Table of Contents](index.md)
2+
[⬅ Back to Error](../Errors/errors.md)
23

34
# Iteration Helpers
45

docs/Math/math.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[⬅ Back to Table of Contents](index.md)
1+
[⬅ Back to Table of Contents](../index.md)
2+
[⬅ Back to Var Table of Contents](var.md)
3+
[⬅ Back to graph](../Var/graph_helpers.md)
24

35
# Math Functions
46

docs/Var/comparison_and_boolean.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[⬅ Back to Table of Contents](var.md)
1+
[⬅ Back to Table of Contents](../index.md)
2+
[⬅ Back to Var Table of Contents](var.md)
3+
[⬅ Back to Numeric and arithmetic operators](numeric_arithmetic.md)
24

35
# Comparison & Boolean
46

docs/Var/construction_and_lifetime.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
[⬅ Back to Table of Contents](../index.md)
12
[⬅ Back to Table of Contents](var.md)
3+
[⬅ Back to Data types](dtypes.md)
24

35
# Construction & Lifetime
46

docs/Var/container_and_sequence_operations.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[⬅ Back to Table of Contents](var.md)
1+
[⬅ Back to Table of Contents](../index.md)
2+
[⬅ Back to Var Table of Contents](var.md)
3+
[⬅ Back to Type Introspection & Conversion](type_introspection_and_conversion.md)
24

35
# Container & Sequence Operations
46

docs/Var/dtypes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[⬅ Back to Table of Contents](../index.md)
12
[⬅ Back to Var Table of Contents](var.md)
23

34
# Containers and Data Types

docs/Var/graph_helpers.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[⬅ Back to Table of Contents](var.md)
1+
[⬅ Back to Table of Contents](../index.md)
2+
[⬅ Back to Var Table of Contents](var.md)
3+
[⬅ Back to Iterator and functional](iterators_mapping_functional.md)
24

35
# Graph Helpers
46

0 commit comments

Comments
 (0)