From 50073e54b5bee27d361fba3c915be3b27c84e3b7 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 29 Aug 2011 18:56:44 -0700 Subject: uhd: more doc tweaks and added gpsdo notes to index --- host/docs/coding.rst | 4 ++-- host/docs/index.rst | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'host') 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 -- cgit v1.2.3