diff options
author | Josh Blum <josh@joshknows.com> | 2011-08-29 18:56:44 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-08-29 18:56:44 -0700 |
commit | 50073e54b5bee27d361fba3c915be3b27c84e3b7 (patch) | |
tree | da59909f0abe00fa2e20476df01429ee0eef1320 | |
parent | 07be4a9976b1d237d6c19dcf48bee7b6d0db6516 (diff) | |
download | uhd-50073e54b5bee27d361fba3c915be3b27c84e3b7.tar.gz uhd-50073e54b5bee27d361fba3c915be3b27c84e3b7.tar.bz2 uhd-50073e54b5bee27d361fba3c915be3b27c84e3b7.zip |
uhd: more doc tweaks and added gpsdo notes to index
-rw-r--r-- | host/docs/coding.rst | 4 | ||||
-rw-r--r-- | host/docs/index.rst | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/host/docs/coding.rst b/host/docs/coding.rst index d5304c1c5..7400e0b4b 100644 --- a/host/docs/coding.rst +++ b/host/docs/coding.rst @@ -14,8 +14,8 @@ A device is an abstraction for hardware that is connected to the host system. For a USRP, this means that the motherboard and everything on it would be considered to be a "device". The device API provides ways to: -* Discover devices that are physical connected to the host system. -* Create a device object for a particular physical device identified by address. +* Discover devices that are physically connected to the host system. +* Create a device object for a particular device identified by address. * Register a device driver into the discovery and factory sub-system. * Streaming samples with metadata into and out of the device. * Set and get properties on the device object. diff --git a/host/docs/index.rst b/host/docs/index.rst index b4ebdad6c..f2dca50bf 100644 --- a/host/docs/index.rst +++ b/host/docs/index.rst @@ -29,6 +29,7 @@ Application Notes * `Daughterboard Application Notes <./dboards.html>`_ * `Transport Application Notes <./transport.html>`_ * `Synchronization Application Notes <./sync.html>`_ +* `Internal GPSDO Application Notes <./gpsdo.html>`_ ^^^^^^^^^^^^^^^^^^^^^ API Documentation |