Skip to content

Commit b1c1873

Browse files
committed
cleaning
1 parent d06f035 commit b1c1873

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

module/move/assistant/Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
# Module :: assistant
44
[![experimental](https://raster.shields.io/static/v1?label=stability&message=experimental&color=orange&logoColor=eee)](https://github.com/emersion/stability-badges#experimental) [![rust-status](https://github.com/Wandalen/wTools/actions/workflows/ModuleassistantPush.yml/badge.svg)](https://github.com/Wandalen/wTools/actions/workflows/ModuleassistantPush.yml) [![docs.rs](https://img.shields.io/docsrs/assistant?color=e3e8f0&logo=docs.rs)](https://docs.rs/assistant) [![discord](https://img.shields.io/discord/872391416519737405?color=eee&logo=discord&logoColor=eee&label=ask)](https://discord.gg/m3YfbXpUUY)
55

6-
Assist AI in writing code.
6+
**NOT ready for production**
7+
8+
<!-- Assist AI in writing code. -->
79

810
<!--
911
### Basic use-case

module/move/deterministic_rand/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ pub use hrng_deterministic as hrng;
1818
#[ cfg( any( not( feature = "determinism" ), feature = "no_std" ) ) ]
1919
pub use hrng_non_deterministic as hrng;
2020

21+
mod private {}
22+
2123
mod_interface!
2224
{
2325

module/move/graphs_tools/Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
[![experimental](https://raster.shields.io/static/v1?label=&message=experimental&color=orange)](https://github.com/emersion/stability-badges#experimental) [![rust-status](https://github.com/Wandalen/wTools/actions/workflows/module_graphs_tools_push.yml/badge.svg)](https://github.com/Wandalen/wTools/actions/workflows/module_graphs_tools_push.yml) [![docs.rs](https://img.shields.io/docsrs/graphs_tools?color=e3e8f0&logo=docs.rs)](https://docs.rs/graphs_tools) [![Open in Gitpod](https://raster.shields.io/static/v1?label=try&message=online&color=eee&logo=gitpod&logoColor=eee)](https://gitpod.io/#RUN_PATH=.,SAMPLE_FILE=module%2Fmove%2Fgraphs_tools%2Fexamples%2Fgraphs_tools_trivial.rs,RUN_POSTFIX=--example%20graphs_tools_trivial/https://github.com/Wandalen/wTools) [![discord](https://img.shields.io/discord/872391416519737405?color=eee&logo=discord&logoColor=eee&label=ask)](https://discord.gg/m3YfbXpUUY)
66
<!--{ generate.module_header.end }-->
77

8-
Graphs tools.
8+
**NOT ready for production**
99

10+
<!--
1011
### Basic use-case
1112
12-
<!-- {{# generate.module{} #}} -->
13-
1413
```rust
1514
#[ cfg( all( feature = "cell_factory", feature = "use_std" ) ) ]
1615
{
@@ -37,3 +36,4 @@ cd wTools
3736
cd examples/graphs_tools_trivial
3837
cargo run
3938
```
39+
-->

module/move/plot_interface/Readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
[![experimental](https://raster.shields.io/static/v1?label=&message=experimental&color=orange)](https://github.com/emersion/stability-badges#experimental) [![rust-status](https://github.com/Wandalen/wTools/actions/workflows/module_plot_interface_push.yml/badge.svg)](https://github.com/Wandalen/wTools/actions/workflows/module_plot_interface_push.yml) [![docs.rs](https://img.shields.io/docsrs/plot_interface?color=e3e8f0&logo=docs.rs)](https://docs.rs/plot_interface) [![discord](https://img.shields.io/discord/872391416519737405?color=eee&logo=discord&logoColor=eee&label=ask)](https://discord.gg/m3YfbXpUUY)
66
<!--{ generate.module_header.end }-->
77

8-
Plot interface.
8+
**NOT ready for production**
9+
10+
<!-- Plot interface.
911
1012
### Basic use-case
1113
12-
<!-- {{# generate.module{} #}} -->
1314
1415
```rust
1516
```
@@ -27,4 +28,4 @@ git clone https://github.com/Wandalen/wTools
2728
cd wTools
2829
cd examples/plot_interface_trivial
2930
cargo run
30-
```
31+
``` -->

0 commit comments

Comments
 (0)