Skip to content

Commit 39cfa9e

Browse files
committed
Remove install directory from repository
1 parent 8f746df commit 39cfa9e

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

docs/examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[⬅ Back to main readme file](../README.md)
1+
[⬅ Back to main readme file](../../README.md)
22
# Pythonic C++ Library - Quick Start Guide
33

44
This guide shows you how to use the Pythonic C++ library in your own projects.
@@ -621,7 +621,7 @@ dot -Tpng my_graph.dot -o my_graph.png
621621

622622
## What's Next?
623623

624-
Check out the full documentation in the main [README.md](../../README.md) for all the features:
624+
Check out the full documentation in the [Documentation](../index.md) for all the features:
625625

626626
- Dynamic typing with `var`
627627
- Python-style containers (lists, dicts, sets)

docs/index.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,22 @@ Central table of contents for the project documentation.
66

77
Recommended reading order:
88
- **Var** — core `var` type and related topics
9-
- [Core API](Var/var.md)`var` fundamentals, ownership, type model
9+
- [Variable](Var/var.md)`var` fundamentals, ownership, type model
1010
- [Types & DTypes](Var/dtypes.md)
1111
- [Construction & Lifetime](Var/construction_and_lifetime.md)
1212
- [Type Introspection & Conversion](Var/type_introspection_and_conversion.md)
1313
- [Containers & Sequences](Var/container_and_sequence_operations.md)
1414
- [String-like Methods](Var/string_like_methods.md)
1515
- [Numeric & Arithmetic](Var/numeric_arithmetic.md)
1616
- [Comparison & Boolean](Var/comparison_and_boolean.md)
17-
- [Iterators, Mapping & Functional Helpers](iterators_mapping_functional.md)
17+
- [Iterators, Mapping & Functional Helpers](Var/iterators_mapping_functional.md)
1818
- [Graph Helpers](Var/graph_helpers.md)
1919
- [Math](Math/math.md) — math library (trig, logs, random, checked arithmetic)
2020
- [Errors](Errors/errors.md) — exception hierarchy and idiomatic handling
2121
- [Iteration & Loops](Loops/iteration.md)`range`, `enumerate`, `zip`, macros
2222
- [Functional](Functional/functional.md)`map`, `filter`, `reduce`, comprehensions
2323
- [File I/O](File_io/File_io.md)`File`, `open()`, quick helpers
24-
- [Containers Reference](dtypes.md) — list/set/dict/ordered variants and notes
2524
- [Performance](performance.md) — internal storage, hot-path tips
26-
- [API Reference](api_reference.md) — generated API surface (where available)
27-
- [Graph](graph.md) — Graph API and integration examples
2825
- [Design Notes](design_notes.md) — rationale and tradeoffs
2926
- [Contributing](contributing.md) — how to help and submit changes
3027
- [Changelog](changelog.md) — release notes

0 commit comments

Comments
 (0)