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

Remove broken references #16

Merged
merged 2 commits into from
Apr 12, 2024
Merged

Remove broken references #16

merged 2 commits into from
Apr 12, 2024

Conversation

pwochner
Copy link
Contributor

Removes @ref to HerbGrammar which doesn't work due to circular dependency: We would need to import HerbGrammar for reference to work, but we can't do that since HerbGrammar depends on HerbCore.

Partly addresses #61.

Represents a constraint for a [`ContextSensitiveGrammar`](@ref).
Represents a constraint for a `ContextSensitiveGrammar`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why it didn't occur to me earlier, but we could link to AbstractGrammar instead. Was this already discussed before?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't remember this being discussed. I changed it.

Copy link
Member

@ReubenJ ReubenJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

@ReubenJ ReubenJ merged commit d878126 into dev Apr 12, 2024
2 checks passed
@ReubenJ ReubenJ deleted the documentation-ref-fixes branch April 12, 2024 09:01
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.

2 participants