opencog / atomspace

The OpenCog (hyper-)graph database and graph rewriting system
https://wiki.opencog.org/w/AtomSpace
Other
817 stars 228 forks source link

Suggestion: Table of Contents for ram-cpu.pdf #3042

Closed gl-yziquel closed 1 year ago

gl-yziquel commented 1 year ago

The RAM-CPU pdf seems to be a foundational document of AtomSpace, insofar, at least, that it documents the core low-level structure of the atomspace.

https://github.com/opencog/atomspace/blob/master/opencog/sheaf/docs/ram-cpu.pdf

A table of contents would be something appreciable: it would provide a nice overview of the document, and would ease getting in all this documentation.

linas commented 1 year ago

Your wish is my command. Done.

I'm not sure if it's low-level or high-level. It is a presentation of the abstract theory. One can certainly use the AtomSpace, learn the examples, create new extensions, build new apps, all without reading this document. However, if you want to understand why it is the way it is, then its a must read.

linas commented 1 year ago

I spent the day doing other general cleanup and minor editing of that text. Latest is available now.

gl-yziquel commented 1 year ago

Thank you so much.