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

move to use "conduit_yaml" in docs #619

Open
cyrush opened this issue Sep 23, 2020 · 0 comments
Open

move to use "conduit_yaml" in docs #619

cyrush opened this issue Sep 23, 2020 · 0 comments
Labels
Milestone

Comments

@cyrush
Copy link
Member

cyrush commented Sep 23, 2020

Audit examples and change to use yaml output for schema details in examples.

We need "conduit_yaml" rep that includes details to replace the "conduit_json" output.

Also, "conduit_json" formatting is a little strange here:

  "x": 
{
"dtype":"float64",
"number_of_elements": 5,
"offset": 0,
"stride": 24,
"element_bytes": 8,
"endianness": "little"
, "value": [1.0, 1.0, 1.0, 1.0, 1.0]},
  "y": 
{
"dtype":"float64",
"number_of_elements": 5,
"offset": 8,
"stride": 24,
"element_bytes": 8,
"endianness": "little"
, "value": [2.0, 2.0, 2.0, 2.0, 2.0]},
  "z": 
{
"dtype":"float64",
"number_of_elements": 5,
"offset": 16,
"stride": 24,
"element_bytes": 8,
"endianness": "little"
, "value": [3.0, 3.0, 3.0, 3.0, 3.0]}
}

The logic that fuses the schema details with the values needs to be adjusted.

(from https://llnl-conduit.readthedocs.io/en/latest/blueprint.html#top-level-blueprint-interface)

@cyrush cyrush added the docs label Sep 23, 2020
@cyrush cyrush added this to the 0.7.0 milestone Sep 23, 2020
@cyrush cyrush modified the milestones: 0.7.0, 0.8.0 Jan 29, 2021
@cyrush cyrush modified the milestones: 0.8.0, 0.8.1 Nov 1, 2021
@cyrush cyrush modified the milestones: 0.8.1, 0.9.0 Jan 25, 2022
@cyrush cyrush modified the milestones: 0.9.0, 0.9.1 Jan 30, 2024
@cyrush cyrush modified the milestones: 0.9.2, 0.9.3 May 21, 2024
@cyrush cyrush modified the milestones: 0.9.3, 0.9.4 Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant