Skip to content

Commit

Permalink
chore(doc): remove ascii strings tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarlin-zama committed Jan 16, 2025
1 parent 2b190fd commit 6f9ce8d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 164 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ to run in release mode with cargo's `--release` flag to have the best performanc
### Tutorials
- [[Video tutorial] Implement signed integers using TFHE-rs ](https://www.zama.ai/post/video-tutorial-implement-signed-integers-ssing-tfhe-rs)
- [Homomorphic parity bit](https://docs.zama.ai/tfhe-rs/tutorials/parity_bit)
- [Homomorphic case changing on Ascii string](https://docs.zama.ai/tfhe-rs/tutorials/ascii_fhe_string)
- [Boolean SHA256 with TFHE-rs](https://www.zama.ai/post/boolean-sha256-tfhe-rs)
- [Dark market with TFHE-rs](https://www.zama.ai/post/dark-market-tfhe-rs)
- [Regular expression engine with TFHE-rs](https://www.zama.ai/post/regex-engine-tfhe-rs)
Expand Down
1 change: 0 additions & 1 deletion tfhe/docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@

* [All tutorials](tutorials/see-all-tutorials.md)
* [Homomorphic parity bit](tutorials/parity\_bit.md)
* [Homomorphic case changing on Ascii string](tutorials/ascii\_fhe\_string.md)
* [SHA256 with Boolean API](tutorials/sha256\_bool.md)

## References
Expand Down
157 changes: 0 additions & 157 deletions tfhe/docs/tutorials/ascii_fhe_string.md

This file was deleted.

1 change: 0 additions & 1 deletion tfhe/docs/tutorials/see-all-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
### Start here

* [Homomorphic parity bit](parity\_bit.md)
* [Homomorphic case changing on Ascii string](ascii\_fhe\_string.md)
* [SHA 256 with Boolean API](sha256\_bool.md)

### Go further
Expand Down
4 changes: 0 additions & 4 deletions tfhe/src/test_user_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ mod test_cpu_doc {
);

// Tutorials
doctest!(
"../docs/tutorials/ascii_fhe_string.md",
tutorials_ascii_fhe_string
);
doctest!("../docs/tutorials/parity_bit.md", tutorials_parity_bit);
}

Expand Down

0 comments on commit 6f9ce8d

Please sign in to comment.