David Linke
David Linke
Tox is great for testing different Python versions locally. Setting up a local CI for full cross-platform tests is probably not worth the effort. I updated the outdated `tox.ini` in...
This is interesting. It would also make just installable via pipx, or not? (and pipx is by default available in gh-actions)
Should be `hatch run docs:build` The gh-pages setup does still not yet work fully when switching from latest to another version and back to latest.
Sorry, I didn't see this PR before. I proposed a more universal(?) fix in #2751. Can you check if it solves your issue?
@paul121 - In the last weeks, I fixed several issues related to using `--subfolder-type-separation`. It now works for us in [pid4cat-model](https://nfdi4cat.github.io/pid4cat-model/latest/) (except #2732).
Interesting. With `--subfolder-type-separation` this class docu page `https://ef7a24bf.regen-data-standards.pages.dev/schema/ProjectInfo` should have "classes" as a subfolder in the URL `https://ef7a24bf.regen-data-standards.pages.dev/schema/classes/ProjectInfo`. Something seems not right with the generation step. > I have to...
From your makefile you seem to be using `--diagram-type er_diagram`. We use the default `mermaid_class_diagram`. Maybe that code-path has an issue, too.
#1943 is a similar issue for the rdf generator.
You mean codecov? The code coverage could be checked and reported without an external service, see e.g. https://github.com/hynek/structlog/blob/main/.github/workflows/ci.yml. I also did this for ucumvert: [report example](https://github.com/dalito/ucumvert/actions/runs/8350231121).
> I suppose you mean v7.1.3. Yes. I edited the comment. The advantage of upgrading would be to limit future issue reports to the (fewer) problems that remain with 7.x....