Skip to content

Commit

Permalink
index.rst modified.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziaeemehr committed Aug 14, 2024
1 parent c3d0e92 commit 157bd64
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Installation, How to use

- using on Colab (Recommended)

- Go to examples
- Open a notebook and click on "open on colab"
- Uncomment the cell with pip install command to install the netsci package.
- Go to examples
- Open a notebook and click on "open on colab"
- Uncomment the cell with pip install command to install the netsci package.

- using on local machines

Expand All @@ -29,6 +29,25 @@ Indices and tables
* :ref:`modindex`
* :ref:`search`

Table of Chapters
=============================

.. list-table::
:header-rows: 1

* - View Notebook
- Open in Colab
* - `Networkx quick guide <https://github.com/Ziaeemehr/netsci/blob/main/docs/examples/quick_guide_networkx.ipynb>`_
- `Networkx quick guide [C] <https://colab.research.google.com/github/Ziaeemehr/netsci/blob/main/docs/examples/quick_guide_networkx.ipynb>`_
* - `Igraph quick guide <https://github.com/Ziaeemehr/netsci/blob/main/docs/examples/quick_guide_igraph.ipynb>`_
- `Igraph quick guide [C] <https://colab.research.google.com/github/Ziaeemehr/netsci/blob/main/docs/examples/quick_guide_igraph.ipynb>`_
* - `Chapter 2 <https://github.com/Ziaeemehr/netsci/blob/main/docs/examples/chap_02.ipynb>`_
- `Chapter 2 [C] <https://colab.research.google.com/github/Ziaeemehr/netsci/blob/main/docs/examples/chap_02.ipynb>`_
* - `Chapter 3 <https://github.com/Ziaeemehr/netsci/blob/main/docs/examples/chap_03.ipynb>`_
- `Chapter 3 [C] <https://colab.research.google.com/github/Ziaeemehr/netsci/blob/main/docs/examples/chap_03.ipynb>`_
* - `Chapter 4 <https://github.com/Ziaeemehr/netsci/blob/main/docs/examples/chap_04.ipynb>`_
- `Chapter 4 [C] <https://colab.research.google.com/github/Ziaeemehr/netsci/blob/main/docs/examples/chap_04.ipynb>`_


Chapters
===========================
Expand Down

0 comments on commit 157bd64

Please sign in to comment.