This repository was archived by the owner on Aug 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,11 @@ For example, to install the TensorFlow models
7272
7373 $ python3.7 -m pip install --prefix=~/.local -e model/tensorflow
7474
75+ .. _dev_env_install_official_plugins :
76+
77+ Installing Plugins In Development Mode
78+ --------------------------------------
79+
7580To install all the plugins in development mode use the development service's
7681install command.
7782
Original file line number Diff line number Diff line change 11Documentation
22=============
33
4+ You'll want to have all of the official plugins installed when generating the
5+ documentation. See :ref: `dev_env_install_official_plugins `.
6+
47To build, run the docs script.
58
69.. code-block :: console
Original file line number Diff line number Diff line change @@ -122,8 +122,7 @@ is okay.
122122+--------------+---------------------------------------------------------------+
123123| STYLE | You need to run the ``black `` formater |
124124+--------------+---------------------------------------------------------------+
125- | DOCS | You changed a docstring for something and didn't run |
126- | | ./scripts/docs.sh before commiting and pushing |
125+ | DOCS | There was an issue when running the ./scripts/docs.sh script |
127126+--------------+---------------------------------------------------------------+
128127
129128For the tests in the various plugins:
You can’t perform that action at this time.
0 commit comments