Skip to content

Commit 09fceb8

Browse files
committed
Add more package category pages.
1 parent 0a16951 commit 09fceb8

File tree

6 files changed

+42
-0
lines changed

6 files changed

+42
-0
lines changed

explore/category/data-types.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: code_category
3+
title: Data types and containers
4+
description: Libraries for advanced data types and container classes
5+
code_category: data-types
6+
---
7+

explore/category/graphics.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: code_category
3+
title: Graphics, plotting and user interfaces
4+
description: Libraries for plotting data, handling images and generating user interfaces
5+
code_category: graphics
6+
---
7+

explore/category/interfaces.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: code_category
3+
title: Interface libraries
4+
description: Libraries that interface with other systems languages, or devices
5+
code_category: interfaces
6+
---
7+

explore/category/io.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: code_category
3+
title: File input & output
4+
description: Libraries for reading and writing particular file formats
5+
code_category: io
6+
---
7+

explore/category/programming.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: code_category
3+
title: Programming utilities
4+
description: Error handling, logging, documentation and testing
5+
code_category: programming
6+
---
7+

explore/category/strings.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: code_category
3+
title: Characters and strings
4+
description: Libraries for manipulating characters and strings
5+
code_category: strings
6+
---
7+

0 commit comments

Comments
 (0)