apjanke / octave-tablicious

Table (relational, tabular data) implementation for GNU Octave
https://apjanke.github.io/octave-tablicious/
GNU General Public License v3.0
29 stars 11 forks source link

Separate section for Examples in User Manual #51

Open apjanke opened 5 years ago

apjanke commented 5 years ago

The Examples should be a separate section from the "API Reference" in the user manual. Break them out in mktexi.pl. Detect examples based on one of the elements in their namespace being “example” or “examples“ or maybe /exampl.*/ by regex.

This should make the manual cleaner.