From 6de650a70173b07437910c08564b618bda15a15c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 2 Dec 2014 19:23:15 +0800 Subject: [PATCH] doc/manual: minor fixes --- doc/manual/core_language_reference.rst | 4 +++- doc/manual/installing.rst | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/manual/core_language_reference.rst b/doc/manual/core_language_reference.rst index 1105845a3..01003afa7 100644 --- a/doc/manual/core_language_reference.rst +++ b/doc/manual/core_language_reference.rst @@ -1,6 +1,8 @@ Core language reference ======================= +The most commonly used features from those modules can be imported with ``from artiq import *``. + :mod:`artiq.language.core` module --------------------------------- @@ -8,7 +10,7 @@ Core language reference :members: :mod:`artiq.language.context` module ---------------------------------- +------------------------------------ .. automodule:: artiq.language.context :members: diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index acdfd9dad..05721ad50 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -8,11 +8,11 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC * Install the FPGA vendor tools (e.g. Xilinx ISE and/or Vivado): - Get Xilinx tools from http://www.xilinx.com/support/download/index.htm. ISE can build bitstreams both for boards using the Spartan-6 (Papilio Pro) and 7-series devices (KC705), while Vivado supports only boards using 7-series devices. + * Get Xilinx tools from http://www.xilinx.com/support/download/index.htm. ISE can build bitstreams both for boards using the Spartan-6 (Papilio Pro) and 7-series devices (KC705), while Vivado supports only boards using 7-series devices. - The Papilio Pro is supported by Webpack, the KC705 is not. + * The Papilio Pro is supported by Webpack, the KC705 is not. - During the Xilinx toolchain installation, uncheck ``Install cable drivers`` (they are not required as we use better and open source alternatives). + * During the Xilinx toolchain installation, uncheck ``Install cable drivers`` (they are not required as we use better and open source alternatives). * Create a development directory: ::