diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-10-14 14:51:09 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-10-14 14:51:09 +0200 |
commit | 2843de0a1b985bf5c8cdbc64a368e0e7d0b08fe6 (patch) | |
tree | 95c2459895cf42450972df61a069f08bd0fd67d0 /host/docs/images.dox | |
parent | e82f7f0e7e49ec9b25dd65249fb603aeca6f283e (diff) | |
download | uhd-2843de0a1b985bf5c8cdbc64a368e0e7d0b08fe6.tar.gz uhd-2843de0a1b985bf5c8cdbc64a368e0e7d0b08fe6.tar.bz2 uhd-2843de0a1b985bf5c8cdbc64a368e0e7d0b08fe6.zip |
docs: Cleaned up and rearranged manual structure
- Removed stray .rst files
- Cleared up TOC, manual is now split into two parts
Diffstat (limited to 'host/docs/images.dox')
-rw-r--r-- | host/docs/images.dox | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/host/docs/images.dox b/host/docs/images.dox index 321452b87..e00f599b5 100644 --- a/host/docs/images.dox +++ b/host/docs/images.dox @@ -1,4 +1,4 @@ -/*! \page page_images Firmware and FPGA Image Application Notes +/*! \page page_images Firmware and FPGA Images \tableofcontents @@ -37,7 +37,12 @@ The pre-built images come in two forms: The UHD images downloader downloads UHD images compatible with the host code and places them in the default images directory. -By default, it can be found at: `<install-path>/lib/uhd/utils/uhd_images_downloader.py` +The download script is typically installed into your $PATH and can be invoked +by calling + + uhd_images_downloader + +It can also be found at: `<install-path>/lib/uhd/utils/uhd_images_downloader.py` By default, it installs images to: `<install-path>/share/uhd/images` |