Skip to content

Commit 959a256

Browse files
committed
removing some doc pages
1 parent c83b0cc commit 959a256

File tree

2 files changed

+1
-397
lines changed

2 files changed

+1
-397
lines changed

docs/source/in_depth/storage_backends.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -267,19 +267,4 @@ Arrays are cached after first load to avoid repeated file I/O:
267267
structure = orm.load_node(pk)
268268
pos1 = structure.properties.positions # Loads from .npz, caches
269269
pos2 = structure.properties.positions # Returns cached (no I/O)
270-
```
271-
272-
### File Location
273-
274-
Files are stored in AiiDA's repository:
275-
276-
```
277-
~/.aiida/repository/<profile>/node/<uuid>/properties.npz
278-
```
279-
280-
## Related Documentation
281-
282-
- [Adding New Properties Guide](../dev_guides/dev_adding_properties.md) - Detailed developer guide
283-
- [Properties Documentation](properties.md) - Overview of all properties
284-
- [Querying Structures](../how_to/query.md) - Query examples
285-
- [Custom Properties](../how_to/define_custom.md) - Temporary/experimental properties
270+
```

0 commit comments

Comments
 (0)