All of lore.kernel.org
 help / color / mirror / Atom feed
From: Igor Opaniuk <igor.opaniuk@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH v5 0/6] doc: board: toradex reST documentation
Date: Wed, 12 Feb 2020 17:14:27 +0200	[thread overview]
Message-ID: <20200212151433.9713-1-igor.opaniuk@gmail.com> (raw)

This patch-series adds/converts existing README files for Toradex modules
to reStructureFormat.

To verify please run:
$ make htmldocs

v5:
- Fixed markup for headers [Bin Meng]
- Applied R-b tag for colibri_imx7.rst [Bin Beng]

v4:
- Removed blank lines from EOF in some readme files [Heinrich Schuchardt]
- Adjust MAINTAINERS, add entries for newly created docs

v3:
- Fixed Colibri iMX7 image adjustments section [Max Krummenacher]
- Changed hierarchy of documents and moved to doc/board/toradex [Bin Meng]
- Fixed some typos ('%s/U-boot/U-Boot/g') [Bin Meng]

v2:
- Converted to reStructuredText format [Bin Meng]

Igor Opaniuk (6):
  doc: board: toradex: add colibri_imx7.rst
  doc: board: verdin-imx8mm: convert readme to reST
  doc: board: apalis-imx8: convert readme to reST
  doc: board: colibri-imx8x: convert readme to reST
  toradex: MAINTAINERS: entries for new reST docs
  doc: board: add rockchip subfolder

 board/toradex/apalis-imx8/MAINTAINERS   |   1 +
 board/toradex/apalis-imx8/README        |  66 ------------
 board/toradex/colibri-imx8x/MAINTAINERS |   1 +
 board/toradex/colibri-imx8x/README      |  66 ------------
 board/toradex/colibri_imx7/MAINTAINERS  |   1 +
 board/toradex/verdin-imx8mm/MAINTAINERS |   1 +
 board/toradex/verdin-imx8mm/README      |  88 ----------------
 doc/board/index.rst                     |   2 +
 doc/board/toradex/apalix-imx8.rst       |  82 +++++++++++++++
 doc/board/toradex/colibri-imx8x.rst     |  82 +++++++++++++++
 doc/board/toradex/colibri_imx7.rst      | 127 ++++++++++++++++++++++++
 doc/board/toradex/index.rst             |  12 +++
 doc/board/toradex/verdin-imx8mm.rst     | 112 +++++++++++++++++++++
 13 files changed, 421 insertions(+), 220 deletions(-)
 delete mode 100644 board/toradex/apalis-imx8/README
 delete mode 100644 board/toradex/colibri-imx8x/README
 delete mode 100644 board/toradex/verdin-imx8mm/README
 create mode 100644 doc/board/toradex/apalix-imx8.rst
 create mode 100644 doc/board/toradex/colibri-imx8x.rst
 create mode 100644 doc/board/toradex/colibri_imx7.rst
 create mode 100644 doc/board/toradex/index.rst
 create mode 100644 doc/board/toradex/verdin-imx8mm.rst

-- 
2.17.1

             reply	other threads:[~2020-02-12 15:14 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-12 15:14 Igor Opaniuk [this message]
2020-02-12 15:14 ` [PATCH v5 1/6] doc: board: toradex: add colibri_imx7.rst Igor Opaniuk
2020-02-12 15:45   ` Oleksandr Suvorov
2020-02-20 13:26   ` Bin Meng
2020-02-12 15:14 ` [PATCH v5 2/6] doc: board: verdin-imx8mm: convert readme to reST Igor Opaniuk
2020-02-12 15:46   ` Oleksandr Suvorov
2020-02-20 13:24   ` Bin Meng
2020-02-12 15:14 ` [PATCH v5 3/6] doc: board: apalis-imx8: " Igor Opaniuk
2020-02-12 15:46   ` Oleksandr Suvorov
2020-02-20 13:35   ` Bin Meng
2020-02-12 15:14 ` [PATCH v5 4/6] doc: board: colibri-imx8x: " Igor Opaniuk
2020-02-13 10:10   ` Oleksandr Suvorov
2020-02-20 13:37   ` Bin Meng
2020-02-12 15:14 ` [PATCH v5 5/6] toradex: MAINTAINERS: entries for new reST docs Igor Opaniuk
2020-02-20 13:19   ` Bin Meng
2020-02-12 15:14 ` [PATCH v5 6/6] doc: board: add rockchip subfolder Igor Opaniuk
2020-02-12 15:48   ` Oleksandr Suvorov
2020-02-20 13:14   ` Bin Meng
2020-02-20 13:39 ` [PATCH v5 0/6] doc: board: toradex reST documentation Bin Meng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200212151433.9713-1-igor.opaniuk@gmail.com \
    --to=igor.opaniuk@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.