draeger-lab / ModelPolisher

ModelPolisher accesses the BiGG Models knowledgebase to annotate SBML models.
MIT License
23 stars 7 forks source link

build and ship javadocs for the Project #116

Closed Schmoho closed 2 years ago

Schmoho commented 2 years ago

javadoc is more or less the default way of generating human-readable code documentation from java projects. We are already adhering to the documentation style that javadocs expects to work properly, so we should (barring any licensing issues, which I doubt)

Schmoho commented 2 years ago

I have added a gradle build task and included the built javadocs on the 2.1 branch.

I have also set up GitHub pages for this repository to link to the javadocs on the 2.1 branch: https://draeger-lab.github.io/ModelPolisher/

@draeger is this okay? can we use another webserver to serve some static HTML?

draeger commented 2 years ago

Thanks for doing that, @Schmoho!