On Wed, 05 Dec 2018 10:02:51 +1100
NeilBrown <[email protected]> wrote:
> This allows the document to be integrated with the main documentation
> tree.
> Changes include:
> - rename from .md to .rst
> - use `` for code, not single `
> - use correct sub-section marking
> - fix indented blocks, both code and non-code
> - fix external-link markup
>
> Signed-off-by: NeilBrown <[email protected]>
Looks good at a first glance, but I have one question...
> Documentation/filesystems/index.rst | 2 +
> .../{path-lookup.md => path-lookup.rst} | 875
> +++++++++++----------
> 2 files changed, 448 insertions(+), 429 deletions(-)
> rename Documentation/filesystems/{path-lookup.md => path-lookup.rst} (59%)
>
> diff --git a/Documentation/filesystems/index.rst
> b/Documentation/filesystems/index.rst
> index 46d1b1be3a51..3c0f441a9536 100644
> --- a/Documentation/filesystems/index.rst
> +++ b/Documentation/filesystems/index.rst
> @@ -359,3 +359,5 @@ encryption of files and directories.
> :maxdepth: 2
>
> fscrypt
> +
> +.. include:: path-lookup.rst
Is there a reason you used "include" rather than just adding it to the
TOC tree with the rest?
Thanks,
jon