File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ Remove an installed plugin
247247 $ risset remove <plugin>
248248
249249
250- #### documentation
250+ ### man
251251
252252Open man page as markdown in the command line
253253
@@ -267,13 +267,7 @@ Open the html man page in the default browser:
267267
268268 $ risset man --html <opcode>
269269
270- Generate/update documentation:
271-
272- $ risset makedocs
273-
274- Build the documentation for all defined plugins. This depends on ** mkdocs** being installed
275-
276-
270+
277271### upgrade
278272
279273 $ risset upgrade
@@ -338,18 +332,22 @@ and documentation
338332* ` --outfile OUTFILE ` : Save output to this path
339333* ` --full ` : Include all available information
340334
341- -------
342335
343- # Plugin Documentation
336+ ### makedocs
344337
345- Documentation for all plugins can be found here: https://csound-plugins.github.io/risset-docs/
338+ Generate/update documentation:
346339
347- -------
340+ $ risset makedocs
341+
342+ Build the documentation for all defined plugins. This depends on ** mkdocs** being installed
348343
349- # Upgrading risset
350344
351- pip install risset -U
352345
346+ -------
347+
348+ # Plugin Documentation
349+
350+ Documentation for all plugins can be found here: https://csound-plugins.github.io/risset-docs/
353351
354352
355353-----
@@ -396,4 +394,4 @@ define multiple plugins within one repository.
396394Each plugin has an accompanying manifest in the .json format. The name of this file
397395is always ` risset.json `
398396See one of the examples in https://github.com/csound-plugins/csound-plugins/tree/master/src for
399- more information about the manifest
397+ more information
You can’t perform that action at this time.
0 commit comments