From 954dc94170d7a8786b40856dfff115b6e05168ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Wed, 24 Aug 2022 11:55:05 +0300 Subject: [PATCH] Move the rebasing documentation into doc/src --- README.md | 2 +- doc/mkdocs.yml | 1 + {readme_utils => doc/src}/rebasing.md | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename {readme_utils => doc/src}/rebasing.md (100%) diff --git a/README.md b/README.md index 6536bb7e19..6ab1682ca2 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ To contribute, submit a Pull Request (PR) against our repository at: https://github.com/lcompilers/lpython -and don't forget to clean your history, see [example](./readme_utils/rebasing.md). +and don't forget to clean your history, see [example](./doc/src/rebasing.md). Please report any bugs you may find at our issue tracker: https://github.com/lcompilers/lpython/issues. Or, even better, fork the repository on GitHub and create a PR. We welcome all changes, big or small, and we will help you make a PR if you are new to git. diff --git a/doc/mkdocs.yml b/doc/mkdocs.yml index 99f03e9c2e..2a1b4504b5 100644 --- a/doc/mkdocs.yml +++ b/doc/mkdocs.yml @@ -10,6 +10,7 @@ nav: - developer_tutorial.md - AST and ASR.md - CONTRIBUTING.md + - rebasing.md # Until https://gitlab.com/lfortran/lfortran/issues/89 is fixed, we disable the # "Edit on GitLab" link: diff --git a/readme_utils/rebasing.md b/doc/src/rebasing.md similarity index 100% rename from readme_utils/rebasing.md rename to doc/src/rebasing.md