From 5415a67862ff7f3bdcb274203fdaa78c20d2f2c1 Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Mon, 29 Jan 2024 22:42:58 -0500 Subject: [PATCH] [doc] change doco title to "Tablicious" from "Octave Tablicious", bc this is *for* Octave, but not actually a GNU Octave project Also, it makes the truncated page title display in browser tabs for the multi-page HTML format more distinctive. Tweak some other wording while in there. Fix the GitHub Project link for my recent migration to their new format. Add more "GNU"s, to be respectful. --- doc/src/tablicious.texi | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/doc/src/tablicious.texi b/doc/src/tablicious.texi index b0b758e3..e25755df 100644 --- a/doc/src/tablicious.texi +++ b/doc/src/tablicious.texi @@ -5,7 +5,7 @@ @set VERSION %%%%PACKAGE_VERSION%%%% @setfilename tablicious.info -@settitle Octave Tablicious v@value{VERSION} +@settitle Tablicious v@value{VERSION} @documentencoding UTF-8 @c %**end of header @@ -35,7 +35,7 @@ User manual for Tablicious for Octave. @end documentdescription @titlepage -@title Tablicious for Octave +@title Tablicious for GNU Octave @subtitle version @value{VERSION}, %%%%PACKAGE_DATE_YEARMONTH%%%% @author Andrew Janke @page @@ -79,7 +79,8 @@ Time is an illusion. Lunchtime doubly so. This is the manual for the Tablicious package version @value{VERSION} for GNU Octave. -Tablicious provides Matlab-compatible tabular data and date/time support for GNU Octave. +Tablicious provides somewhat-Matlab-compatible tabular data and date/time support for +GNU Octave. This includes a @code{table} class with support for filtering and join operations; @code{datetime}, @code{duration}, and related classes; Missing Data support; @code{string} and @code{categorical} data types; @@ -512,7 +513,7 @@ you will just find “TODO” placeholders for these in Tablicious’ example co @node Missing Functionality @chapter Missing Functionality -Tablicious is based on Matlab’s table and date/time APIs and supports most of +Tablicious is based on Matlab’s table and date/time APIs and supports some of their major functionality. But not all of it is implemented yet. The missing parts are currently: @@ -523,7 +524,7 @@ But not all of it is implemented yet. The missing parts are currently: @item @code{timetable} @item POSIX time zone support for years outside the IANA time zone database coverage @item Week-of-year (ISO calendar) calculations -@item Various @code{'ConvertFrom'} forms for @code{datetime} and @code{duration} +@item Various @code{'ConvertFrom'} forms for @code{datetime} and @code{duration} constructors @item Support for LDML formatting for @code{datetime} @item Various functions: @itemize @@ -540,11 +541,11 @@ But not all of it is implemented yet. The missing parts are currently: @item Plotting support @end itemize -It is the author’s hope that all these will be implemented some day. +It is the author’s hope that many these will be implemented some day. -These areas of missing functionality are all tracked on the Tablicious issue +These areas of missing functionality are tracked on the Tablicious issue tracker at @url{https://github.com/apjanke/octave-tablicious/issues} and -@url{https://github.com/users/apjanke/projects/1}. +@url{https://github.com/users/apjanke/projects/3}. @node API Reference @@ -560,7 +561,7 @@ tracker at @url{https://github.com/apjanke/octave-tablicious/issues} and @section Package Copyright -Tablicious for Octave is covered by the GNU GPLv3. +Tablicious for GNU Octave is covered by the GNU GPLv3. All the code in the package is GNU GPLv3.