Skip to content

Commit 8abd6d8

Browse files
committed
simpler Building Documentation section
1 parent ab7aa08 commit 8abd6d8

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

developer_docs/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,14 @@ With the server running, you should be able to open test/test.html in your favor
9999

100100
9. Once everything is ready, submit your changes as a [pull request](https://help.github.com/articles/creating-a-pull-request).
101101

102+
# Building Documentation
103+
104+
Inline comments in p5.js are built into the public-facing [reference manual](https://p5js.org/reference/). You can also view this locally:
105+
106+
```
107+
$ npm run docs:dev
108+
```
109+
102110
# Overview
103111

104112
This [looking inside p5.js video](http://www.luisapereira.net/teaching/looking-inside-p5/) describes the tools and files used in p5.js workflow.
@@ -127,13 +135,6 @@ To get started:
127135
3. Link to the src and test files in `test.html`.
128136
4. Run the tests with `npm run grunt`.
129137

130-
## Building and testing the Reference Docs & Examples
131-
132-
This will build the p5.js library, generate the documentation files, run a web server, and open a browser to the main documentation page.
133-
134-
```
135-
npm run docs:dev
136-
```
137138

138139
# Repositories
139140

0 commit comments

Comments
 (0)