Skip to content

Commit

Permalink
update: docs with new release notes + fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericaBrando committed Jul 25, 2024
1 parent dc192d4 commit d925079
Show file tree
Hide file tree
Showing 5 changed files with 170 additions and 160 deletions.
124 changes: 62 additions & 62 deletions docs/examples/cli/introduction_cli.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,39 @@
"cells": [
{
"cell_type": "markdown",
"source": [
"# Introduction"
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%% md\n"
}
}
},
"source": [
"# Introduction"
]
},
{
"cell_type": "markdown",
"source": [
"**OpenVariant** offers a command-line interface (CLI) with the main tasks that also can be applied in Python scripts.\n",
"\n",
"On the following command you can check the different options that `openvar` can run."
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%% md\n"
}
}
},
"source": [
"**OpenVariant** offers a command-line interface (CLI) with the main tasks that also can be applied in Python scripts.\n",
"\n",
"On the following command you can check the different options that `openvar` can run."
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
},
"outputs": [
{
"name": "stdout",
Expand All @@ -55,29 +61,29 @@
"source": [
"%%bash\n",
"openvar --help"
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
]
},
{
"cell_type": "markdown",
"source": [
"### ***Cat*** command"
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%% md\n"
}
}
},
"source": [
"### **Cat** command"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
},
"outputs": [
{
"name": "stdout",
Expand All @@ -99,29 +105,29 @@
"source": [
"%%bash\n",
"openvar cat --help"
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
]
},
{
"cell_type": "markdown",
"source": [
"### ***Count*** command"
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%% md\n"
}
}
},
"source": [
"### **Count** command"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
},
"outputs": [
{
"name": "stdout",
Expand All @@ -145,29 +151,29 @@
"source": [
"%%bash\n",
"openvar count --help"
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
]
},
{
"cell_type": "markdown",
"source": [
"### ***Group by*** command"
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%% md\n"
}
}
},
"source": [
"### **Group by** command"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -195,29 +201,29 @@
"source": [
"%%bash\n",
"openvar groupby --help"
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
]
},
{
"cell_type": "markdown",
"source": [
"### ***Plugin*** command"
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%% md\n"
}
}
},
"source": [
"### **Plugin** command"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
},
"outputs": [
{
"name": "stdout",
Expand All @@ -237,13 +243,7 @@
"source": [
"%%bash\n",
"openvar plugin --help"
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
]
}
],
"metadata": {
Expand All @@ -267,4 +267,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}
8 changes: 4 additions & 4 deletions docs/examples/cli/main_cli.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"source": [
"### ***Cat*** command\n",
"### **Cat** command\n",
"\n",
"A simple case of the command:"
]
Expand Down Expand Up @@ -118,7 +118,7 @@
}
},
"source": [
"### ***Count*** command\n",
"### **Count** command\n",
"\n",
"A simple case of the command:"
]
Expand Down Expand Up @@ -231,7 +231,7 @@
}
},
"source": [
"### ***Group by*** command\n",
"### **Group by** command\n",
"\n",
"A simple case of the command:"
]
Expand Down Expand Up @@ -354,7 +354,7 @@
},
"source": [
"\n",
"### ***Plugin*** command\n",
"### **Plugin** command\n",
"\n",
"_Plugin_ is slightly different than the others commands.\n",
"\n",
Expand Down
Loading

0 comments on commit d925079

Please sign in to comment.