Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: show symbol types in headings and table of contents #1178

Merged

Conversation

lars-reimann
Copy link
Member

@lars-reimann lars-reimann commented May 18, 2024

Closes #1164

Summary of Changes

Show symbol types in headings and table of contents of the API reference.

@lars-reimann lars-reimann linked an issue May 18, 2024 that may be closed by this pull request
Copy link

github-actions bot commented May 18, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ CSS stylelint 1 0 0 1.88s
✅ JSON prettier 1 0 0 1.07s
✅ MARKDOWN markdown-link-check 90 0 2.37s
✅ REPOSITORY git_diff yes no 0.14s
✅ TYPESCRIPT eslint 1 0 0 6.5s
✅ TYPESCRIPT prettier 1 0 0 1.02s
✅ YAML prettier 1 0 0 1.05s
✅ YAML v8r 1 0 3.96s
✅ YAML yamllint 1 0 0.29s

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

Copy link

codecov bot commented May 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.79%. Comparing base (d89511e) to head (5d18cb3).
Report is 46 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##              main    #1178      +/-   ##
===========================================
- Coverage   100.00%   99.79%   -0.21%     
===========================================
  Files          110      110              
  Lines        19227    19242      +15     
  Branches      4119     4108      -11     
===========================================
- Hits         19227    19202      -25     
- Misses           0       40      +40     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lars-reimann lars-reimann force-pushed the 1164-symbol-types-in-headings-and-table-of-contents branch from bfc3f1e to 8bd1a87 Compare May 18, 2024 15:48
@lars-reimann lars-reimann marked this pull request as ready for review May 18, 2024 15:53
@lars-reimann lars-reimann merged commit b2f0966 into main May 18, 2024
7 checks passed
@lars-reimann lars-reimann deleted the 1164-symbol-types-in-headings-and-table-of-contents branch May 18, 2024 15:54
lars-reimann pushed a commit that referenced this pull request May 29, 2024
## [0.17.0](v0.16.1...v0.17.0) (2024-05-29)

### Features

* hide columns in EDA ([#1181](#1181)) ([15ccaac](15ccaac)), closes [#1171](#1171)
* infer column type using runner ([#1182](#1182)) ([846f404](846f404)), closes [#994](#994)
* integrate version 0.26.0 of the `safe-ds` Python library ([#1184](#1184)) ([e79de17](e79de17))
* show symbol types in headings and table of contents ([#1178](#1178)) ([b2f0966](b2f0966)), closes [#1164](#1164)
* sort rows in EDA ([#1183](#1183)) ([ddd5186](ddd5186)), closes [#1151](#1151)
@lars-reimann
Copy link
Member Author

🎉 This PR is included in version 0.17.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Included in a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Symbol types in headings and table of contents
2 participants