GithubHelp home page GithubHelp logo

documentation's Introduction

Chipsee Logo

Chipsee Documentation

This documentation repository contains all marketing collateral (manuals, certifications, 3D files, brochures, whitepapers) and custom OS downloads related to the Chipsee products portfolio.

Industrial Panel & Embedded PCs :

  • Powered by Arm® Cortex®
  • Powered by Intel
  • Powered by Raspberry PI

Robust Industrial Monitors

  • Monitors with Capacitive Touch

High-performance System on Modules (SOMs)

  • Systems on Module

Note

  • For product-specific software documentation, visit the related product link

Sphinx-PDF Generate Integration

This PR integrates the Sphinx PDF-Generate plugin with our project's documentation.

How to enable PDF generation for an RST file

  1. First, you must configure the Sphinx-PDF Generate plugin in the conf.py file. For more information on how to configure Sphinx-PDF Generate, refer to the Quickstart page.
  2. For every RST file, we set some metadata which the Sphinx-PDF will use Generate plugin. The metadata should be placed at the beginning of the RST file. Below is an example of the metadata to add to your RST file.
:pdf-title: PIM-101-C
:pdf-subtitle: PN: CS-D101
:pdf-filename: PIM-101-C
:pdf-type: monitors
:pdf-revision: 1.1
  1. Next, add the html-only class to some directives in your RST file.
.. rubric:: *Version 1.1*
    :class: html-only

.. You must add `html-only` to the div under the raw directive to hide the div in the PDF output

.. raw:: html

    <div class="row html-only" id="gallery" data-bs-toggle="modal" data-bs-target="#imageModal">
  1. For the image thumbnails, you can add the pdf-width-** (where: ** - a number which is a multiply of 5 but between 5-100) class to the image directive. For example:
.. image:: /Media/Monitors/PIM-101-C/pim-101-front.png
   :class: product-img img-thumbnail mx-auto d-block pdf-width-70
   :alt: Front View
  1. You can use the :pagebreak:True role provided by the Sphinx-PDF Generate plugin which allows you to add page breaks between the generated PDF output.
  2. When editing a single RST file, you can use the debug and debug_target options to help you debug the PDF generated for that RST file.

Note: The size of a product image shouldn't be > 1.5mb.

Resources on how to use the Sphinx PDF-Generate plugin:

documentation's People

Contributors

liu-xiaoqiang avatar isolveit avatar printfinn avatar helenagalizia avatar leavs avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.