igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] html on single page


From: Gábor Csárdi
Subject: Re: [igraph] html on single page
Date: Sat, 20 Feb 2010 13:39:31 +0100

John,

you need 'bzr' to download the source and a some tools (Python, xmlto,
maybe more) to build the HTML docs from the source files. It works
well on Linux, might be very difficult to do it on windows, OSX is
somewhere in between. Here is what you need to do:

bzr branch lp:igraph igraph-0.6-main
cd igraph-0.6-main
./bootstrap.sh
./configure
cd doc
make

Replace the

  <xsl:import 
href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>

line in file gtk-doc.xsl with

  <xsl:import 
href="http://docbook.sourceforge.net/release/xsl/current/html/onechunk.xsl"/>

make html

I have put a file at http://www.kfki.hu/~csardi/index.html.gz if you
don't want to do all this now.

Best,
Gabor

On Sat, Feb 20, 2010 at 11:16 AM, John Lapeyre <address@hidden> wrote:
> Greetings:
>
> I would like to get the html documentation on a single page,
> because for me it makes searching for things much faster. I went
> to the launchpad page to look for the xml source to try to build it
> myself, but I can't seem to find a way to download anything.
>
> Thanks,
> John
>
>
>
>
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help
>



-- 
Gabor Csardi <address@hidden>     UNIL DGM




reply via email to

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