SevgiAkten / pycellga

Cellular Genetic Algorithms in Python.
https://sevgiakten.github.io/pycellga/
MIT License
2 stars 1 forks source link

Automatic generation of web helps #28

Closed jbytecode closed 1 month ago

jbytecode commented 1 month ago

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.

jbytecode commented 1 month 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?

SevgiAkten commented 1 month ago

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/.

jbytecode commented 1 month ago

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!

jbytecode commented 1 month ago

This issue is related to the issue

https://github.com/SevgiAkten/pycellga/issues/60

so we can close this one