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 38a9b35
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 163 deletions.
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 38a9b35

Please sign in to comment.