Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ exclude_path = [
"./website/static/download/downloads.html", # Should we fix in the future?
"./dev/rc-email-template.md", # Should we fix in the future?
"./docs/about/how-to-contribute.md", # TODO: fix the links in this file
"./qdp/docs/readers/README.md", # TODO: fix the links in this file
]
fallback_extensions = ["md"]
4 changes: 2 additions & 2 deletions qdp/docs/readers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ fn read_quantum_data(path: &str) -> Result<(Vec<f64>, usize, usize)> {

## Adding New Formats

See [../ADDING_INPUT_FORMATS.md](../ADDING_INPUT_FORMATS.md) for detailed instructions.
See `ADDING_INPUT_FORMATS.md` (TODO) for detailed instructions.

Quick overview:
1. Create `readers/myformat.rs`
Expand Down Expand Up @@ -218,5 +218,5 @@ Planned format support:
## Questions?

- See examples: `cargo run --example flexible_readers`
- Read extension guide: [../ADDING_INPUT_FORMATS.md](../ADDING_INPUT_FORMATS.md)
- Read extension guide: `ADDING_INPUT_FORMATS.md` (TODO)
- Check tests: `qdp-core/tests/*_io.rs`
Loading