Skip to content

Commit

Permalink
augur-to-auspice: Fix minor formatting issues
Browse files Browse the repository at this point in the history
- fix inline literal date example
- add required leading blank line for bullet list
- fix typo
  • Loading branch information
joverlee521 committed Aug 20, 2024
1 parent ec92bf1 commit f5e5998
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/learn/augur-to-auspice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -523,10 +523,11 @@ If the type is not provided, it will be inferred in this order:
#. "continuous" if all values are numeric.
#. "categorical" if none of the above are satisfied.

To use these catgeories the data should be in the format:
To use these categories the data should be in the format:

- "boolean" - values should all be within ``["false", "true", "1.0", "0.0", "1", "0", "yes", "no"]``; coloring will be binary
- "continuous" - values should be numeric; coloring will be a range between the minimum & maximum values
- "temporal" - values should be dates in decimal date format (`2022.365`); coloring will be a range, and the legend will display human-readable dates
- "temporal" - values should be dates in decimal date format (``2022.365``); coloring will be a range, and the legend will display human-readable dates
- "ordinal" - values should be integers; coloring will be a range but all displayed values will be integers
- "categorical" - each unique value will receive a different color, the color wheel will be repeated if necessary

Expand Down

0 comments on commit f5e5998

Please sign in to comment.