Replies: 7 comments
-
Thank you for the next feedback. Have a nice day |
Beta Was this translation helpful? Give feedback.
-
I am an ok python programmer (my work is in C++ / C#). So I will try to help were I can... For the start I will try to implement this config parameter 😀. The good thing is that a colleague is a Python programmer, whom I will annoy with questions if I have any questions, and that I can allocate a small part of my working time to this because it is helpful for the project... So maybe I can be useful 😎, Kai |
Beta Was this translation helpful? Give feedback.
-
Can I ask what project you are using it for? Is public or private and in which country are you developing? Thanks |
Beta Was this translation helpful? Give feedback.
-
I work for a midsize company in germany (about 100 employees). We develop software for virtual comissioning simple to complex production plants. Which basically means real time simulation and data analysis for robots and conveyor belts and stuff... We are modernizing our internal processes and the developer documentation will be switched from a 20-year-old MediaWiki to internal documentation with Mkdocs / Doxygen etc and a knowledgebase, whereby I will automatically feed the knowledgebase with the articles from the docs. |
Beta Was this translation helpful? Give feedback.
-
I prepared a simple PR to add the If you want me to adapt an example or you need other things for a PR, just write 😀. You can find the current code here. |
Beta Was this translation helpful? Give feedback.
-
#39 Closed with this PR |
Beta Was this translation helpful? Give feedback.
-
Thank you kg-intec for the help with the PR. Is it ok for you? @kg-intec |
Beta Was this translation helpful? Give feedback.
-
Sorry its me again 😅
After presenting my generated doxygen to my colleagues it was decided to use MkDoxy to autogenerate our documentation. And then the bikesheding started, basically everybody had some small wishes / comments on how to change the general output. So I looked into your code and saw, that I could basically adjust the templates myself (as long as I have access to the template directory in the python environment). But I cannot modify the environment on other workstations or our buildserver (due to missing rights... and also because the admin wanted to hit me with a stick after I told him what I was going to do..).
So it would be nice to have a config parameter to change the template directory to a user defined one, or (advanced) to overwrite only specific templates.
Beta Was this translation helpful? Give feedback.
All reactions