Skip to content

Commit ee9f45c

Browse files
committed
Delete million of TODO items
The million of TODO items make some people think the library is simply so unusable to the point that they lose their capability to read and think by themselves.
1 parent a858f9a commit ee9f45c

28 files changed

+0
-64
lines changed

src/SUMMARY.md

-37
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,3 @@
11
# Summary
22

33
- [Introduction](README.md)
4-
5-
- [TODO: Architecture]()<!--(architecture/README.md)-->
6-
- [TODO: The Elm Architecture]()<!--(architecture/the_elm_architecture.md)-->
7-
- [TODO: The update and render cycle]()<!--(architecture/the_update_and_render_cycle.md)-->
8-
- [TODO: The iced ecosystem]()<!--(architecture/the_iced_ecosystem.md)-->
9-
10-
- [TODO: Layout]()<!--(layout/README.md)-->
11-
- [TODO: Centering widgets]()<!--(layout/centering_widgets.md)-->
12-
- [TODO: Aligning widgets]()<!--(layout/aligning_widgets.md)-->
13-
14-
- [TODO: Styling]()<!--(styling/README.md)-->
15-
- [TODO: Styling widgets]()<!--(styling/styling_widgets.md)-->
16-
- [TODO: Using style sheets]()<!--(styling/using_style_sheets.md)-->
17-
- [TODO: Creating themes]()<!--(styling/creating_themes.md)-->
18-
19-
- [TODO: Runtime, Commands & Subscriptions]()<!--(runtime/README.md)-->
20-
- [TODO: The iced runtime]()<!--(runtime/the_iced_runtime.md)-->
21-
- [TODO: Leveraging async Rust]()<!--(runtime/async.md)-->
22-
- [TODO: Implementing custom subscriptions]()<!--(runtime/implementing_subscriptions.md)-->
23-
24-
- [TODO: Scaling & Composability]()<!--(scaling/README.md)-->
25-
- [TODO: Splitting files]()<!--(scaling/splitting_files.md)-->
26-
- [TODO: Reusing logic]()<!--(scaling/reusing_logic.md)-->
27-
- [TODO: Managing big codebases]()<!--(scaling/managing_codebases.md)-->
28-
29-
- [TODO: Debugging]()<!--(debugging/README.md)-->
30-
31-
- [TODO: Custom widgets]()<!--(custom_widgets/README.md)-->
32-
33-
- [TODO: Compatibility]()<!--(compatibility/README.md)-->
34-
- [TODO: Platform differences]()<!--(compatibility/platform_differences.md)-->
35-
36-
- [TODO: Integration]()<!--(integration/README.md)-->
37-
- [TODO: Developing custom renderers and shells]()<!--(integration/extending_the_ecosystem.md)-->
38-
- [TODO: Integrating iced into another framework or engine]()<!--(integration/integrating_iced.md)-->
39-
40-
- [TODO: Frequently Asked Questions]()<!--(faq/README.md)-->

src/architecture/README.md

-1
This file was deleted.

src/architecture/the_elm_architecture.md

-1
This file was deleted.

src/architecture/the_iced_ecosystem.md

-1
This file was deleted.

src/architecture/the_update_and_render_cycle.md

-1
This file was deleted.

src/compatibility/README.md

-1
This file was deleted.

src/compatibility/platform_differences.md

-1
This file was deleted.

src/custom_widgets/README.md

-1
This file was deleted.

src/debugging/README.md

-1
This file was deleted.

src/faq/README.md

-1
This file was deleted.

src/integration/README.md

-1
This file was deleted.

src/integration/extending_the_ecosystem.md

-1
This file was deleted.

src/integration/integrating_iced.md

-1
This file was deleted.

src/layout/README.md

-1
This file was deleted.

src/layout/aligning_widgets.md

-1
This file was deleted.

src/layout/centering_widgets.md

-1
This file was deleted.

src/runtime/README.md

-1
This file was deleted.

src/runtime/async.md

-1
This file was deleted.

src/runtime/implementing_subscriptions.md

-1
This file was deleted.

src/runtime/the_iced_runtime.md

-1
This file was deleted.

src/scaling/README.md

-1
This file was deleted.

src/scaling/managing_codebases.md

-1
This file was deleted.

src/scaling/reusing_logic.md

-1
This file was deleted.

src/scaling/splitting_files.md

-1
This file was deleted.

src/styling/README.md

-1
This file was deleted.

src/styling/creating_themes.md

-1
This file was deleted.

src/styling/styling_widgets.md

-1
This file was deleted.

src/styling/using_style_sheets.md

-1
This file was deleted.

0 commit comments

Comments
 (0)