gama-platform / gama.old

Main repository for developing the 1.x versions of GAMA
GNU General Public License v3.0
304 stars 99 forks source link

Documentation generated from code is not properly updated in the wiki generated files #3916

Closed lesquoyb closed 10 months ago

lesquoyb commented 1 year ago

Describe the bug There has been some change in the java code of gama that is used to generate the documentation, but I don't see those reported on the website, even though the action Documentation auto refresh has been called.

Expected behavior Changes are visible on the website, for example the operator palette here should only have one syntax (instead of three currently)

RoiArthurB commented 1 year ago

This issue is actually related to the doc generation and not the website recompilation. You can see in the wiki that the palette also has 3 examples https://github.com/gama-platform/gama/wiki/OperatorsNR#user-content-palette

Moving this issue in gama repository then

AlexisDrogoul commented 11 months ago

Any progress on this one ? What is the issue regarding the generation ?

RoiArthurB commented 11 months ago

None, waiting for @benoitgaudou to take a look at it.

We will see this issue fixed when the text for palette will be fully updated (it's not supposed to talk about returns a list of n colors [...] but be way shorter as here https://github.com/gama-platform/gama/blob/GAMA_1.9.3/msi.gama.core/src/msi/gaml/operators/Colors.java#L1213 )

lesquoyb commented 10 months ago

Now that I think about it, it may be the reason why we see operators that seem to not exist anymore, as described in #3937, in the documentation as well as partly supported by the IDE. @benoitgaudou any progress on that issue ?