Skip to content

Commit 52a026b

Browse files
committed
Remove motivation section and reorder files
1 parent 6be7a2a commit 52a026b

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

docs/coding-styles/common-utilities.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ has_toc: false
1010

1111
The headers `common.h` and `colors.h` include a number of utilities we use in our examples. These include naive functions to generate and manipulate vectors and strings; handle RGBA color arrays; convert points to and from polar coordinates; read files to strings; write strings to files; calculate gradients; read, write, and manipulate images; and generate vectors with random numbers. Although some of these functions might be helpful, most functions only operate on `vector<double>` and they are not intended to be a library of utilities. The sole purpose of these algorithms is to simplify the examples.
1212

13-
<!-- START mdsplit-ignore -->
1413

1514

1615

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Contributing
4-
nav_order: 7
4+
nav_order: 6
55
has_children: true
66
has_toc: false
77
---

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ Data visualization can help programmers and scientists identify trends in their
160160
- [Method Chaining](coding-styles/method-chaining.md)
161161
- [Ranges](coding-styles/ranges.md)
162162
- [Common Utilities](coding-styles/common-utilities.md)
163-
- [Motivation and Details](motivation-and-details.md)
164163
- [Integration](integration.md)
165164
- [Binary Packages](integration/binary-packages.md)
166165
- [Build from Source](integration/build-from-source.md)

docs/integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Integration
4-
nav_order: 6
4+
nav_order: 5
55
has_children: true
66
has_toc: false
77
---

docs/references.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: References
4-
nav_order: 8
4+
nav_order: 7
55
has_children: false
66
has_toc: false
77
---

0 commit comments

Comments
 (0)