diff options
| author | Josh Blum <josh@joshknows.com> | 2010-11-29 12:20:24 -0500 | 
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2010-11-29 12:20:24 -0500 | 
| commit | afd885501331932924ed7859aea0c8919a043b1c (patch) | |
| tree | 046625078257b4a7d79f27ccd9ee129fbc909c57 | |
| parent | 2568efd1ead77cd6c459e8f2580466a923bb4ba7 (diff) | |
| download | uhd-afd885501331932924ed7859aea0c8919a043b1c.tar.gz uhd-afd885501331932924ed7859aea0c8919a043b1c.tar.bz2 uhd-afd885501331932924ed7859aea0c8919a043b1c.zip | |
usrp2: added docs page for usrp2 that points to nxxx page
| -rw-r--r-- | host/docs/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | host/docs/usrp2.rst | 5 | 
2 files changed, 6 insertions, 0 deletions
| diff --git a/host/docs/CMakeLists.txt b/host/docs/CMakeLists.txt index c649dbb61..bbe0fec26 100644 --- a/host/docs/CMakeLists.txt +++ b/host/docs/CMakeLists.txt @@ -28,6 +28,7 @@ SET(manual_sources      images.rst      transport.rst      usrp1.rst +    usrp2.rst      usrp_nxxx.rst  ) diff --git a/host/docs/usrp2.rst b/host/docs/usrp2.rst new file mode 100644 index 000000000..af2df66c6 --- /dev/null +++ b/host/docs/usrp2.rst @@ -0,0 +1,5 @@ +======================================================================== +UHD - USRP2 Application Notes +======================================================================== + +* `USRP2 and USRP-N Series Application Notes <./usrp_nxxx.html>`_ | 
