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
Copy file name to clipboardexpand all lines: README.md
-25
Original file line number
Diff line number
Diff line change
@@ -7,31 +7,6 @@ The Zigbee R23 add-on for the nRF Connect SDK provides support for developing Zi
7
7
## Getting started
8
8
To get started with Zigbee R23 add-on for nRF Connect SDK, follow [documentation](https://docs.nordicsemi.com/bundle?cluster=true&exclude_metadata_filter.field=display-type&exclude_metadata_filter.value=inline&labelkey=addon-zigbee-r23).
9
9
10
-
## Documentation
11
-
Pre-build documentation is available [here](https://docs.nordicsemi.com/bundle?cluster=true&exclude_metadata_filter.field=display-type&exclude_metadata_filter.value=inline&labelkey=addon-zigbee-r23).
12
-
13
-
A minimal documentation setup is provided for Sphinx. To build the
14
-
documentation first change to the ``docs`` folder:
15
-
16
-
```shell
17
-
cd docs
18
-
```
19
-
To install Sphinx, make sure you have a Python installation in place and run:
20
-
21
-
```shell
22
-
pip install -r requirements.txt
23
-
```
24
-
25
-
The Sphinx documentation (HTML) can be built using the following command:
26
-
27
-
```shell
28
-
make html
29
-
```
30
-
31
-
The output will be stored in the ``_build_sphinx`` folder. You may check for
32
-
other output formats other than HTML by running ``make help``.
33
-
34
-
35
10
## License
36
11
* Source code included within this repository is licensed under the [LicenseRef-Nordic-5-Clause](https://github.com/nrfconnect/ncs-zigbee/blob/main/LICENSE)
37
12
* Pre-compiled ZBOSS libraries (`lib/zboss`) included within this repository are licensed under the [DSR Corporation License](https://github.com/nrfconnect/ncs-zigbee/blob/main/lib/zboss/license.txt)
0 commit comments