Skip to content

Commit

Permalink
Updated docs README to feature the examples symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
LysandreJik committed Sep 6, 2019
1 parent 5e151f5 commit e52737d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ pip install recommonmark

## 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:

```bash
Expand Down

0 comments on commit e52737d

Please sign in to comment.