Unverified Commit 6324351b authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[Doc] fix link and table display issue

parent d1e57006
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
"\n", "\n",
"Take a look at the following examples:\n", "Take a look at the following examples:\n",
"\n", "\n",
"**From [COO format](https://en.wikipedia.org/wiki/Sparse_matrix#Coordinate_list_(COO))**" "From [COO format](https://en.wikipedia.org/wiki/Sparse_matrix#Coordinate_list_\(COO\))"
], ],
"metadata": { "metadata": {
"id": "_q4HYodcWenB" "id": "_q4HYodcWenB"
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
{ {
"cell_type": "markdown", "cell_type": "markdown",
"source": [ "source": [
"**From [CSR format](https://en.wikipedia.org/wiki/Sparse_matrix#Compressed_sparse_row_(CSR,_CRS_or_Yale_format)) and [CSC format](https://en.wikipedia.org/wiki/Sparse_matrix#Compressed_sparse_column_(CSC_or_CCS))**" "From [CSR format](https://en.wikipedia.org/wiki/Sparse_matrix#Compressed_sparse_row_\(CSR,_CRS_or_Yale_format\)) and [CSC format](https://en.wikipedia.org/wiki/Sparse_matrix#Compressed_sparse_column_\(CSC_or_CCS\))"
], ],
"metadata": { "metadata": {
"id": "XfnW7kGnd1lF" "id": "XfnW7kGnd1lF"
...@@ -463,11 +463,11 @@ ...@@ -463,11 +463,11 @@
"\n", "\n",
"The supported combinations are shown as follows.\n", "The supported combinations are shown as follows.\n",
"\n", "\n",
"A \\\\ B | **DiagMatrix**|**SparseMatrix**|**scalar**\n", "A \\\\ B |DiagMatrix|SparseMatrix|scalar\n",
"----------------|---------------|----------------|----------\n", "----------------|---------------|----------------|----------\n",
"**DiagMatrix** |✅ |✅ |🚫\n", "DiagMatrix |✅ |✅ |🚫\n",
"**SparseMatrix**|✅ |✅ |🚫\n", "SparseMatrix|✅ |✅ |🚫\n",
"**scalar** |🚫 |🚫 |🚫" "scalar |🚫 |🚫 |🚫"
], ],
"metadata": { "metadata": {
"id": "39YJitpW-K9v" "id": "39YJitpW-K9v"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment