You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed during the ImJoy hackathon, the current imjoy docs is confusing because we don't have clear separation between different user groups (user, plugin developer and core developer).
How to set up high-quality plugin projects (link to project templates, including Contributor instructions for the plugin itself, Unit tests with CI, code formatting, linting etc.)
How to edit Python plugin code in standalone editor with code highlighting by having the majority of code in a separate module and just a small import of that module in the plugin file.
Explanations
Sandboxes and RPC
API reference (standalone page)
Core development
How-tos guides
How to contribute
How to setup a dev environment
Explanations
Explain the repos
RPC
API reference (standalone page)
Imjoy-core
Imjoy-rpc
Changelog
The text was updated successfully, but these errors were encountered:
As discussed during the ImJoy hackathon, the current imjoy docs is confusing because we don't have clear separation between different user groups (user, plugin developer and core developer).
Following suggestions from https://www.youtube.com/watch?v=t4vKPhjcMZg and the vscode example (https://code.visualstudio.com/docs/) (Thanks to @MartinHjelmare ), we decided to reorganize the docs to the following structure:
The text was updated successfully, but these errors were encountered: