Skip to content

Commit

Permalink
Changed notebook example.
Browse files Browse the repository at this point in the history
  • Loading branch information
souradipp76 committed Jan 4, 2025
1 parent e4d39a6 commit d151ed1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Generate README of the sample repository"
"## Generate README for the sample repository"
]
},
{
Expand All @@ -114,9 +114,6 @@
},
"outputs": [],
"source": [
"\"\"\"\n",
"Example\n",
"\"\"\"\n",
"from readme_ready.query import query\n",
"from readme_ready.index import index\n",
"from readme_ready.types import (\n",
Expand Down Expand Up @@ -178,7 +175,7 @@
"\n",
"readme_config = AutodocReadmeConfig(\n",
" # Set comma separated list of README headings\n",
" headings = \"Description\"\n",
" headings = \"Description,Requirements,Installation,Usage,Contributing,License\"\n",
")\n",
"\n",
"index.index(repo_config)\n",
Expand Down

0 comments on commit d151ed1

Please sign in to comment.