Skip to content

[#86] Auto versioning in autodoc

Konstantin Ivanov requested to merge martoon/#86-auto-versioning into master

Description

Problem: currently one has to manually include version into autodoc, but recently we started to reflect versioning at type-level so now we can derive and include version automatically.

Solution: do this.

Related issue(s)

Resolves #86 (closed)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated the changelog if my changes are externally visible.

Stylistic guide (mandatory)

Merge request reports