shalinshah1993 / SBSCL

The Systems Biology Simulation Core Library (SBSCL) provides an efficient and exhaustive Java implementation of methods to interpret the content of models encoded in the Systems Biology Markup Language (SBML) and its numerical solution.
https://draeger-lab.github.io/SBSCL/
GNU Lesser General Public License v3.0
0 stars 2 forks source link

Remove old javadocs #62

Closed shalinshah1993 closed 6 years ago

shalinshah1993 commented 6 years ago

@draeger I think there is redundant old documentation https://github.com/shalinshah1993/SBSCL/tree/master/docs/javadoc which we should remove from the repo since maven automatically generates javadocs which we copy to docs/javadocs

draeger commented 6 years ago

Well, maybe this is not the case with SBSCL, but it could happen that some users need to stick with an earlier release of a software (for whatever reason, e.g., maybe they cannot update their operating system and hence not install a newer JVM, or there is some other dependency that would break when switching to a newer version of the library). We can remove the older JavaDocs, but keeping them doesn't cost us much and can be helpful to compare or work with older versions.

shalinshah1993 commented 6 years ago

Okay then the older javadoc can be found in docs/javadocs by their version number while the latest documentation is here. This will be automatically updated by maven when changes are made to the build.

draeger commented 6 years ago

I just notice that the file overview.html seems not to be taken into account when generating the JavaDoc.

shalinshah1993 commented 6 years ago

This issue was moved to draeger-lab/SBSCL#6