Skip to content

Commit 72a0e4a

Browse files
authored
docs: fix description of where library appears in processing (#65)
1 parent e158e01 commit 72a0e4a

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

docs/develop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ those sections for [resolving dependencies](#resolving-dependencies).
8484
2. have Processing library dependencies
8585

8686
This variable is in the editable section, in case the location determined is incorrect. A
87-
symptom of an incorrect `sketchbookLocation` is that your library does not show up in the
88-
Contribution Manager in Processing, after being installed. Please look at our
87+
symptom of an incorrect `sketchbookLocation` is that your library does not show up as a
88+
contributed library Processing, after being installed. Please look at our
8989
[troubleshooting guide](troubleshooting.md) if you suspect this is the case.
9090

9191
## Creating examples
@@ -125,4 +125,4 @@ See the following guides for more details:
125125

126126
- [Library Overview](https://github.com/processing/processing4/wiki/Library-Overview): an introduction to Processing libraries in general.
127127
- [Library Basics](https://github.com/processing/processing4/wiki/Library-Basics): a basic guide for creating a Processing library from scratch, including structuring the library, registering methods with PApplet, handling events, and preparing the library for distribution.
128-
- [Library Guidelines](https://github.com/processing/processing4/wiki/Library-Guidelines): describes the requirements for a Processing library, including naming conventions, examples, and other best practices.
128+
- [Library Guidelines](https://github.com/processing/processing4/wiki/Library-Guidelines): describes the requirements for a Processing library, including naming conventions, examples, and other best practices.

docs/getting-started.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ Now that your environment is set up, follow these steps to get familiar with the
2727
`deployToProcessingSketchbook`, and double click on `deployToProcessingSketchbook`.
2828
- This will build the library, create the release artifacts, and copy them to the folder
2929
where Processing libraries are stored.
30-
3. **Check if the library appears in the Contribution Manager:**
31-
- Open Processing, and click on `Sketch` > `Import Library ...` > `Manage Libraries ...`.
32-
This opens the Contribution Manager.
33-
- You should see an entry named "A Template Example Library" with a check mark next to it.
30+
3. **Check if the library appears as a contributed library:**
31+
- Open Processing, and click on `Sketch` > `Import Library ...`.
32+
- You should see an entry named "A Template Example Library" in the menu as `Contributed`.
3433
This is the sample library you just installed using the template.
3534
- If it does not appear, please check the [troubleshooting guide](troubleshooting.md).
3635
4. **Customize the library information**:

docs/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Troubleshooting
22

3-
## Library does not appear in the Contribution Manager
3+
## Library does not appear as contributed library in Processing
44

55
1. Please check that the value you have for your library name in the code is the same as the `libName` in
66
the `build.gradle.kts` file.

0 commit comments

Comments
 (0)