Skip to content

Commit aafbebd

Browse files
committed
links are removed
1 parent 10fe5a3 commit aafbebd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# -- Project information -----------------------------------------------------
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

9-
release = '0.4.0'
9+
release = '0.4'
1010
project = 'The Cozo Database Manual ' + release
1111
author = 'Ziyang Hu'
1212
copyright = '2022, ' + author
@@ -32,5 +32,5 @@
3232
html_theme = 'furo'
3333
html_static_path = ['_static']
3434
html_css_files = ['override.css']
35-
html_title = "CozoDB " + release
35+
html_title = "CozoDB v" + release
3636
# html_baseurl = '/'

source/tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"\n",
1111
"This tutorial will teach you the basics of using the Cozo database.\n",
1212
"\n",
13-
"You should open <a href=\"https://www.cozodb.org/wasm-demo/\" target=\"_blank\">Cozo in WASM</a>\n",
14-
" in a separate browser window and run the queries as you go along. \n",
13+
"You should open [Cozo in Wasm](https://www.cozodb.org/wasm-demo/)\n",
14+
"in a separate browser window and run the queries as you go along. \n",
1515
"If you are familiar with the Python datascience stack, you should following the instruction [here](https://github.com/cozodb/pycozo) instead\n",
1616
"to run this notebook in Jupyter. The source of this file, a Jupyter notebook, can be downloaded from [here](https://github.com/cozodb/cozo-docs/blob/main/source/tutorial.ipynb).\n",
1717
"\n",

0 commit comments

Comments
 (0)