[libcamera-devel] [PATCH 1/3] readme: Convert from Markdown to RST
Niklas Söderlund
niklas.soderlund at ragnatech.se
Sat Aug 17 15:54:36 CEST 2019
Hi Kieran,
Thanks for your work.
On 2019-08-14 10:58:15 +0100, Kieran Bingham wrote:
> The Documentation and top-level README both serve to provide information
> to new developers and users of libcamera.
>
> Currently our README.md is sparse, and should be expanded with more
> useful information such as build requirements as well as compilation
> directions.
>
> Any information provided in the README also serves a purpose in the main
> documentation and website and could be a cause of duplicated content.
>
> To allow direct integration of the top level README document into our
> sphinx documenation (and thus the libcamera.org website) convert the
> README.md into ReSTructured text format.
>
> Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
With the spelling of documentation pointed out by Laurent fixed,
Reviewed-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>
> ---
> README.md | 9 ---------
> README.rst | 14 ++++++++++++++
> 2 files changed, 14 insertions(+), 9 deletions(-)
> delete mode 100644 README.md
> create mode 100644 README.rst
>
> diff --git a/README.md b/README.md
> deleted file mode 100644
> index 45ae3a41062e..000000000000
> --- a/README.md
> +++ /dev/null
> @@ -1,9 +0,0 @@
> -# libcamera: A complex camera support library for Linux, Android, and ChromeOS
> -
> -To build and install:
> -```
> - meson build
> - cd build
> - ninja
> - ninja install
> -```
> diff --git a/README.rst b/README.rst
> new file mode 100644
> index 000000000000..9a8261ac8502
> --- /dev/null
> +++ b/README.rst
> @@ -0,0 +1,14 @@
> +===========
> + libcamera
> +===========
> +
> +**A complex camera support library for Linux, Android, and ChromeOS**
> +
> +To build and install:
> +
> +::
> +
> + meson build
> + cd build
> + ninja
> + ninja install
> --
> 2.20.1
>
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel
--
Regards,
Niklas Söderlund
More information about the libcamera-devel
mailing list