octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #55509] pkg load: automatically register QHelp


From: Andrew Janke
Subject: [Octave-bug-tracker] [bug #55509] pkg load: automatically register QHelp files with doc browser
Date: Sat, 19 Jan 2019 04:53:58 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

Follow-up Comment #11, bug #55509 (project octave):

Boom. You called it.

In the .qhp index, I was doing:


          <keyword name="datetime" ref="html/datetime.html"/>



Adding an `id="$fcn_name"` like this got it working:


          <keyword name="datetime" id="datetime" ref="html/datetime.html"/>



Now, on Octave 4.4.1 on macOS 13.6 and Windows 10, doing `pkg load chrono; doc
datetime` pulls up Chrono's datetime class documentation.

I pushed a new Chrono 0.1.3 release with this fix. If you want to try it out:


pkg install
https://github.com/apjanke/octave-addons/chrono/releases/download/v0.1.3/chrono-0.1.3.tar.gz
pkg load chrono
doc datetime


Thanks!

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55509>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]