Safe-DS / DSL

Statically checked Data Science programs.
https://dsl.safeds.com
MIT License
14 stars 0 forks source link

docs: include inherited members in documentation #1055

Closed lars-reimann closed 5 months ago

lars-reimann commented 5 months ago

Closes #1030

Summary of Changes

Inherited members are now also shown in the documentation for subclasses. This way, users can see all operations that can be done with a class at once. Members of Any are excluded.

github-actions[bot] commented 5 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ MARKDOWN markdown-link-check 26 0 0.83s
✅ REPOSITORY git_diff yes no 0.15s
✅ TYPESCRIPT eslint 2 0 0 4.5s
✅ TYPESCRIPT prettier 2 0 0 1.05s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (b8e17af) to head (965bcb9). Report is 114 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1055 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 98 98 Lines 19299 19359 +60 Branches 3945 3954 +9 ========================================= + Hits 19299 19359 +60 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lars-reimann commented 5 months ago

:tada: This PR is included in version 0.12.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: