Updated docs README to feature the examples symlink
This commit is contained in:
@@ -34,6 +34,13 @@ pip install recommonmark
|
|||||||
|
|
||||||
## Building the documentation
|
## Building the documentation
|
||||||
|
|
||||||
|
Make sure that there is a symlink from the `example` file (in /examples) inside the source folder. Run the followig
|
||||||
|
command to generate it:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ln -s ../../examples/README.md source/examples.md
|
||||||
|
```
|
||||||
|
|
||||||
Once you have setup `sphinx`, you can build the documentation by running the following command in the `/docs` folder:
|
Once you have setup `sphinx`, you can build the documentation by running the following command in the `/docs` folder:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user