Closed jbytecode closed 3 months ago
By the last commit, the documentation is created in the gh-pages branch of the repo:
https://github.com/SevgiAkten/pycellga/tree/gh-pages
somehow, but the content is not hosted as a web page, is it related to the Repo -> Settings -> Pages stuff?
I finally managed to set up the documentation system and deploy it on GitHub Pages. It took some effort, but it's done! You can check out the documentation at this link: https://sevgiakten.github.io/pycellga/.
It seems good, congratulations!!!
I think it can be improved as some pages are not rendered properly, but it's easy to do for you!
This issue is related to the issue
https://github.com/SevgiAkten/pycellga/issues/60
so we can close this one
It is a common pattern to generate HTML based help systems using the code comments.
In our case we already have the code comments.
The next step is to (and hopefully the last step) creating an automatic web based help system. This thing requires these steps
finally in each single commit an action will be triggered automatically and the new documentation will be created.