Skip to content

Commit da1972e

Browse files
committed
Tweaked namespace docs
1 parent a457923 commit da1972e

19 files changed

Lines changed: 108 additions & 139 deletions

File tree

doc/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ This website documents the [API](xref:NanoByte.Common) of the NanoByte.Common Nu
1111
- integration with [native Windows and Linux features](xref:NanoByte.Common.Native),
1212
- [network](xref:NanoByte.Common.Net) and [disk](xref:NanoByte.Common.Storage) IO,
1313
- [advanced collections](xref:NanoByte.Common.Collections) and
14-
- [undo/redo logic](undo.md).
14+
- [undo/redo logic](xref:NanoByte.Common.Undo).
1515

1616
**[NanoByte.Common.AnsiCli](https://www.nuget.org/packages/NanoByte.Common.AnsiCli/)** adds ANSI console output. Powered by [Spectre.Console](https://github.com/spectresystems/spectre.console).
1717

1818
**[NanoByte.Common.WinForms](https://www.nuget.org/packages/NanoByte.Common.WinForms/)** adds various Windows Forms controls with an emphasis on:
1919

20-
- [progress reporting](tasks.md) and
20+
- [progress reporting](xref:NanoByte.Common.Tasks) and
2121
- [data binding](xref:NanoByte.Common.Controls).

doc/tasks.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

doc/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
href: index.md
33
- name: API
44
href: api/
5-
- name: Task system
6-
href: tasks.md
7-
- name: Undo system
8-
href: undo.md
95
- name: Backports
106
href: backports.md
117
- name: GitHub

doc/undo.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
---
2-
uid: NanoByte.Common.Controls
3-
summary: *content
4-
---
5-
WinForms controls and forms designed to simplify common UI designs.
1+
---
2+
uid: NanoByte.Common.Controls
3+
summary: WinForms controls and forms designed to simplify common UI designs.
4+
---
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
---
2-
uid: NanoByte.Common.Drawing
3-
summary: *content
4-
---
5-
Helpers for manipulating images
1+
---
2+
uid: NanoByte.Common.Drawing
3+
summary: Helpers for manipulating images
4+
---
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
---
2-
uid: NanoByte.Common.Collections
3-
summary: *content
4-
---
5-
Specialized collection types supplementing System.Collections.Generic.
1+
---
2+
uid: NanoByte.Common.Collections
3+
summary: Specialized collection types supplementing System.Collections.Generic.
4+
---

src/Common/Dispatch/_Namespace.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
---
2-
uid: NanoByte.Common.Dispatch
3-
summary: *content
4-
---
5-
Functionality like double dispatch and two/three-way merging.
1+
---
2+
uid: NanoByte.Common.Dispatch
3+
summary: Functionality like double dispatch and two/three-way merging.
4+
---

src/Common/Info/_Namespace.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
---
2-
uid: NanoByte.Common.Info
3-
summary: *content
4-
---
5-
Data structures providing diagnostic information about the application, the operating system, etc..
1+
---
2+
uid: NanoByte.Common.Info
3+
summary: Data structures providing diagnostic information about the application, the operating system, etc..
4+
---

src/Common/Native/_Namespace.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
---
2-
uid: NanoByte.Common.Native
3-
summary: *content
4-
---
5-
Utility classes that provide OS-specific helper functions.
1+
---
2+
uid: NanoByte.Common.Native
3+
summary: Utility classes that provide OS-specific helper functions.
4+
---

0 commit comments

Comments
 (0)