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

Yet more docs work #275

Merged
merged 3 commits into from
Oct 8, 2023
Merged

Yet more docs work #275

merged 3 commits into from
Oct 8, 2023

Conversation

pkgw
Copy link
Contributor

@pkgw pkgw commented Oct 8, 2023

I realized that the Pinia store methods weren't actually getting documented — while docstrings in wwtaware.ts worked for properties, they weren't coming through for methods. It is probably better to center the docs on the engineStore anyway, since Vue is pushing people towards the composition API, so here we bite the bullet and shift everything over. It is now looking like the docs are all there.

pkgw added 3 commits October 8, 2023 11:00
Re-exported Pinia methods on the WWTAwareComponent weren't getting
documented correctly. So, bite the bullet and move all of the docs to be
associated with `engineStore()` rather than WWTAwareComponent. This is
better in the long run anyway, since Vue-land is pushing people towards
the Composition API.

This causes some new warnings because *some* of the engineStore docs end
up getting attached to the WWTAwareComponent, and the internal links to
renamed properties break in that context, but ... whatever.
@pkgw pkgw merged commit 446e93e into WorldWideTelescope:master Oct 8, 2023
9 checks passed
@pkgw pkgw deleted the more-docs branch October 8, 2023 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant