diff --git a/en/posts/ami_tutorial.md b/en/posts/ami_tutorial.md index 10e417da..b654120a 100644 --- a/en/posts/ami_tutorial.md +++ b/en/posts/ami_tutorial.md @@ -23,9 +23,9 @@ tags: ### **Installation** -**Use the code `pip install amilib` to install `amilib`** +- #### Use the code `pip install amilib` to install `amilib` -Check the successful installation with command : `amilib --help`. You should see a help message come up. +- Check the successful installation with command : `amilib --help`. You should see a help message come up. ### **Tutorials (Jupyter Notebook/Colab Notebook)** diff --git a/en/posts/doc_tutorial.md b/en/posts/doc_tutorial.md index 0256c81e..f65b8fd1 100644 --- a/en/posts/doc_tutorial.md +++ b/en/posts/doc_tutorial.md @@ -17,20 +17,19 @@ It uses custom code along with Python tools like NLTK, and it can use spaCy or s ### **Installation** -**Use the code `pip install docanalysis` to install `docanalysis`** +- #### Use the code `pip install docanalysis` to install `docanalysis` -Check the successful installation with command : `docanalysis --help`. You should see a help message come up. +- Check the successful installation with command : `docanalysis --help`. You should see a help message come up. -#### **Code Repository** - [github](https://github.com/petermr/docanalysis) - -#### **README file of ```docanalysis ```** : [docanalysis/README.md](https://github.com/petermr/docanalysis/blob/main/README.md) +#### Code Repository - [github](https://github.com/petermr/docanalysis) ### **Tutorials (Jupyter Notebook/ Colab Notebook)** - - [google colab notebook](https://colab.research.google.com/drive/1sT2Die3pV3dLcyHgwZBg3IxS2FJ_8W0-?usp=sharing) +- #### [google colab notebook](https://colab.research.google.com/drive/1sT2Die3pV3dLcyHgwZBg3IxS2FJ_8W0-?usp=sharing) - - [Search for specific terms using dictionaries](https://colab.research.google.com/drive/1dbjq89FeIFMgUIzOPJBKg00tqzDe3uvB#scrollTo=jxgMYANusakv) +- #### [Search for specific terms using dictionaries](https://colab.research.google.com/drive/1dbjq89FeIFMgUIzOPJBKg00tqzDe3uvB#scrollTo=jxgMYANusakv) ### **Tutorials -- [docanalysis documentation](https://github.com/petermr/docanalysis/wiki/docanalysis-Tutorial) \ No newline at end of file +- #### [docanalysis documentation](https://github.com/petermr/docanalysis/wiki/docanalysis-Tutorial) +- #### README file of ```docanalysis ```: [docanalysis/README.md](https://github.com/petermr/docanalysis/blob/main/README.md) \ No newline at end of file diff --git a/en/posts/lit_search.md b/en/posts/lit_search.md index 43de296c..4722d162 100644 --- a/en/posts/lit_search.md +++ b/en/posts/lit_search.md @@ -17,9 +17,9 @@ tags: ### **Installation** -**Use the code `pip install pygetpapers` to install `pygetpapers`** +- #### Use the code `pip install pygetpapers` to install `pygetpapers` -Check the successful installation with command : `pygetpapers --help`. You should see a help message come up. +- Check the successful installation with command : `pygetpapers --help`. You should see a help message come up. ### **Tutorials (Jupyter Notebook/ Colab Notebook)**