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

Fix exponent in docs #2209

Merged
merged 1 commit into from
Apr 27, 2020
Merged

Fix exponent in docs #2209

merged 1 commit into from
Apr 27, 2020

Conversation

nalimilan
Copy link
Member

Documenter doesn't seem to support this.

Documenter doesn't seem to support this.
@@ -80,7 +80,7 @@ julia> sort(cv)

```

By default, a `CategoricalArray` is able to represent 2<sup>32</sup> different levels.
By default, a `CategoricalArray` is able to represent ``2^32`` different levels.
Copy link
Member

Choose a reason for hiding this comment

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

what do double backquotes mean?

Copy link
Member

Choose a reason for hiding this comment

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

@nalimilan - bump - I would like to understand the change before merging :)

Copy link
Member Author

Choose a reason for hiding this comment

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

That's the syntax for equations. It's too bad we need such an advanced feature for this, but I guess it's better than using Unicode superscripts?

Copy link
Member

@bkamins bkamins left a comment

Choose a reason for hiding this comment

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

OK - feel free to merge.

@nalimilan nalimilan merged commit e26c754 into master Apr 27, 2020
@nalimilan nalimilan deleted the nl/exponent branch April 27, 2020 10:42
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