Conduit Document node printing options
Open
Nobody has claimed this yet.
docs
- Dominant language
- C++
- Stars
- 248
- Forks
- 72
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 15
Description
These (and other?) node printing options should be documented for easy reference.
opts = Node()
opts["num_children_threshold"] = 2
opts["num_elements_threshold"] = 3
r = n.to_summary_string(opts)
print(r)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Node() options and to_summary_string(opts) example in the issue, then inspect the existing Conduit documentation for where node printing options are described. Document num_children_threshold, num_elements_threshold, and any related options found there; the work is done when users have an easy reference for these settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100