-
Notifications
You must be signed in to change notification settings - Fork 161
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
Merge documentation entries for 'Random' #116
Comments
I agree, good plan. |
On the other hand, |
So, what we need is a well-visible first point of call about Random that then links to details about Random for different objects? I am a bit afraid that this might turn into a refactoring project for the documentation... |
Yes, this kind of a "refactoring problem" for the manual. We badly need to do that anyway. Many questions in the GAP forum and elsewhere arise because people don't find things in the manual. In fact, I myself often don't find things. :-( |
@alex-konovalov I'd argue that documenting different methods for Yes, packages can define additional information in their manuals, but that is not an excuse to keep the main manual in a bad shape. |
I don't agree that the documentation about I have recently changed the programs in GAPDoc which generate the indices in the text and HTML version of a manual. Therefore, with the next version of GAPDoc the index will look like:
@fingolfin said:
I totally disagree with this view! Just the other way round, it would be good if more methods would be documented (and for example give references to underlying algorithms, or hints about their practical applicability). |
@markuspf @fingolfin @frankluebeck shall we close this issue then? Frank's PR #410 had been merged, so it remains only to wait for the next version of GAPDoc announced above. |
I think that docs for Random should at least document the calls in As well, |
My students are having quite some trouble finding the
Random( from, to )
variant ofRandom
they need for some course problems. This excerpt of the ref manual shows why:I.e. they need to look at 14.2, 14.7, 17.2 and 30.7, and then also understand each.
I propose we unify these entries in a single entry, unless somebody has a suggestion as to why it would be useful to keep those separate entries (which also spam the built-in GAP help function with distracting data).
The text was updated successfully, but these errors were encountered: