From 14b7373e59ab744fc9324d4b56b44a32a8526a53 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Mon, 25 Mar 2024 09:16:28 -0400 Subject: [PATCH] Add docs README, update main README --- .gitignore | 5 ++++- CHANGELOG.md | 1 + README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3ce728f2..9da86a86 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ *.pyc *.egg-info dist -venv \ No newline at end of file +venv + +# This is generated by docs/make_md_docs.py +Mepo-Commands.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 844940d1..fdc0e940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -- `mepo.d/utest` -> `tests` -- `doc` --> `docs` - Helper script `mepo`, used for development, moved to the `bin` directory. +- Added README for `docs/make_md_docs.py` script ## [1.52.0] - 2024-01-10 diff --git a/README.md b/README.md index 2a9b2898..bdc85850 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mepo [![Actions Status](https://github.com/pchakraborty/mepo/workflows/Unit%20testing%20of%20mepo/badge.svg)](https://github.com/pchakraborty/mepo/actions) [![DOI](https://zenodo.org/badge/215067850.svg)](https://zenodo.org/badge/latestdoi/215067850) -`mepo` is a tool, written in Python3 (3.6.0+), to manage (m)ultiple git r(epo)sitories, by attempting to create an illusion of a 'single repository' for multi-repository projects. Please see the [Wiki](../../wiki) for examples of `mepo` workflows. +`mepo` is a tool, written in Python3 (3.9.0+), to manage (m)ultiple git r(epo)sitories, by attempting to create an illusion of a 'single repository' for multi-repository projects. Please see the [Wiki](../../wiki) for examples of `mepo` workflows. ## Commands