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 @@
"\n",
"Take a look at the following examples:\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": {
"id": "_q4HYodcWenB"
......@@ -214,7 +214,7 @@
{
"cell_type": "markdown",
"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": {
"id": "XfnW7kGnd1lF"
......@@ -463,11 +463,11 @@
"\n",
"The supported combinations are shown as follows.\n",
"\n",
"A \\\\ B | **DiagMatrix**|**SparseMatrix**|**scalar**\n",
"A \\\\ B |DiagMatrix|SparseMatrix|scalar\n",
"----------------|---------------|----------------|----------\n",
"**DiagMatrix** |✅ |✅ |🚫\n",
"**SparseMatrix**|✅ |✅ |🚫\n",
"**scalar** |🚫 |🚫 |🚫"
"DiagMatrix |✅ |✅ |🚫\n",
"SparseMatrix|✅ |✅ |🚫\n",
"scalar |🚫 |🚫 |🚫"
],
"metadata": {
"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