openturns icon indicating copy to clipboard operation
openturns copied to clipboard

The number of files in python/src is too large

Open mbaudin47 opened this issue 5 years ago • 1 comments

The number of files in:

https://github.com/openturns/openturns/blob/master/python/src

is too large : there is currently almost 1500 files in the directory.

This prevents from using github interactive features. Indeed, only the first files are printed, which prevents from accessing the files which first letter is greater than "P" in alphabetical order.

image

For example,

https://github.com/openturns/openturns/blob/master/python/src/SobolIndicesExperiment_doc.i.in

is not printed. Hence, the only way of fixing an issue is to pull a git copy. This is a pity, since github allows to get interactive edits. As a consequence, only OpenTURNS with git can update the doc, which drastically reduce the number of potential doc bugfix suggestions.

mbaudin47 avatar Dec 25 '20 15:12 mbaudin47

This is a late answer, but it is not quite true that GitHub's interactive features cannot be used when the file is omitted from the list. If you know its name, you can use the "Go to file" button to search for it:

image

josephmure avatar Aug 19 '22 14:08 josephmure

@jschueller are we planning to do something here? IMHO it deals only with the dev team & no major issue is identified. I propose to close the issue. Feel free to reopen it if you think it is important

sofianehaddad avatar Oct 19 '22 13:10 sofianehaddad