You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version-ize the User Guide in docs/ & website - versioned stable releases, make the latest stable the one linked from readme/index on GHP, and a separate "devel"/"head" section for rolling current doco from main branch.
Publish updated doco to GH Pages.
(requires merging to main in current GH Pages setup)
Add a make clean target for the docs, and preferably file freshness detection that works with git reset --hard and the like.
Distinguish the derived doc files from inputs, probably with a separate subdir.
Get rmmissing and fillmissing "undocumented" items removed from the texinfo function indexes (section 8)
(they were in the /INDEX file, not in any of the source code or doc/ stuff themselves)
Update years in copyright notices.
Fix bogus bullet lists in doco content, like string
(it needed @itemize or @enumerate, not Markdown style lists or fixed-width formatting)
For the bogus bullet lists, e.g. string's class doco has this:
## The string class represents strings, where:
## - Each element of a string array is a single string
## - A single string is a 1-dimensional row vector of Unicode characters
## - Those characters are encoded in UTF-8
## - This last bit depends on the fact that Octave chars are UTF-8 now
##
Moved milestone from 0.4.0 to 0.5.0 because I want to do 0.4.0 soon for Statistics compatibility and some basic fixes, and the relevant items in this ticket for that are fixed now I think. Further items like string doco improvement and switching to a different doc-building tool can wait until the next release.
Some problems with the doco. Want fixes soon, for #108 Reconcile with Statistics OF.
TODO
make doc
#112docs/
& website - versioned stable releases, make the latest stable the one linked from readme/index on GHP, and a separate "devel"/"head" section for rolling current doco frommain
branch.main
in current GH Pages setup)make clean
target for the docs, and preferably file freshness detection that works withgit reset --hard
and the like./INDEX
file, not in any of the source code ordoc/
stuff themselves)string
@itemize
or@enumerate
, not Markdown style lists or fixed-width formatting){Function}
etc to{Tablicious}
in@deftypefn
s like Statistics does.Details
Bogus bullet lists in texinfo content
For the bogus bullet lists, e.g.
string
's class doco has this:But that gets rendered like this (HTML):
(PDF):
(QHelp):
Oops.
References
The text was updated successfully, but these errors were encountered: