rigraph icon indicating copy to clipboard operation
rigraph copied to clipboard

get rid of "other" family

Open maelle opened this issue 2 years ago • 6 comments

or at least change its title so it isn't "Other other" :grin:

maelle avatar Mar 13 '23 12:03 maelle

Where's this in the documentation? I can't find this on the site now.

ntamas avatar Mar 13 '23 21:03 ntamas

https://maelle.github.io/rigraph/reference/index.html#other

from the script https://github.com/igraph/rigraph/blob/main/R/other.R

maelle avatar Mar 14 '23 05:03 maelle

It's now called "Miscellaneous" in the "Utilities" section on https://r.igraph.org/reference/index.html#miscellaneous - is that not up-to-date?

ntamas avatar Mar 15 '23 14:03 ntamas

Yes but in the local docs and pkgdown individual reference pages you get https://r.igraph.org/reference/convex_hull.html#see-also

I wonder whether they should be in distinct families/no family at all.

maelle avatar Mar 16 '23 10:03 maelle

Okay, so how are these labels constructed? I can see in other places (e.g., here ) that it seems to use the name of the file in which the function being referenced is to be found. Is there a way to customize this? For instance, I'd be perfectly fine with having a "See also" section that does not refer to the filename at all but simply lists the functions that we want to refer to.

ntamas avatar Mar 16 '23 13:03 ntamas

We used the filename as a proxy when adding these labels automatically for the first draft of the reference configuration. so yes now they can be edited as one wants, as long as one modifies _pkgdown.yml in parallel (pkgdown::check_pkgdown() helps checking that file).*

  • says the contributor who forgot to remove srand() from the pkgdown config file :see_no_evil:

maelle avatar Mar 16 '23 14:03 maelle

is this still an issue @maelle? Cant find anything in the docs thats called "other"

schochastics avatar Jul 15 '25 16:07 schochastics

Indeed, sorry and thank for catching this! https://github.com/igraph/rigraph/commit/bbeba617c20ff675f8ad0cf6605b16500050e98a

maelle avatar Jul 16 '25 11:07 maelle