diff --git a/docs/Getting-Started-Guides/On-Premises-FPGA-Getting-Started/Initial-Setup/Xilinx-Vitis-FPGAs.rst b/docs/Getting-Started-Guides/On-Premises-FPGA-Getting-Started/Initial-Setup/Xilinx-Vitis-FPGAs.rst index d6e9cca1..f811bf51 100644 --- a/docs/Getting-Started-Guides/On-Premises-FPGA-Getting-Started/Initial-Setup/Xilinx-Vitis-FPGAs.rst +++ b/docs/Getting-Started-Guides/On-Premises-FPGA-Getting-Started/Initial-Setup/Xilinx-Vitis-FPGAs.rst @@ -5,6 +5,16 @@ .. |tool_type| replace:: Xilinx XRT/Vitis .. |example_var| replace:: XILINX_XRT +.. |manager_machine| replace:: **Manager Machine** +.. |build_farm_machine| replace:: **Build Farm Machines** +.. |run_farm_machine| replace:: **Run Farm Machines** + +.. |mach_or_inst| replace:: Machine +.. |mach_or_inst_l| replace:: machines +.. |mach_details| replace:: your local desktop or server +.. |mach_or_inst2| replace:: local machines +.. |simple_setup| replace:: In the simplest setup, a single host machine (e.g. your desktop) can serve the function of all three of these: as the manager machine, the build farm machine (assuming Vivado is installed), and the run farm machine (assuming an FPGA is attached). + .. include:: ../../Terminology-Template.rst FPGA and Tool Setup diff --git a/docs/conf.py b/docs/conf.py index 6e093ff6..4a05c432 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -117,7 +117,7 @@ language = 'en' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path . -exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store', '**/*-Template.rst', '*/*-Template.rst', '*-Template.rst'] +exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store', '**/*-Template.rst'] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx'