From 2be79c5d380387ca4f0da05204e3b3025aad250e Mon Sep 17 00:00:00 2001 From: teldufalsari Date: Thu, 28 Sep 2023 19:32:01 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7e2fd24..36767a6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ $ virtualenv dev_env ``` - fish/csh: - ```sh + ```bash $ source .dev_env/bin/activate.[fish|csh] ``` @@ -41,13 +41,12 @@ $ virtualenv dev_env ### Generate/Update Documentation * Make sure `sphinx` is installed: -``` +```bash $ sphinx-[apidoc|build|autogen|quickstart] --version $ sphinx-[apidoc|build|autogen|quickstart] 7.2.x ``` -* Change directory to ./docs and run `make [html|epub|...]`. Generated docs should -be placed inside `docs/source/[html|epub|...]`. +* Change directory to ./docs and run `make [html|epub|...]`. Generated docs will appear inside `docs/source/[html|epub|...]`. #### If you need to generate docs from scratch