Skip to content

Commit

Permalink
[doc] change doco title to "Tablicious" from "Octave Tablicious", bc …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
apjanke committed Jan 30, 2024
1 parent 0b57b10 commit 5415a67
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions doc/src/tablicious.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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:

Expand All @@ -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
Expand All @@ -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
Expand All @@ -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.

Expand Down

0 comments on commit 5415a67

Please sign in to comment.