|
From: José A. V. R. <jos...@gm...> - 2019-08-25 21:56:23
|
I didn't know about this one: > The documentation index is created by the Perl script doc/info/ build_index.pl in Maxima I have updated the README.md file to reflect the changes Thank you very much for your help! _____________________________________ José Antonio Vallejo Faculty of Sciences State University of San Luis Potosi (Mexico) http://galia.fc.uaslp.mx/~jvallejo _____________________________________ El dom., 25 ago. 2019 a las 15:28, Robert Dodier (<rob...@gm...>) escribió: > On 2019-08-20, José A Vallejo Rodríguez <jos...@gm...> wrote: > > > I have created a .texi file for the padics.mac package: > > https://github.com/josanvallejo/padics > > I have compiled it to create an html version of the documentation and it > > looks fine, including the index. However, when I run makeinfo on > > padics.texi, the resulting padics.info file does not have the index > > (everything else is fine, though). Am I doing something wrong? > > By index I assume you mean the documentation index which the Maxima > online help system (? and ??) reads. The documentation index is created > by the Perl script doc/info/build_index.pl in Maxima. I created an index > for padics by this command: > > perl path/to/doc/info/build_index.pl padics.info > padics-index.lisp > > I committed padics-index.lisp to the padics project a few minutes ago. > > After loading the index, e.g. load("path/to/padics/padics-index.lisp"); > then ? and ?? find documentation items for padics. E.g. ?? padic finds > many items. > > Hope this helps, > > Robert Dodier > > > > _______________________________________________ > Maxima-discuss mailing list > Max...@li... > https://lists.sourceforge.net/lists/listinfo/maxima-discuss > |