Re: [eigen] Re-structuring the documentation |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: [eigen] Re-structuring the documentation
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Sat, 5 Jan 2013 18:27:36 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=FT0hYO7hA8koRwkpcQAKBqJ9ssB+n+AdIwXNbuJTPGQ=; b=mFdI24SYIpzz3cMEe+qYdf+akq58he+OReIaXnQcqi6ivRSjXUPDuimNozYlYVg2i+ HUKY9KFn31LBeq5W60vc9zuAGTf/l2cpzS+AxrFANveR93qceH/20CVgM+j53AnLI9Mf RCbEc3DMv+2yT6UhujR/Tc7jWx9fXlSg4q4MDjOtcnr256EAQ517IgkS06M1Xn2g05sr 1s81Ed2oQ8PVAQI52Y+4K3ivJxunh7Yme1WJ/UwTFurV8PPs6btcRjw0sMeSXJBIqg7v +bjwdthFppL8WgbRZc3TV2zJCbB2TRLZeQtG6i3DRhZRmCFaoLZ05MV7aZJ69PTwZmiP chlw==
I think the search-engine should cover that feature nicely. However,
it seems to be half broken. For instance searching for topLeft works
well and gives you the list of all classes where it is defined, but
"transpose" does not show any classes though it does appear in the
search results...
gael
On Sat, Jan 5, 2013 at 6:02 PM, Jitse Niesen <jitse@xxxxxxxxxxxxxxxxx> wrote:
> On Sat, 5 Jan 2013, Gael Guennebaud wrote:
>
>> - remove the "index" and quite useless pages (namespace list, class
>> hierarchy, member list, file list, etc.)
>
>
> Assuming member list refers to
> http://eigen.tuxfamily.org/dox-devel/functions.html
> I'd argue that that list is quite useful. At least I use it quite often,
> because I usually remember the name of a function like .transpose() but not
> the class in which it is defined.
>
> But the new documentation definitely looks very good. And it built without
> any problems on my set-up.
>
>
> Jitse
>
>