From eadd7b1081deda2ec7fb1a18fa204c708253f798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Niederb=C3=BChl?= Date: Fri, 5 Jun 2020 14:43:17 +0200 Subject: [PATCH] Remove word-count from examples --- README.md | 1 - guide/src/get_started.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 7d388489..646b1c90 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,6 @@ about this topic. ## Examples - * [examples/word-count](examples/word-count) _Counting the occurrences of a word in a text file_ * [hyperjson](https://github.com/mre/hyperjson) _A hyper-fast Python module for reading/writing JSON data using Rust's serde-json_ * [html-py-ever](https://github.com/PyO3/setuptools-rust/tree/master/html-py-ever) _Using [html5ever](https://github.com/servo/html5ever) through [kuchiki](https://github.com/kuchiki-rs/kuchiki) to speed up html parsing and css-selecting._ * [point-process](https://github.com/ManifoldFR/point-process-rust/tree/master/pylib) _High level API for pointprocesses as a Python library_ diff --git a/guide/src/get_started.md b/guide/src/get_started.md index 34ecdac0..be11291e 100644 --- a/guide/src/get_started.md +++ b/guide/src/get_started.md @@ -132,7 +132,6 @@ about this topic. ## Examples - * [examples/word-count](examples/word-count) _Counting the occurrences of a word in a text file_ * [hyperjson](https://github.com/mre/hyperjson) _A hyper-fast Python module for reading/writing JSON data using Rust's serde-json_ * [html-py-ever](https://github.com/PyO3/setuptools-rust/tree/master/html-py-ever) _Using [html5ever](https://github.com/servo/html5ever) through [kuchiki](https://github.com/kuchiki-rs/kuchiki) to speed up html parsing and css-selecting._ * [point-process](https://github.com/ManifoldFR/point-process-rust/tree/master/pylib) _High level API for pointprocesses as a Python library_