From 36e4ed0c804c4492e02ad29938ed0fd6985613a9 Mon Sep 17 00:00:00 2001 From: Abinash Satapathy Date: Tue, 14 Feb 2023 22:58:40 +0100 Subject: [PATCH 1/3] Docs: Style the README file --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6a98529..b1ccbf1 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,16 @@ The content in this collection supports Python 3.6 and higher ## Installation +- Clone the repository. +```bash git clone https://github.com/IBM/Python-Graph-MachineLearning.git +``` -You might need Anaconda navigator for some of the scripts. - -Installing Navigator -Navigator is automatically installed when you install Anaconda Distribution version 4.0.0 or higher. +- You might need Anaconda navigator for some of the scripts. + Installing Navigator + Navigator is automatically installed when you install Anaconda Distribution version 4.0.0 or higher. -If you have Miniconda or a version of Anaconda Distribution older than 4.0.0 installed, install Navigator from Anaconda Prompt, Terminal, or other command line interface by running the command conda install anaconda-navigator. +> If you have Miniconda or a version of Anaconda Distribution older than 4.0.0 installed, install Navigator from Anaconda Prompt, Terminal, or other command line interface by running the command `conda install anaconda-navigator`. For more information on using Navigator, see https://docs.anaconda.com/anaconda/install/index.html @@ -43,10 +45,8 @@ For more information on using Navigator, see https://docs.anaconda.com/anaconda/ ## License All source files must include a Copyright and License header. -```text -# -# (c) Copyright contributors to the Python-Graph-MachineLearning project -# +```markdown +© Copyright contributors to the Python-Graph-MachineLearning project ``` This project is licensed under the Apache License 2.0. From 7f55467d096a95b57d9eb6a7f55fcd3d3a80765d Mon Sep 17 00:00:00 2001 From: Abinash Satapathy Date: Tue, 14 Feb 2023 22:58:40 +0100 Subject: [PATCH 2/3] Docs: Style the README file Signed-off-by: Abinash Satapathy --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6a98529..b1ccbf1 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,16 @@ The content in this collection supports Python 3.6 and higher ## Installation +- Clone the repository. +```bash git clone https://github.com/IBM/Python-Graph-MachineLearning.git +``` -You might need Anaconda navigator for some of the scripts. - -Installing Navigator -Navigator is automatically installed when you install Anaconda Distribution version 4.0.0 or higher. +- You might need Anaconda navigator for some of the scripts. + Installing Navigator + Navigator is automatically installed when you install Anaconda Distribution version 4.0.0 or higher. -If you have Miniconda or a version of Anaconda Distribution older than 4.0.0 installed, install Navigator from Anaconda Prompt, Terminal, or other command line interface by running the command conda install anaconda-navigator. +> If you have Miniconda or a version of Anaconda Distribution older than 4.0.0 installed, install Navigator from Anaconda Prompt, Terminal, or other command line interface by running the command `conda install anaconda-navigator`. For more information on using Navigator, see https://docs.anaconda.com/anaconda/install/index.html @@ -43,10 +45,8 @@ For more information on using Navigator, see https://docs.anaconda.com/anaconda/ ## License All source files must include a Copyright and License header. -```text -# -# (c) Copyright contributors to the Python-Graph-MachineLearning project -# +```markdown +© Copyright contributors to the Python-Graph-MachineLearning project ``` This project is licensed under the Apache License 2.0. From 5d541a60f94764ccc32b4d6db493805557f39264 Mon Sep 17 00:00:00 2001 From: Abinash Satapathy Date: Tue, 14 Feb 2023 23:15:47 +0100 Subject: [PATCH 3/3] Include correct URL for navigator Signed-off-by: Abinash Satapathy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1ccbf1..78bdf33 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ git clone https://github.com/IBM/Python-Graph-MachineLearning.git > If you have Miniconda or a version of Anaconda Distribution older than 4.0.0 installed, install Navigator from Anaconda Prompt, Terminal, or other command line interface by running the command `conda install anaconda-navigator`. -For more information on using Navigator, see https://docs.anaconda.com/anaconda/install/index.html +For more information on using Navigator, see https://docs.anaconda.com/navigator/index.html