Ronny Lorenz

Results 7 issues of Ronny Lorenz

I'm in the process to transition our documentation of a large C project from `doxygen` to `sphinx` using the `breathe` bridge and have stumpled across some problems. In particular, I...

Currently, the `doxygengroup` or `doxygenpage` directives will render a line like ``` page page_id ``` or ``` group group_id ``` before the actual description and content, where `page_id` and `group_id`...

The nodes variable is a global imported from `docutils`. Re-assigning this variable leads to unpredictable behavior. To avoid this, we simply rename all occurrences of variable assignments to `nodes_` instead.

Hi, in our project, the `CHANGELOG.md` file deviates a little from what is expected by the current github actions script. In particular, the header level of the version specific changelog...

This updates the ViennaRNA Package to upstream release v2.7.0 ---- Please read the [guidelines for Bioconda recipes](https://bioconda.github.io/contributor/guidelines.html) before opening a pull request (PR). ### General instructions * If this PR...

This commit adds a literal code block with an include statement for the respective symbol, e.g. #include The actual file name/path is extracted from the `location.file` attribute as parsed from...

Describe your pull request here This bumps ViennaRNA Package to upstream release v2.7.1 ---- Please read the [guidelines for Bioconda recipes](https://bioconda.github.io/contributor/guidelines.html) before opening a pull request (PR). ### General instructions...

please review & merge