Andrey
Andrey
> Could have impact in diplomacy relations... It should not, it just counts issues ordered. > what is the status of this? Draft. This looks like a promising way to...
This PR is outdated, closing it.
> why did you assign this to the "Gateway to the Void" milestone? Probably because I don't remember the meaning of the releases, and try to guess by names. I...
I have added it in the https://github.com/freeorion/freeorion/pull/4170
I will soon push changes for generator (it is broken now). I have experience with http://www.sphinx-doc.org/en/stable/
Here is documentation example generated with sphinx https://github.com/Cjkjvfnby/freeorion/pull/15 Both example and generation code. To check it you need - fetch branch - open `documentation/build/html/index.html`
> Writing a functions to provide a list of all techs, all policies, ship parts, etc. shouldn't be too hard. Converting dependencies to enums and do validation for that names...
Not actual anymore.
21 century and we still cannot use the power of code reuse. As a simple solution, it is possible to add `pytest` files to the AI folder.
You can try to split the generated test and handwritten tests to different classes. It will make the code more simple.