-
-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: reorganize function reference #662
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
I'm constantly writing family as "famility" now 😹 |
Yes, we can call it that, and I do suggest placing it into that section. Frankly, all properties are "structural properties" and that section should eventually be broken up, once we get there. Unfortunately, at the moment that section is used as a bit of a dumping ground. |
If you have any questions about the various concepts, feel free to ask. |
I think that the documentation of IGraph/M, the Mathematica interface of igraph, is structured a bit better (and a bit more granularly than the C library's docs). You might find it helpful as a guide. http://szhorvat.net/mathematica/IGDocumentation/ Apologies about the giant doc page ... I just don't have the time, and Mathematica's doc tools are not there yet, so I needed to do a lot from scratch. |
I don't see them either; I guess this point is now obsolete.
Totally agree, but I think that is not in the scope of this PR; we could do it separately in another PR. If you think that it's easier to make the deprecated functions disappear using the
Yes, it's deprecated.
Let's make it a subsection. |
I guess these are not really under "Versions", they just come at the end and appear to be under "Versions"? See here: https://maelle.github.io/rigraph/reference/index.html#versions I think everything should be excluded, except:
If this section is renamed to something else, e.g. "System", then |
I had make a mistake in the pkgdown config syntax so all functions I had listed under "Internal" still showed up, sorry about that. Are there further tweaks to make? |
@krlmlr apart from the conflicts, ok to merge this? |
Can we rename "Stochastic constructors – Random graph models (games)" to simply "Stochastic constructors (random graph models)"? I know I suggested the current title, but I just realize that the new dot-free names no longer use the "game"-terminology. So there's no reason to put that into the title. Looking forward to this getting merged. |
@maelle This conflicts with the base branch - is there an easy way to resolve the conflicts so this can be merged? |
I'm looking through this once more, and here are a few more comments. @maelle I could make some of these changes myself, but I didn't want to interfere with your PR. Let me know if you prefer that I commit to this PR directly in the future.
This is probably not a subject of this PR, but This reorganization is of course a never-ending task ... But this new doc overview page makes it much easier to find and correct issues. |
I resolved the conflicts by merging main into this branch and rerunning @maelle: Would you like to do one more iteration here? |
Codecov Report
@@ Coverage Diff @@
## main #662 +/- ##
==========================================
- Coverage 53.81% 53.65% -0.17%
==========================================
Files 355 356 +1
Lines 73313 73544 +231
==========================================
+ Hits 39457 39458 +1
- Misses 33856 34086 +230
... and 10 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I changed the default branch which was causing quite a few problems when trying to fix conflicts. Rebasing didn't work as I expected (I'm stuck a conflict in cigraph/), so I'll try merging as indicated above. |
Merge branch 'main' into reference-reorg # Conflicts: # R/centrality.R # man/authority_score.Rd
Merge branch 'main' into reference-reorg # Conflicts: # _pkgdown.yml # man/dot-apply_modifiers.Rd # man/dot-extract_constructor_and_modifiers.Rd
Fix #659
Based on #660