Skip to content

Commit 7aeb45d

Browse files
committed
generate: Reorder the items
Signed-off-by: Ce Gao <ce.gao@outlook.com>
1 parent b29d85b commit 7aeb45d

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

content/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Processing.R Documentation
22

33
The documentation is genrated by [Processing.R-docs-tools](https://github.com/processing-r/Processing.R-docs-tools). If you want to update the documantion, please use the tools.
4-
4+
5+
You could use [static-server](https://www.npmjs.com/package/static-server) to preview the documentaion in localhost:
6+
7+
```bash
8+
$ npm install -g static-server
9+
$ static-server -p 8123
10+
$ # View localhost:8123
11+
```

src/generate.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,20 @@ def render_reference_index(self):
8484
('Structure', ''),
8585
('Environment', ''),
8686
('Control', ''),
87-
('Shape', ''),
88-
('Shape', '2D Primitives'),
89-
('Shape', 'Curves'),
90-
('Shape', '3D Primitives'),
91-
('Shape', 'Attributes'),
92-
('Shape', 'Vertex'),
93-
('Shape', 'Loading & Displaying'),
9487
('Input', 'Mouse'),
9588
('Input', 'Keyboard'),
9689
('Input', 'Files'),
9790
('Input', 'Time & Date'),
9891
('Output', 'Text Area'),
9992
('Output', 'Image'),
10093
('Output', 'Files'),
94+
('Shape', ''),
95+
('Shape', '2D Primitives'),
96+
('Shape', 'Curves'),
97+
('Shape', '3D Primitives'),
98+
('Shape', 'Attributes'),
99+
('Shape', 'Vertex'),
100+
('Shape', 'Loading & Displaying'),
101101
('Transform', ''),
102102
('Lights, Camera', 'Lights'),
103103
('Lights, Camera', 'Camera'),

0 commit comments

Comments
 (0)