bpancras / FSDA

Flexible Statistics and Data Analysis (FSDA) extends MATLAB for a robust analysis of data sets affected by different sources of heterogeneity. It is open source software licensed under the European Union Public Licence (EUPL). FSDA is a joint project by the University of Parma and the Joint Research Centre of the European Commission.
https://uniprjrc.github.io/FSDA/
European Union Public License 1.1
0 stars 0 forks source link

Update the documentation build scripts to consider source code within /toolbox #6

Open bpancras opened 1 year ago

bpancras commented 1 year ago

The documentation html files are created using the script CreateFSDAhelpFiles.m. This file has the folder names hardcoded into it. These folder names has to be updated each time a folder with FSDA source is moved within the /toolbox folder.

The following folders house the documentation: (or at least they sound like) -doc/ -html/ -helpfiles/

AldoCorbelliniUNIPR commented 12 months ago

1) The FSDA documentation relocation under toolbox folder is a pretty complex and delicate task: depending on the OS, the toolbox setup stores it inside selected folders and creates a specific folder where indexed file pointers are created to search and access the html pages of the documentation. 2) Inside CreateFSDAhelpFiles.m the variable 'FSDAroot' is pointing to the folder where 'addFSDA2path.m' lives, so moving 'addFSDA2path' to the '/toolbox' folder should not disrupt the functionality of the code.

bpancras commented 10 months ago

I'm not sure if looking for addFSDA2path is the right approach for determining the root of the toolbox. We can discuss this in one of our up coming meetings.