From 288bd9d1a7147354e1fd315c4fa319b6820380db Mon Sep 17 00:00:00 2001 From: Harish Mohan Raj Date: Thu, 29 Jun 2023 11:59:12 +0530 Subject: [PATCH] Sort the symbols alphabetically (#203) Co-authored-by: Sean Bartik <9471675-seanbartik@users.noreply.gitlab.com> --- .secrets.baseline | 124 +-- nbdev_mkdocs/_modidx.py | 1 + nbdev_mkdocs/mkdocs.py | 48 +- nbs/Mkdocs.ipynb | 1912 ++++++++++++++++++++------------------- 4 files changed, 1037 insertions(+), 1048 deletions(-) diff --git a/.secrets.baseline b/.secrets.baseline index 95ac1ddc..757f6a5e 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -131,129 +131,7 @@ "line_number": 568, "is_secret": false } - ], - "nbs/Mkdocs.ipynb": [ - { - "type": "Base64 High Entropy String", - "filename": "nbs/Mkdocs.ipynb", - "hashed_secret": "a1783315fb0409d58b31c4eb975396aebb822c3f", - "is_verified": false, - "line_number": 180, - "is_secret": false - }, - { - "type": "Base64 High Entropy String", - "filename": "nbs/Mkdocs.ipynb", - "hashed_secret": "61a783d06d904b9a8f32162073f2f16b744c7829", - "is_verified": false, - "line_number": 181, - "is_secret": false - }, - { - "type": "Base64 High Entropy String", - "filename": "nbs/Mkdocs.ipynb", - "hashed_secret": "5d796d8e1b384192c1e891970f672274afe08606", - "is_verified": false, - "line_number": 183, - "is_secret": false - }, - { - "type": "Base64 High Entropy String", - "filename": "nbs/Mkdocs.ipynb", - "hashed_secret": "801d90fbebdbd3bc67929f41d832785a62dfb448", - "is_verified": false, - "line_number": 185, - "is_secret": false - }, - { - "type": "Base64 High Entropy String", - "filename": "nbs/Mkdocs.ipynb", - "hashed_secret": "2e0e34f0b434b8525e49885b496de94bd4a9c433", - "is_verified": false, - "line_number": 186, - "is_secret": false - }, - { - "type": "Base64 High Entropy String", - "filename": "nbs/Mkdocs.ipynb", - "hashed_secret": "4479962f3a680bd9bfee244f2ae54bb0e60820f0", - "is_verified": false, - "line_number": 187, - "is_secret": false - }, - { - "type": "Base64 High Entropy String", - "filename": "nbs/Mkdocs.ipynb", - "hashed_secret": "42f17702d1dca2f9c7c6f7f88d8501bdf3f6e090", - "is_verified": false, - "line_number": 3494, - "is_secret": false - }, - { - "type": "Base64 High Entropy String", - "filename": "nbs/Mkdocs.ipynb", - "hashed_secret": "39fefaa2bdf8bdf9e7a367f631fdf0f312706f75", - "is_verified": false, - "line_number": 5818, - "is_secret": false - }, - { - "type": "Base64 High Entropy String", - "filename": "nbs/Mkdocs.ipynb", - "hashed_secret": "ba989fc978ade8dc840c03028060a8e54b0f2674", - "is_verified": false, - "line_number": 5818, - "is_secret": false - }, - { - "type": "Base64 High Entropy String", - "filename": "nbs/Mkdocs.ipynb", - "hashed_secret": "d85830e7dd6f96486b2ac6d7e8278ba64392fbf4", - "is_verified": false, - "line_number": 5819, - "is_secret": false - }, - { - "type": "Base64 High Entropy String", - "filename": "nbs/Mkdocs.ipynb", - "hashed_secret": "bb1126f1a13278381b15b944cd02dee869a122ed", - "is_verified": false, - "line_number": 6778, - "is_secret": false - }, - { - "type": "Base64 High Entropy String", - "filename": "nbs/Mkdocs.ipynb", - "hashed_secret": "e36776bac85c44d7cea9329e99fea460e36299ca", - "is_verified": false, - "line_number": 6778, - "is_secret": false - }, - { - "type": "Base64 High Entropy String", - "filename": "nbs/Mkdocs.ipynb", - "hashed_secret": "04e6f531aa12493e60766252e17b61644cd76300", - "is_verified": false, - "line_number": 7141, - "is_secret": false - }, - { - "type": "Base64 High Entropy String", - "filename": "nbs/Mkdocs.ipynb", - "hashed_secret": "af4afc0b70bda396f97109cf844a7f52f6c00d3a", - "is_verified": false, - "line_number": 7141, - "is_secret": false - }, - { - "type": "Base64 High Entropy String", - "filename": "nbs/Mkdocs.ipynb", - "hashed_secret": "1e8d418a89e9881d2a634c627d9f2790eda843a5", - "is_verified": false, - "line_number": 7447, - "is_secret": false - } ] }, - "generated_at": "2023-06-19T08:22:02Z" + "generated_at": "2023-06-28T12:54:26Z" } diff --git a/nbdev_mkdocs/_modidx.py b/nbdev_mkdocs/_modidx.py index d6c298c8..f3927999 100644 --- a/nbdev_mkdocs/_modidx.py +++ b/nbdev_mkdocs/_modidx.py @@ -144,6 +144,7 @@ 'nbdev_mkdocs.mkdocs._import_submodules': ('mkdocs.html#_import_submodules', 'nbdev_mkdocs/mkdocs.py'), 'nbdev_mkdocs.mkdocs._is_private': ('mkdocs.html#_is_private', 'nbdev_mkdocs/mkdocs.py'), 'nbdev_mkdocs.mkdocs._load_submodules': ('mkdocs.html#_load_submodules', 'nbdev_mkdocs/mkdocs.py'), + 'nbdev_mkdocs.mkdocs._merge_lists': ('mkdocs.html#_merge_lists', 'nbdev_mkdocs/mkdocs.py'), 'nbdev_mkdocs.mkdocs._read_sidebar_from_yml': ( 'mkdocs.html#_read_sidebar_from_yml', 'nbdev_mkdocs/mkdocs.py'), 'nbdev_mkdocs.mkdocs._replace_all': ('mkdocs.html#_replace_all', 'nbdev_mkdocs/mkdocs.py'), diff --git a/nbdev_mkdocs/mkdocs.py b/nbdev_mkdocs/mkdocs.py index acb14e8d..b3d71bd8 100644 --- a/nbdev_mkdocs/mkdocs.py +++ b/nbdev_mkdocs/mkdocs.py @@ -806,17 +806,27 @@ def _import_all_members(module_name: str) -> List[str]: return names # %% ../nbs/Mkdocs.ipynb 68 +def _merge_lists(members: List[str], submodules: List[str]) -> List[str]: + members_copy = members[:] + for sm in submodules: + for i, el in enumerate(members_copy): + if el.startswith(sm): + members_copy.insert(i, sm) + break + return members_copy + + def _add_all_submodules(members: List[str]) -> List[str]: def _f(x: str) -> List[str]: xs = x.split(".") return [".".join(xs[:i]) + "." for i in range(1, len(xs))] submodules = list(set(itertools.chain(*[_f(x) for x in members]))) - members = members + submodules - members = sorted(set(members)) + members = _merge_lists(members, submodules) + members = list(dict.fromkeys(members)) return members -# %% ../nbs/Mkdocs.ipynb 71 +# %% ../nbs/Mkdocs.ipynb 72 def _get_api_summary_item(x: str) -> str: xs = x.split(".") if x.endswith("."): @@ -826,11 +836,11 @@ def _get_api_summary_item(x: str) -> str: indent = " " * (4 * (len(xs))) return f"{indent}- [{xs[-1]}](api/{'/'.join(xs)}.md)" -# %% ../nbs/Mkdocs.ipynb 73 +# %% ../nbs/Mkdocs.ipynb 74 def _get_api_summary(members: List[str]) -> str: return "\n".join([_get_api_summary_item(x) for x in members]) + "\n" -# %% ../nbs/Mkdocs.ipynb 75 +# %% ../nbs/Mkdocs.ipynb 76 def _get_submodule_members(module_name: str) -> List[str]: """Get a list of all submodules contained within the module. @@ -847,7 +857,7 @@ def _get_submodule_members(module_name: str) -> List[str]: ] return members_with_submodules_str -# %% ../nbs/Mkdocs.ipynb 77 +# %% ../nbs/Mkdocs.ipynb 78 def _load_submodules( module_name: str, members_with_submodules: List[str] ) -> List[Union[types.FunctionType, Type[Any]]]: @@ -871,7 +881,7 @@ def _load_submodules( ] return names -# %% ../nbs/Mkdocs.ipynb 79 +# %% ../nbs/Mkdocs.ipynb 80 def _generate_api_doc(name: str, docs_path: Path) -> Path: xs = name.split(".") module_name = ".".join(xs[:-1]) @@ -885,11 +895,11 @@ def _generate_api_doc(name: str, docs_path: Path) -> Path: return path -# %% ../nbs/Mkdocs.ipynb 81 +# %% ../nbs/Mkdocs.ipynb 82 def _generate_api_docs(members: List[str], docs_path: Path) -> List[Path]: return [_generate_api_doc(x, docs_path) for x in members if not x.endswith(".")] -# %% ../nbs/Mkdocs.ipynb 83 +# %% ../nbs/Mkdocs.ipynb 84 def _update_api_docs( symbols: List[Union[types.FunctionType, Type[Any]]], docs_path: Path ) -> None: @@ -905,7 +915,7 @@ def _update_api_docs( ) as f: f.write(content) -# %% ../nbs/Mkdocs.ipynb 86 +# %% ../nbs/Mkdocs.ipynb 87 def _generate_api_docs_for_module(root_path: str, module_name: str) -> str: """Generate API documentation for a module. @@ -938,7 +948,7 @@ def _generate_api_docs_for_module(root_path: str, module_name: str) -> str: # return textwrap.indent(submodule_summary, prefix=" " * 4) -# %% ../nbs/Mkdocs.ipynb 88 +# %% ../nbs/Mkdocs.ipynb 89 def _restrict_line_length(s: str, width: int = 80) -> str: """Restrict the line length of a string. @@ -966,7 +976,7 @@ def _restrict_line_length(s: str, width: int = 80) -> str: _s += "\n" + line + "\n" if line.endswith(":") else " " + line + "\n" return _s -# %% ../nbs/Mkdocs.ipynb 90 +# %% ../nbs/Mkdocs.ipynb 91 def _generate_cli_doc_for_submodule( root_path: str, docs_dir_name: str, cmd: str ) -> str: @@ -1059,7 +1069,7 @@ def _generate_cli_docs_for_module(root_path: str, module_name: str) -> str: return textwrap.indent(submodule_summary, prefix=" " * 4) -# %% ../nbs/Mkdocs.ipynb 94 +# %% ../nbs/Mkdocs.ipynb 95 def _copy_change_log_if_exists(root_path: str, docs_path: Union[Path, str]) -> str: """Copy the CHANGELOG.md file to the docs folder if it's not already present. @@ -1087,7 +1097,7 @@ def _copy_change_log_if_exists(root_path: str, docs_path: Union[Path, str]) -> s return changelog -# %% ../nbs/Mkdocs.ipynb 97 +# %% ../nbs/Mkdocs.ipynb 98 def _build_summary( root_path: str, module: str, @@ -1145,7 +1155,7 @@ def _build_summary( with open(docs_path / "SUMMARY.md", mode="w", encoding="utf-8") as f: f.write(summary) -# %% ../nbs/Mkdocs.ipynb 100 +# %% ../nbs/Mkdocs.ipynb 101 def _copy_cname_if_needed(root_path: str) -> None: """Copy the CNAME file to mkdocs/docs/CNAME if it's not already present. @@ -1169,7 +1179,7 @@ def _copy_cname_if_needed(root_path: str) -> None: f"File '{cname_path.resolve()}' not found, skipping copying..", ) -# %% ../nbs/Mkdocs.ipynb 102 +# %% ../nbs/Mkdocs.ipynb 103 def _copy_docs_overrides(root_path: str) -> None: """Copy the docs_overrides directory to the mkdocs/docs/overrides directory. @@ -1191,7 +1201,7 @@ def _copy_docs_overrides(root_path: str) -> None: shutil.rmtree(dst_path, ignore_errors=True) shutil.copytree(src_path, dst_path) -# %% ../nbs/Mkdocs.ipynb 104 +# %% ../nbs/Mkdocs.ipynb 105 def _fix_sym_links_in_nbs(root_path: str, cache_path: Path, nbdev_lookup: NbdevLookup, docs_versioning: str, lib_version: str, use_relative_doc_links: bool) -> None: # type: ignore """Fix the default sym links generated by nbdev in the notebooks @@ -1232,7 +1242,7 @@ def _fix_sym_links_in_nbs(root_path: str, cache_path: Path, nbdev_lookup: NbdevL nbformat.write(_f, file) -# %% ../nbs/Mkdocs.ipynb 107 +# %% ../nbs/Mkdocs.ipynb 108 def nbdev_mkdocs_docs( root_path: str, refresh_quarto_settings: bool = False, @@ -1325,7 +1335,7 @@ def prepare( no_mkdocs_build=no_mkdocs_build, ) -# %% ../nbs/Mkdocs.ipynb 110 +# %% ../nbs/Mkdocs.ipynb 111 def preview( root_path: str, use_relative_doc_links: bool, port: Optional[int] = None ) -> None: diff --git a/nbs/Mkdocs.ipynb b/nbs/Mkdocs.ipynb index 44f64e95..5c42b30d 100644 --- a/nbs/Mkdocs.ipynb +++ b/nbs/Mkdocs.ipynb @@ -15,16 +15,7 @@ "execution_count": null, "id": "4793d074", "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/pandas/compat/__init__.py:124: UserWarning: Could not import the lzma module. Your installed Python is incomplete. Attempting to use lzma compression will result in a RuntimeError.\n", - " warnings.warn(msg)\n" - ] - } - ], + "outputs": [], "source": [ "# | export\n", "\n", @@ -176,20 +167,26 @@ "name": "stdout", "output_type": "stream", "text": [ - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpm_vxh4h1/mkdocs created.\u001b[0m\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpm_vxh4h1/mkdocs/site_overrides\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpm_vxh4h1/mkdocs/docs_overrides\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpm_vxh4h1/mkdocs/site_overrides/main.html\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpm_vxh4h1/mkdocs/site_overrides/partials\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpm_vxh4h1/mkdocs/site_overrides/partials/copyright.html\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpm_vxh4h1/mkdocs/docs_overrides/css\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpm_vxh4h1/mkdocs/docs_overrides/images\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpm_vxh4h1/mkdocs/docs_overrides/js\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpm_vxh4h1/mkdocs/docs_overrides/css/extra.css\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpm_vxh4h1/mkdocs/docs_overrides/images/default_social_logo.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpm_vxh4h1/mkdocs/docs_overrides/images/compass-outline.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpm_vxh4h1/mkdocs/docs_overrides/js/mathjax.js\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpm_vxh4h1/mkdocs/docs_overrides/js/extra.js\n" + "Directory /tmp/tmpunw6fzh9/mkdocs created.\u001b[0m\n", + "/tmp/tmpunw6fzh9/mkdocs/site_overrides\n", + "/tmp/tmpunw6fzh9/mkdocs/docs\n", + "/tmp/tmpunw6fzh9/mkdocs/site\n", + "/tmp/tmpunw6fzh9/mkdocs/docs_overrides\n", + "/tmp/tmpunw6fzh9/mkdocs/site_overrides/main.html\n", + "/tmp/tmpunw6fzh9/mkdocs/site_overrides/partials\n", + "/tmp/tmpunw6fzh9/mkdocs/site_overrides/partials/copyright.html\n", + "/tmp/tmpunw6fzh9/mkdocs/docs/images\n", + "/tmp/tmpunw6fzh9/mkdocs/docs/images/.ipynb_checkpoints\n", + "/tmp/tmpunw6fzh9/mkdocs/site/assets\n", + "/tmp/tmpunw6fzh9/mkdocs/site/assets/.ipynb_checkpoints\n", + "/tmp/tmpunw6fzh9/mkdocs/docs_overrides/images\n", + "/tmp/tmpunw6fzh9/mkdocs/docs_overrides/js\n", + "/tmp/tmpunw6fzh9/mkdocs/docs_overrides/css\n", + "/tmp/tmpunw6fzh9/mkdocs/docs_overrides/images/compass-outline.png\n", + "/tmp/tmpunw6fzh9/mkdocs/docs_overrides/images/default_social_logo.png\n", + "/tmp/tmpunw6fzh9/mkdocs/docs_overrides/js/extra.js\n", + "/tmp/tmpunw6fzh9/mkdocs/docs_overrides/js/mathjax.js\n", + "/tmp/tmpunw6fzh9/mkdocs/docs_overrides/css/extra.css\n" ] } ], @@ -497,7 +494,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpoh_2zqnm/mkdocs/mkdocs.yml' generated.\u001b[0m\n" + "File '/tmp/tmprtkugrlv/mkdocs/mkdocs.yml' generated.\u001b[0m\n" ] } ], @@ -579,8 +576,8 @@ "name": "stdout", "output_type": "stream", "text": [ - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7jz3sa8a/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7jz3sa8a/mkdocs/summary_template.txt' generated.\u001b[0m\n", + "File '/tmp/tmpq6_1kf_e/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmpq6_1kf_e/mkdocs/summary_template.txt' generated.\u001b[0m\n", "- [Home](index.md)\n", "- Guides\n", " - [Guide one](docs/guide_1.md)\n", @@ -938,10 +935,10 @@ "name": "stdout", "output_type": "stream", "text": [ - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmptvm3hyov/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmptvm3hyov/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmptvm3hyov/mkdocs/summary_template.txt' generated.\u001b[0m\n", - "ordereddict([('site_name', 'repo'), ('site_url', 'https://user.github.io/repo'), ('site_author', 'author'), ('site_description', 'description'), ('repo_name', 'repo'), ('repo_url', 'https://github.com/user/repo'), ('edit_uri', ''), ('copyright', '2023 onwards, author'), ('docs_dir', 'docs'), ('site_dir', 'site'), ('plugins', [ordereddict([('literate-nav', ordereddict([('nav_file', 'SUMMARY.md')]))]), 'search', ordereddict([('mkdocstrings', ordereddict([('handlers', ordereddict([('python', ordereddict([('import', ['https://docs.python.org/3/objects.inv']), ('options', ordereddict([('heading_level', 2), ('show_category_heading', True), ('show_root_heading', True), ('show_root_toc_entry', True), ('show_signature_annotations', True), ('show_if_no_docstring', True)]))]))]))]))])]), ('markdown_extensions', ['md_in_html', ordereddict([('pymdownx.arithmatex', ordereddict([('generic', True)]))]), 'pymdownx.inlinehilite', 'pymdownx.details', 'pymdownx.emoji', 'pymdownx.magiclink', ordereddict([('pymdownx.superfences', ordereddict([('custom_fences', [ordereddict([('name', 'mermaid'), ('class', 'mermaid'), ('format', )])])]))]), 'pymdownx.tasklist', ordereddict([('pymdownx.highlight', ordereddict([('linenums', False)]))]), ordereddict([('pymdownx.snippets', ordereddict([('check_paths', True)]))]), ordereddict([('pymdownx.tabbed', ordereddict([('alternate_style', True)]))]), 'admonition', ordereddict([('toc', ordereddict([('permalink', '¤')]))])]), ('theme', ordereddict([('name', 'material'), ('custom_dir', 'site_overrides'), ('features', ['navigation.instant', 'navigation.indexes', 'navigation.top', 'search.suggest', 'search.highlight', 'search.share']), ('palette', [ordereddict([('scheme', 'slate'), ('primary', 'black'), ('accent', 'yellow'), ('toggle', ordereddict([('icon', 'material/toggle-switch'), ('name', 'Switch to light mode')]))]), ordereddict([('scheme', 'default'), ('primary', 'black'), ('accent', 'red'), ('toggle', ordereddict([('icon', 'material/toggle-switch-off-outline'), ('name', 'Switch to dark mode')]))])]), ('icon', ordereddict([('repo', 'fontawesome/brands/github'), ('logo', 'material/compass-outline')])), ('favicon', 'overrides/images/compass-outline.png')])), ('extra_css', ['overrides/css/extra.css']), ('extra_javascript', ['overrides/js/extra.js', 'overrides/js/mathjax.js', 'https://polyfill.io/v3/polyfill.min.js?features=es6', 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js']), ('extra', ordereddict([('version', ordereddict([('provider', 'mike')])), ('social_image', 'https://opengraph.githubassets.com/1687162570.464511/user/repo')]))])\n" + "Directory /tmp/tmpiraeztq0/mkdocs created.\u001b[0m\n", + "File '/tmp/tmpiraeztq0/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmpiraeztq0/mkdocs/summary_template.txt' generated.\u001b[0m\n", + "{'site_name': 'repo', 'site_url': 'https://user.github.io/repo', 'site_author': 'author', 'site_description': 'description', 'repo_name': 'repo', 'repo_url': 'https://github.com/user/repo', 'edit_uri': '', 'copyright': '2023 onwards, author', 'docs_dir': 'docs', 'site_dir': 'site', 'plugins': [{'literate-nav': {'nav_file': 'SUMMARY.md'}}, 'search', {'mkdocstrings': {'handlers': {'python': {'import': ['https://docs.python.org/3/objects.inv'], 'options': {'heading_level': 2, 'show_category_heading': True, 'show_root_heading': True, 'show_root_toc_entry': True, 'show_signature_annotations': True, 'show_if_no_docstring': True}}}}}], 'markdown_extensions': ['md_in_html', {'pymdownx.arithmatex': {'generic': True}}, 'pymdownx.inlinehilite', 'pymdownx.details', 'pymdownx.emoji', 'pymdownx.magiclink', {'pymdownx.superfences': {'custom_fences': [{'name': 'mermaid', 'class': 'mermaid', 'format': }]}}, 'pymdownx.tasklist', {'pymdownx.highlight': {'linenums': False}}, {'pymdownx.snippets': {'check_paths': True}}, {'pymdownx.tabbed': {'alternate_style': True}}, 'admonition', {'toc': {'permalink': '¤'}}], 'theme': {'name': 'material', 'custom_dir': 'site_overrides', 'features': ['navigation.instant', 'navigation.indexes', 'navigation.top', 'search.suggest', 'search.highlight', 'search.share'], 'palette': [{'scheme': 'slate', 'primary': 'black', 'accent': 'yellow', 'toggle': {'icon': 'material/toggle-switch', 'name': 'Switch to light mode'}}, {'scheme': 'default', 'primary': 'black', 'accent': 'red', 'toggle': {'icon': 'material/toggle-switch-off-outline', 'name': 'Switch to dark mode'}}], 'icon': {'repo': 'fontawesome/brands/github', 'logo': 'material/compass-outline'}, 'favicon': 'overrides/images/compass-outline.png'}, 'extra_css': ['overrides/css/extra.css'], 'extra_javascript': ['overrides/js/extra.js', 'overrides/js/mathjax.js', 'https://polyfill.io/v3/polyfill.min.js?features=es6', 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js'], 'extra': {'version': {'provider': 'mike'}, 'social_image': 'https://opengraph.githubassets.com/1687955142.095273/user/repo'}}\n" ] }, { @@ -1046,9 +1043,9 @@ "name": "stdout", "output_type": "stream", "text": [ - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpy912wjod/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpy912wjod/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpy912wjod/mkdocs/summary_template.txt' generated.\u001b[0m\n", + "Directory /tmp/tmp3sq7c97d/mkdocs created.\u001b[0m\n", + "File '/tmp/tmp3sq7c97d/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmp3sq7c97d/mkdocs/summary_template.txt' generated.\u001b[0m\n", "_docs/_proc/\n", "*.bak\n", "# Byte-compiled / optimized / DLL files\n", @@ -1057,7 +1054,7 @@ "# nbdev_mkdocs\n", "mkdocs/docs/\n", "mkdocs/site/\n", - "ordereddict([('site_name', 'repo'), ('site_url', 'https://user.github.io/repo'), ('site_author', 'author'), ('site_description', 'description'), ('repo_name', 'repo'), ('repo_url', 'https://github.com/user/repo'), ('edit_uri', ''), ('copyright', '2023 onwards, author'), ('docs_dir', 'docs'), ('site_dir', 'site'), ('plugins', [ordereddict([('literate-nav', ordereddict([('nav_file', 'SUMMARY.md')]))]), 'search', ordereddict([('mkdocstrings', ordereddict([('handlers', ordereddict([('python', ordereddict([('import', ['https://docs.python.org/3/objects.inv']), ('options', ordereddict([('heading_level', 2), ('show_category_heading', True), ('show_root_heading', True), ('show_root_toc_entry', True), ('show_signature_annotations', True), ('show_if_no_docstring', True)]))]))]))]))])]), ('markdown_extensions', ['md_in_html', ordereddict([('pymdownx.arithmatex', ordereddict([('generic', True)]))]), 'pymdownx.inlinehilite', 'pymdownx.details', 'pymdownx.emoji', 'pymdownx.magiclink', ordereddict([('pymdownx.superfences', ordereddict([('custom_fences', [ordereddict([('name', 'mermaid'), ('class', 'mermaid'), ('format', )])])]))]), 'pymdownx.tasklist', ordereddict([('pymdownx.highlight', ordereddict([('linenums', False)]))]), ordereddict([('pymdownx.snippets', ordereddict([('check_paths', True)]))]), ordereddict([('pymdownx.tabbed', ordereddict([('alternate_style', True)]))]), 'admonition', ordereddict([('toc', ordereddict([('permalink', '¤')]))])]), ('theme', ordereddict([('name', 'material'), ('custom_dir', 'site_overrides'), ('features', ['navigation.instant', 'navigation.indexes', 'navigation.top', 'search.suggest', 'search.highlight', 'search.share']), ('palette', [ordereddict([('scheme', 'slate'), ('primary', 'black'), ('accent', 'yellow'), ('toggle', ordereddict([('icon', 'material/toggle-switch'), ('name', 'Switch to light mode')]))]), ordereddict([('scheme', 'default'), ('primary', 'black'), ('accent', 'red'), ('toggle', ordereddict([('icon', 'material/toggle-switch-off-outline'), ('name', 'Switch to dark mode')]))])]), ('icon', ordereddict([('repo', 'fontawesome/brands/github'), ('logo', 'material/compass-outline')])), ('favicon', 'overrides/images/compass-outline.png')])), ('extra_css', ['overrides/css/extra.css']), ('extra_javascript', ['overrides/js/extra.js', 'overrides/js/mathjax.js', 'https://polyfill.io/v3/polyfill.min.js?features=es6', 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js']), ('extra', ordereddict([('version', ordereddict([('provider', 'mike')])), ('social_image', 'https://opengraph.githubassets.com/1687162571.597998/user/repo')]))])\n" + "{'site_name': 'repo', 'site_url': 'https://user.github.io/repo', 'site_author': 'author', 'site_description': 'description', 'repo_name': 'repo', 'repo_url': 'https://github.com/user/repo', 'edit_uri': '', 'copyright': '2023 onwards, author', 'docs_dir': 'docs', 'site_dir': 'site', 'plugins': [{'literate-nav': {'nav_file': 'SUMMARY.md'}}, 'search', {'mkdocstrings': {'handlers': {'python': {'import': ['https://docs.python.org/3/objects.inv'], 'options': {'heading_level': 2, 'show_category_heading': True, 'show_root_heading': True, 'show_root_toc_entry': True, 'show_signature_annotations': True, 'show_if_no_docstring': True}}}}}], 'markdown_extensions': ['md_in_html', {'pymdownx.arithmatex': {'generic': True}}, 'pymdownx.inlinehilite', 'pymdownx.details', 'pymdownx.emoji', 'pymdownx.magiclink', {'pymdownx.superfences': {'custom_fences': [{'name': 'mermaid', 'class': 'mermaid', 'format': }]}}, 'pymdownx.tasklist', {'pymdownx.highlight': {'linenums': False}}, {'pymdownx.snippets': {'check_paths': True}}, {'pymdownx.tabbed': {'alternate_style': True}}, 'admonition', {'toc': {'permalink': '¤'}}], 'theme': {'name': 'material', 'custom_dir': 'site_overrides', 'features': ['navigation.instant', 'navigation.indexes', 'navigation.top', 'search.suggest', 'search.highlight', 'search.share'], 'palette': [{'scheme': 'slate', 'primary': 'black', 'accent': 'yellow', 'toggle': {'icon': 'material/toggle-switch', 'name': 'Switch to light mode'}}, {'scheme': 'default', 'primary': 'black', 'accent': 'red', 'toggle': {'icon': 'material/toggle-switch-off-outline', 'name': 'Switch to dark mode'}}], 'icon': {'repo': 'fontawesome/brands/github', 'logo': 'material/compass-outline'}, 'favicon': 'overrides/images/compass-outline.png'}, 'extra_css': ['overrides/css/extra.css'], 'extra_javascript': ['overrides/js/extra.js', 'overrides/js/mathjax.js', 'https://polyfill.io/v3/polyfill.min.js?features=es6', 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js'], 'extra': {'version': {'provider': 'mike'}, 'social_image': 'https://opengraph.githubassets.com/1687955144.028224/user/repo'}}\n" ] }, { @@ -1183,10 +1180,10 @@ "name": "stdout", "output_type": "stream", "text": [ - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmplwn4_rae/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmplwn4_rae/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmplwn4_rae/mkdocs/summary_template.txt' generated.\u001b[0m\n", - "['/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmplwn4_rae/_proc/Mkdocs.ipynb', '/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmplwn4_rae/_proc/index.ipynb', '/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmplwn4_rae/_proc/blogs/_blogs_index.ipynb', '/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmplwn4_rae/_proc/blogs/blogs_index.ipynb', '/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmplwn4_rae/_proc/blogs/qmd_blogs.qmd', '/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmplwn4_rae/_proc/guides/guides_index.ipynb', '/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmplwn4_rae/_proc/guides/_guides_index.ipynb', '/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmplwn4_rae/_proc/guides/qmd_guides.qmd', '/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmplwn4_rae/nbs/sample.qmd', '/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmplwn4_rae/nbs/index.ipynb']\n" + "Directory /tmp/tmpazwqzmts/mkdocs created.\u001b[0m\n", + "File '/tmp/tmpazwqzmts/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmpazwqzmts/mkdocs/summary_template.txt' generated.\u001b[0m\n", + "['/tmp/tmpazwqzmts/_proc/Mkdocs.ipynb', '/tmp/tmpazwqzmts/_proc/index.ipynb', '/tmp/tmpazwqzmts/_proc/guides/_guides_index.ipynb', '/tmp/tmpazwqzmts/_proc/guides/guides_index.ipynb', '/tmp/tmpazwqzmts/_proc/guides/qmd_guides.qmd', '/tmp/tmpazwqzmts/_proc/blogs/qmd_blogs.qmd', '/tmp/tmpazwqzmts/_proc/blogs/_blogs_index.ipynb', '/tmp/tmpazwqzmts/_proc/blogs/blogs_index.ipynb', '/tmp/tmpazwqzmts/nbs/sample.qmd', '/tmp/tmpazwqzmts/nbs/index.ipynb']\n" ] }, { @@ -1358,9 +1355,9 @@ "name": "stdout", "output_type": "stream", "text": [ - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmppshqekwy/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmppshqekwy/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmppshqekwy/mkdocs/summary_template.txt' generated.\u001b[0m\n" + "Directory /tmp/tmpxz6mwsll/mkdocs created.\u001b[0m\n", + "File '/tmp/tmpxz6mwsll/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmpxz6mwsll/mkdocs/summary_template.txt' generated.\u001b[0m\n" ] }, { @@ -1369,7 +1366,7 @@ "text": [ "Output created: _docs/README.md\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", + "/usr/local/lib/python3.8/dist-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", " validate(nb)\n", "\u001b[1mpandoc -o Mkdocs.md\u001b[22m\n", " to: >-\n", @@ -1382,18 +1379,6 @@ " \n", "Output created: _docs/Mkdocs.md\n", "\n", - "\u001b[1mpandoc -o test.md\u001b[22m\n", - " to: >-\n", - " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: test.html\n", - " standalone: true\n", - " default-image-extension: png\n", - " \n", - "\u001b[1mmetadata\u001b[22m\n", - " title: Callouts\n", - " \n", - "Output created: _docs/test.md\n", - "\n", "\u001b[1mpandoc -o sample.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", @@ -1418,17 +1403,41 @@ " \n", "Output created: _docs/index.md\n", "\n", - "\u001b[1mpandoc -o ../blogs_index.md\u001b[22m\n", + "\u001b[1mpandoc -o test.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: blogs_index.html\n", + " output-file: test.html\n", + " standalone: true\n", + " default-image-extension: png\n", + " \n", + "\u001b[1mmetadata\u001b[22m\n", + " title: Callouts\n", + " \n", + "Output created: _docs/test.md\n", + "\n", + "\u001b[1mpandoc -o ../guides_index.md\u001b[22m\n", + " to: >-\n", + " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", + " output-file: guides_index.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", " title: Material for nbdev\n", " \n", - "Output created: ../_docs/blogs_index.md\n", + "Output created: ../_docs/guides_index.md\n", + "\n", + "\u001b[1mpandoc -o ../qmd_guides.md\u001b[22m\n", + " to: >-\n", + " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", + " standalone: true\n", + " default-image-extension: png\n", + " \n", + "\u001b[1mmetadata\u001b[22m\n", + " title: Sample\n", + " author: Sample\n", + " \n", + "Output created: ../_docs/qmd_guides.md\n", "\n", "\u001b[1mpandoc -o ../qmd_blogs.md\u001b[22m\n", " to: >-\n", @@ -1442,18 +1451,16 @@ " \n", "Output created: ../_docs/qmd_blogs.md\n", "\n", - "\u001b[1mpandoc -o ../guides_index.md\u001b[22m\n", + "\u001b[1mpandoc -o ../blogs_index.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: guides_index.html\n", + " output-file: blogs_index.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", " title: Material for nbdev\n", - " \n", - "Output created: ../_docs/guides_index.md\n", - "\n" + " \n" ] }, { @@ -1461,38 +1468,28 @@ "output_type": "stream", "text": [ "Checks:\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmppshqekwy/mkdocs/docs/sample.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmppshqekwy/mkdocs/docs/Mkdocs.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmppshqekwy/mkdocs/docs/index.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmppshqekwy/mkdocs/docs/test.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmppshqekwy/mkdocs/docs/blogs/qmd_blogs.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmppshqekwy/mkdocs/docs/blogs/blogs_index.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmppshqekwy/mkdocs/docs/guides/qmd_guides.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmppshqekwy/mkdocs/docs/guides/guides_index.md\n" + "/tmp/tmpxz6mwsll/mkdocs/docs/sample.md\n", + "/tmp/tmpxz6mwsll/mkdocs/docs/index.md\n", + "/tmp/tmpxz6mwsll/mkdocs/docs/test.md\n", + "/tmp/tmpxz6mwsll/mkdocs/docs/Mkdocs.md\n", + "/tmp/tmpxz6mwsll/mkdocs/docs/guides/qmd_guides.md\n", + "/tmp/tmpxz6mwsll/mkdocs/docs/guides/guides_index.md\n", + "/tmp/tmpxz6mwsll/mkdocs/docs/blogs/qmd_blogs.md\n", + "/tmp/tmpxz6mwsll/mkdocs/docs/blogs/blogs_index.md\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ - "\u001b[1mpandoc -o ../qmd_guides.md\u001b[22m\n", - " to: >-\n", - " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " standalone: true\n", - " default-image-extension: png\n", - " \n", - "\u001b[1mmetadata\u001b[22m\n", - " title: Sample\n", - " author: Sample\n", - " \n", - "Output created: ../_docs/qmd_guides.md\n", + "Output created: ../_docs/blogs_index.md\n", "\n" ] }, { "data": { "text/plain": [ - "'{\\n \"cells\": [\\n {\\n \"cell_type\": \"raw\",\\n \"id\": \"fc9a25ab\",\\n \"metadata\": {},\\n \"source\": [\\n \"---\\\\n\",\\n \"output-file: test.html\\\\n\",\\n \"title: Callouts\\\\n\",\\n \"\\\\n\",\\n \"---\\\\n\",\\n \"\\\\n\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"f8e61ebc\",\\n \"metadata\": {},\\n \"source\": [\\n \"\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"8ee6e33a\",\\n \"metadata\": {},\\n \"source\": [\\n \"This notebook is used to test the conversion of Quarto to Material for MkDocs syntax. It serves as a fixture to verify the syntax, including callouts, Mermaid charts, and making a section hidden, which differ between Quarto and Material for MkDocs.\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"d0a10ffc\",\\n \"metadata\": {},\\n \"source\": [\\n \"!!! note\\\\n\",\\n \"\\\\n\",\\n \" Note that there are five types of callouts, including:\\\\n\",\\n \" `note`, `warning`, `important`, `tip`, and `caution`.\\\\n\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"22014eb3\",\\n \"metadata\": {},\\n \"source\": [\\n \"!!! tip \\\\\\\\\\\\\"Tip with Title\\\\\\\\\\\\\"\\\\n\",\\n \"\\\\n\",\\n \" This is an example of a callout with a title.\\\\n\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"870e17d7\",\\n \"metadata\": {},\\n \"source\": [\\n \"!!! tip \\\\\\\\\\\\\"Tip with Title\\\\\\\\\\\\\"\\\\n\",\\n \"\\\\n\",\\n \" This is a callout with a title.\\\\n\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"87f34d1a\",\\n \"metadata\": {},\\n \"source\": [\\n \"??? caution \\\\\\\\\\\\\"Expand To Learn About Collapse\\\\\\\\\\\\\"\\\\n\",\\n \"\\\\n\",\\n \" This is an example of a \\'folded\\' caution callout that can be expanded by the user. You can use `collapse=\\\\\"true\\\\\"` to collapse it by default or `collapse=\\\\\"false\\\\\"` to make a collapsible callout that is expanded by default.\\\\n\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"4a8ac79c\",\\n \"metadata\": {},\\n \"source\": [\\n \"???+ caution \\\\\\\\\\\\\"Expand To Learn About Collapse\\\\\\\\\\\\\"\\\\n\",\\n \"\\\\n\",\\n \" This is an example of a \\'folded\\' caution callout that can be expanded by the user. You can use `collapse=\\\\\"true\\\\\"` to collapse it by default or `collapse=\\\\\"false\\\\\"` to make a collapsible callout that is expanded by default.\\\\n\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"034f6dbb\",\\n \"metadata\": {},\\n \"source\": [\\n \"!!! note \\\\\\\\\\\\\"\\\\\\\\\\\\\"\\\\n\",\\n \"\\\\n\",\\n \" Using callouts is an effective way to highlight content that your reader give special consideration or attention.\\\\n\",\\n \"\\\\n\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"8f79c54d\",\\n \"metadata\": {},\\n \"source\": [\\n \"!!! note \\\\\\\\\\\\\"\\\\\\\\\\\\\"\\\\n\",\\n \"\\\\n\",\\n \" Using callouts is an effective way to highlight content that your reader give special consideration or attention.\\\\n\",\\n \"\\\\n\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"ec9209a4\",\\n \"metadata\": {},\\n \"source\": [\\n \"## Mermaid Charts and visibility\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"0a820438\",\\n \"metadata\": {},\\n \"source\": [\\n \"::: {markdown=1 .content-visible unless-format=\\\\\"markdown\\\\\"}\\\\n\",\\n \"\\\\n\",\\n \"Will only appear in markdown.\\\\n\",\\n \"\\\\n\",\\n \":::\\\\n\",\\n \"\\\\n\",\\n \"``` mermaid\\\\n\",\\n \"flowchart LR\\\\n\",\\n \" A[Hard edge] --> B(Round edge)\\\\n\",\\n \" B --> C{Decision}\\\\n\",\\n \" C --> D[Result one]\\\\n\",\\n \" C --> E[Result two]\\\\n\",\\n \"```\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"ebd24225\",\\n \"metadata\": {},\\n \"source\": [\\n \"::: {markdown=1 .content-visible unless-format=\\\\\"html\\\\\"}\\\\n\",\\n \"\\\\n\",\\n \"Will only appear in html.\\\\n\",\\n \"\\\\n\",\\n \":::\"\\n ]\\n }\\n ],\\n \"metadata\": {\\n \"kernelspec\": {\\n \"display_name\": \"Python 3 (ipykernel)\",\\n \"language\": \"python\",\\n \"name\": \"python3\"\\n },\\n \"language_info\": {\\n \"codemirror_mode\": {\\n \"name\": \"ipython\",\\n \"version\": 3\\n },\\n \"file_extension\": \".py\",\\n \"mimetype\": \"text/x-python\",\\n \"name\": \"python\",\\n \"nbconvert_exporter\": \"python\",\\n \"pygments_lexer\": \"ipython3\",\\n \"version\": \"3.11.2\"\\n },\\n \"widgets\": {\\n \"application/vnd.jupyter.widget-state+json\": {\\n \"state\": {},\\n \"version_major\": 2,\\n \"version_minor\": 0\\n }\\n }\\n },\\n \"nbformat\": 4,\\n \"nbformat_minor\": 5\\n}'" + "'{\\n \"cells\": [\\n {\\n \"cell_type\": \"raw\",\\n \"id\": \"a0559492\",\\n \"metadata\": {},\\n \"source\": [\\n \"---\\\\n\",\\n \"output-file: test.html\\\\n\",\\n \"title: Callouts\\\\n\",\\n \"\\\\n\",\\n \"---\\\\n\",\\n \"\\\\n\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"9797d54e\",\\n \"metadata\": {},\\n \"source\": [\\n \"\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"8ee6e33a\",\\n \"metadata\": {},\\n \"source\": [\\n \"This notebook is used to test the conversion of Quarto to Material for MkDocs syntax. It serves as a fixture to verify the syntax, including callouts, Mermaid charts, and making a section hidden, which differ between Quarto and Material for MkDocs.\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"d0a10ffc\",\\n \"metadata\": {},\\n \"source\": [\\n \"!!! note\\\\n\",\\n \"\\\\n\",\\n \" Note that there are five types of callouts, including:\\\\n\",\\n \" `note`, `warning`, `important`, `tip`, and `caution`.\\\\n\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"22014eb3\",\\n \"metadata\": {},\\n \"source\": [\\n \"!!! tip \\\\\\\\\\\\\"Tip with Title\\\\\\\\\\\\\"\\\\n\",\\n \"\\\\n\",\\n \" This is an example of a callout with a title.\\\\n\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"870e17d7\",\\n \"metadata\": {},\\n \"source\": [\\n \"!!! tip \\\\\\\\\\\\\"Tip with Title\\\\\\\\\\\\\"\\\\n\",\\n \"\\\\n\",\\n \" This is a callout with a title.\\\\n\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"87f34d1a\",\\n \"metadata\": {},\\n \"source\": [\\n \"??? caution \\\\\\\\\\\\\"Expand To Learn About Collapse\\\\\\\\\\\\\"\\\\n\",\\n \"\\\\n\",\\n \" This is an example of a \\'folded\\' caution callout that can be expanded by the user. You can use `collapse=\\\\\"true\\\\\"` to collapse it by default or `collapse=\\\\\"false\\\\\"` to make a collapsible callout that is expanded by default.\\\\n\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"4a8ac79c\",\\n \"metadata\": {},\\n \"source\": [\\n \"???+ caution \\\\\\\\\\\\\"Expand To Learn About Collapse\\\\\\\\\\\\\"\\\\n\",\\n \"\\\\n\",\\n \" This is an example of a \\'folded\\' caution callout that can be expanded by the user. You can use `collapse=\\\\\"true\\\\\"` to collapse it by default or `collapse=\\\\\"false\\\\\"` to make a collapsible callout that is expanded by default.\\\\n\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"034f6dbb\",\\n \"metadata\": {},\\n \"source\": [\\n \"!!! note \\\\\\\\\\\\\"\\\\\\\\\\\\\"\\\\n\",\\n \"\\\\n\",\\n \" Using callouts is an effective way to highlight content that your reader give special consideration or attention.\\\\n\",\\n \"\\\\n\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"8f79c54d\",\\n \"metadata\": {},\\n \"source\": [\\n \"!!! note \\\\\\\\\\\\\"\\\\\\\\\\\\\"\\\\n\",\\n \"\\\\n\",\\n \" Using callouts is an effective way to highlight content that your reader give special consideration or attention.\\\\n\",\\n \"\\\\n\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"ec9209a4\",\\n \"metadata\": {},\\n \"source\": [\\n \"## Mermaid Charts and visibility\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"0a820438\",\\n \"metadata\": {},\\n \"source\": [\\n \"::: {markdown=1 .content-visible unless-format=\\\\\"markdown\\\\\"}\\\\n\",\\n \"\\\\n\",\\n \"Will only appear in markdown.\\\\n\",\\n \"\\\\n\",\\n \":::\\\\n\",\\n \"\\\\n\",\\n \"``` mermaid\\\\n\",\\n \"flowchart LR\\\\n\",\\n \" A[Hard edge] --> B(Round edge)\\\\n\",\\n \" B --> C{Decision}\\\\n\",\\n \" C --> D[Result one]\\\\n\",\\n \" C --> E[Result two]\\\\n\",\\n \"```\"\\n ]\\n },\\n {\\n \"cell_type\": \"markdown\",\\n \"id\": \"ebd24225\",\\n \"metadata\": {},\\n \"source\": [\\n \"::: {markdown=1 .content-visible unless-format=\\\\\"html\\\\\"}\\\\n\",\\n \"\\\\n\",\\n \"Will only appear in html.\\\\n\",\\n \"\\\\n\",\\n \":::\"\\n ]\\n }\\n ],\\n \"metadata\": {\\n \"kernelspec\": {\\n \"display_name\": \"Python 3 (ipykernel)\",\\n \"language\": \"python\",\\n \"name\": \"python3\"\\n },\\n \"language_info\": {\\n \"codemirror_mode\": {\\n \"name\": \"ipython\",\\n \"version\": 3\\n },\\n \"file_extension\": \".py\",\\n \"mimetype\": \"text/x-python\",\\n \"name\": \"python\",\\n \"nbconvert_exporter\": \"python\",\\n \"pygments_lexer\": \"ipython3\",\\n \"version\": \"3.11.2\"\\n },\\n \"widgets\": {\\n \"application/vnd.jupyter.widget-state+json\": {\\n \"state\": {},\\n \"version_major\": 2,\\n \"version_minor\": 0\\n }\\n }\\n },\\n \"nbformat\": 4,\\n \"nbformat_minor\": 5\\n}'" ] }, "metadata": {}, @@ -1861,52 +1858,52 @@ "name": "stdout", "output_type": "stream", "text": [ - "../nbs/guides/Handling_Pandas_In_The_Output.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/Handling_Pandas_In_The_Output.ipynb\n", - "../nbs/guides/Adding_Release_Notes.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/Adding_Release_Notes.ipynb\n", - "../nbs/guides/Auto_Generating_Docstrings.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/Auto_Generating_Docstrings.ipynb\n", - "../nbs/guides/Customizing_The_Sidebar.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/Customizing_The_Sidebar.ipynb\n", - "../nbs/guides/Setting_up_social_cards.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/Setting_up_social_cards.ipynb\n", - "../nbs/guides/Setting_Up_Document_Versioning.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/Setting_Up_Document_Versioning.ipynb\n", - "../nbs/guides/Advanced_Customization_Options.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/Advanced_Customization_Options.ipynb\n", - "../nbs/guides/Basic_User_Guide.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/Basic_User_Guide.ipynb\n", - "../nbs/guides/Adding_Guides.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/Adding_Guides.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Automatically_Generate_Docstrings-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/.ipynb_checkpoints/Automatically_Generate_Docstrings-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Basic_User_Guide-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/.ipynb_checkpoints/Basic_User_Guide-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Customizing_The_Sidebar-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/.ipynb_checkpoints/Customizing_The_Sidebar-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Handling_Pandas_In_The_Output-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/.ipynb_checkpoints/Handling_Pandas_In_The_Output-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/New_Guide-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/.ipynb_checkpoints/New_Guide-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Setting_Up_Document_Versioning-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/.ipynb_checkpoints/Setting_Up_Document_Versioning-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Setting_up_social_cards-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/.ipynb_checkpoints/Setting_up_social_cards-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Adding_Release_Notes-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/.ipynb_checkpoints/Adding_Release_Notes-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Advanced_Customization_Options-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/.ipynb_checkpoints/Advanced_Customization_Options-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Handlingg_Pandas_In_The_Output-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/.ipynb_checkpoints/Handlingg_Pandas_In_The_Output-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Adding_Guides-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/.ipynb_checkpoints/Adding_Guides-checkpoint.ipynb\n", - "../nbs/guides/images/say_hello.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/say_hello.png\n", - "../nbs/guides/images/docstring-gen-extension-btn.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/docstring-gen-extension-btn.png\n", - "../nbs/guides/images/git_repo_clone_page.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/git_repo_clone_page.png\n", - "../nbs/guides/images/set_github_token_permission.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/set_github_token_permission.png\n", - "../nbs/guides/images/doc_versioning.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/doc_versioning.png\n", - "../nbs/guides/images/sidebar_1.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/sidebar_1.png\n", - "../nbs/guides/images/CLI_command.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/CLI_command.png\n", - "../nbs/guides/images/sidebar_2.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/sidebar_2.png\n", - "../nbs/guides/images/foo_doc_string.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/foo_doc_string.png\n", - "../nbs/guides/images/guide_notebook.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/guide_notebook.png\n", - "../nbs/guides/images/jupyter_home.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/jupyter_home.png\n", - "../nbs/guides/images/hello_class.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/hello_class.png\n", - "../nbs/guides/images/guide_3.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/guide_3.png\n", - "../nbs/guides/images/releases_default.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/releases_default.png\n", - "../nbs/guides/images/guide_2.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/guide_2.png\n", - "../nbs/guides/images/cli_not_found.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/cli_not_found.png\n", - "../nbs/guides/images/guide_1.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/guide_1.png\n", - "../nbs/guides/images/releases.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/releases.png\n", - "../nbs/guides/images/nbdev_mkdocs_preview_dark_1.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/nbdev_mkdocs_preview_dark_1.png\n", - "../nbs/guides/images/guide_4.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/guide_4.png\n", - "../nbs/guides/images/empty_git_repo.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/empty_git_repo.png\n", - "../nbs/guides/images/nbdev_mkdocs_preview_light_1.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/nbdev_mkdocs_preview_light_1.png\n", - "../nbs/guides/images/enable_gh_pages.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/nbs/guides/images/enable_gh_pages.png\n", - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/summary_template.txt' generated.\u001b[0m\n" + "../nbs/guides/Adding_Release_Notes.ipynb, /tmp/tmp16hifgv1/nbs/guides/Adding_Release_Notes.ipynb\n", + "../nbs/guides/Setting_up_social_cards.ipynb, /tmp/tmp16hifgv1/nbs/guides/Setting_up_social_cards.ipynb\n", + "../nbs/guides/Basic_User_Guide.ipynb, /tmp/tmp16hifgv1/nbs/guides/Basic_User_Guide.ipynb\n", + "../nbs/guides/Advanced_Customization_Options.ipynb, /tmp/tmp16hifgv1/nbs/guides/Advanced_Customization_Options.ipynb\n", + "../nbs/guides/Auto_Generating_Docstrings.ipynb, /tmp/tmp16hifgv1/nbs/guides/Auto_Generating_Docstrings.ipynb\n", + "../nbs/guides/Customizing_The_Sidebar.ipynb, /tmp/tmp16hifgv1/nbs/guides/Customizing_The_Sidebar.ipynb\n", + "../nbs/guides/Handling_Pandas_In_The_Output.ipynb, /tmp/tmp16hifgv1/nbs/guides/Handling_Pandas_In_The_Output.ipynb\n", + "../nbs/guides/Setting_Up_Document_Versioning.ipynb, /tmp/tmp16hifgv1/nbs/guides/Setting_Up_Document_Versioning.ipynb\n", + "../nbs/guides/Adding_Guides.ipynb, /tmp/tmp16hifgv1/nbs/guides/Adding_Guides.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Adding_Guides-checkpoint.ipynb, /tmp/tmp16hifgv1/nbs/guides/.ipynb_checkpoints/Adding_Guides-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Basic_User_Guide-checkpoint.ipynb, /tmp/tmp16hifgv1/nbs/guides/.ipynb_checkpoints/Basic_User_Guide-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Adding_Release_Notes-checkpoint.ipynb, /tmp/tmp16hifgv1/nbs/guides/.ipynb_checkpoints/Adding_Release_Notes-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Handling_Pandas_In_The_Output-checkpoint.ipynb, /tmp/tmp16hifgv1/nbs/guides/.ipynb_checkpoints/Handling_Pandas_In_The_Output-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Guide_00_Installation-checkpoint.ipynb, /tmp/tmp16hifgv1/nbs/guides/.ipynb_checkpoints/Guide_00_Installation-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Setting_Up_Document_Versioning-checkpoint.ipynb, /tmp/tmp16hifgv1/nbs/guides/.ipynb_checkpoints/Setting_Up_Document_Versioning-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Auto_Generating_Docstrings-checkpoint.ipynb, /tmp/tmp16hifgv1/nbs/guides/.ipynb_checkpoints/Auto_Generating_Docstrings-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Guide_01_End_To_End_Walkthrough-checkpoint.ipynb, /tmp/tmp16hifgv1/nbs/guides/.ipynb_checkpoints/Guide_01_End_To_End_Walkthrough-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Advanced_Customization_Options-checkpoint.ipynb, /tmp/tmp16hifgv1/nbs/guides/.ipynb_checkpoints/Advanced_Customization_Options-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Setting_up_social_cards-checkpoint.ipynb, /tmp/tmp16hifgv1/nbs/guides/.ipynb_checkpoints/Setting_up_social_cards-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Guide_00_How_To_Install-checkpoint.ipynb, /tmp/tmp16hifgv1/nbs/guides/.ipynb_checkpoints/Guide_00_How_To_Install-checkpoint.ipynb\n", + "../nbs/guides/images/guide_notebook.png, /tmp/tmp16hifgv1/nbs/guides/images/guide_notebook.png\n", + "../nbs/guides/images/sidebar_1.png, /tmp/tmp16hifgv1/nbs/guides/images/sidebar_1.png\n", + "../nbs/guides/images/cli_not_found.png, /tmp/tmp16hifgv1/nbs/guides/images/cli_not_found.png\n", + "../nbs/guides/images/enable_gh_pages.png, /tmp/tmp16hifgv1/nbs/guides/images/enable_gh_pages.png\n", + "../nbs/guides/images/CLI_command.png, /tmp/tmp16hifgv1/nbs/guides/images/CLI_command.png\n", + "../nbs/guides/images/guide_3.png, /tmp/tmp16hifgv1/nbs/guides/images/guide_3.png\n", + "../nbs/guides/images/sidebar_2.png, /tmp/tmp16hifgv1/nbs/guides/images/sidebar_2.png\n", + "../nbs/guides/images/docstring-gen-extension-btn.png, /tmp/tmp16hifgv1/nbs/guides/images/docstring-gen-extension-btn.png\n", + "../nbs/guides/images/releases.png, /tmp/tmp16hifgv1/nbs/guides/images/releases.png\n", + "../nbs/guides/images/say_hello.png, /tmp/tmp16hifgv1/nbs/guides/images/say_hello.png\n", + "../nbs/guides/images/foo_doc_string.png, /tmp/tmp16hifgv1/nbs/guides/images/foo_doc_string.png\n", + "../nbs/guides/images/nbdev_mkdocs_preview_dark_1.png, /tmp/tmp16hifgv1/nbs/guides/images/nbdev_mkdocs_preview_dark_1.png\n", + "../nbs/guides/images/git_repo_clone_page.png, /tmp/tmp16hifgv1/nbs/guides/images/git_repo_clone_page.png\n", + "../nbs/guides/images/guide_2.png, /tmp/tmp16hifgv1/nbs/guides/images/guide_2.png\n", + "../nbs/guides/images/guide_4.png, /tmp/tmp16hifgv1/nbs/guides/images/guide_4.png\n", + "../nbs/guides/images/doc_versioning.png, /tmp/tmp16hifgv1/nbs/guides/images/doc_versioning.png\n", + "../nbs/guides/images/nbdev_mkdocs_preview_light_1.png, /tmp/tmp16hifgv1/nbs/guides/images/nbdev_mkdocs_preview_light_1.png\n", + "../nbs/guides/images/empty_git_repo.png, /tmp/tmp16hifgv1/nbs/guides/images/empty_git_repo.png\n", + "../nbs/guides/images/hello_class.png, /tmp/tmp16hifgv1/nbs/guides/images/hello_class.png\n", + "../nbs/guides/images/releases_default.png, /tmp/tmp16hifgv1/nbs/guides/images/releases_default.png\n", + "../nbs/guides/images/set_github_token_permission.png, /tmp/tmp16hifgv1/nbs/guides/images/set_github_token_permission.png\n", + "../nbs/guides/images/jupyter_home.png, /tmp/tmp16hifgv1/nbs/guides/images/jupyter_home.png\n", + "../nbs/guides/images/guide_1.png, /tmp/tmp16hifgv1/nbs/guides/images/guide_1.png\n", + "Directory /tmp/tmp16hifgv1/mkdocs created.\u001b[0m\n", + "File '/tmp/tmp16hifgv1/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmp16hifgv1/mkdocs/summary_template.txt' generated.\u001b[0m\n" ] }, { @@ -1915,8 +1912,16 @@ "text": [ "Output created: _docs/README.md\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", + "/usr/local/lib/python3.8/dist-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", " validate(nb)\n", + "\u001b[1mpandoc -o Social_Image_Generator.md\u001b[22m\n", + " to: >-\n", + " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", + " standalone: true\n", + " default-image-extension: png\n", + " \n", + "Output created: _docs/Social_Image_Generator.md\n", + "\n", "\u001b[1mpandoc -o Mkdocs.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", @@ -1940,61 +1945,65 @@ " \n", "Output created: _docs/index.md\n", "\n", - "\u001b[1mpandoc -o Social_Image_Generator.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Setting_Up_Document_Versioning.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", + " output-file: setting_up_document_versioning.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", - "Output created: _docs/Social_Image_Generator.md\n", + "\u001b[1mmetadata\u001b[22m\n", + " title: Setting up document versioning\n", + " \n", + "Output created: ../_docs/Setting_Up_Document_Versioning.md\n", "\n", - "\u001b[1mpandoc -o ../Handling_Pandas_In_The_Output.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Auto_Generating_Docstrings.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: handling_pandas_in_the_output.html\n", + " output-file: auto_generating_docstrings.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Handling pandas in the output\n", + " title: Auto-generating docstrings\n", " \n", - "Output created: ../_docs/Handling_Pandas_In_The_Output.md\n", + "Output created: ../_docs/Auto_Generating_Docstrings.md\n", "\n", - "\u001b[1mpandoc -o ../Adding_Release_Notes.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Advanced_Customization_Options.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: adding_release_notes.html\n", + " output-file: advanced_customization_options.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Adding release notes\n", + " title: Advanced customization options\n", " \n", - "Output created: ../_docs/Adding_Release_Notes.md\n", + "Output created: ../_docs/Advanced_Customization_Options.md\n", "\n", - "\u001b[1mpandoc -o ../Auto_Generating_Docstrings.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Adding_Guides.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: auto_generating_docstrings.html\n", + " output-file: adding_guides.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Auto-generating docstrings\n", + " title: Adding guides\n", " \n", - "Output created: ../_docs/Auto_Generating_Docstrings.md\n", + "Output created: ../_docs/Adding_Guides.md\n", "\n", - "\u001b[1mpandoc -o ../Customizing_The_Sidebar.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Basic_User_Guide.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: customizing_the_sidebar.html\n", + " output-file: basic_user_guide.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Customizing the sidebar\n", + " title: Basic User Guide\n", " \n", - "Output created: ../_docs/Customizing_The_Sidebar.md\n", + "Output created: ../_docs/Basic_User_Guide.md\n", "\n", "\u001b[1mpandoc -o ../Setting_up_social_cards.md\u001b[22m\n", " to: >-\n", @@ -2008,101 +2017,101 @@ " \n", "Output created: ../_docs/Setting_up_social_cards.md\n", "\n", - "\u001b[1mpandoc -o ../Setting_Up_Document_Versioning.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Adding_Release_Notes.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: setting_up_document_versioning.html\n", + " output-file: adding_release_notes.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Setting up document versioning\n", + " title: Adding release notes\n", " \n", - "Output created: ../_docs/Setting_Up_Document_Versioning.md\n", + "Output created: ../_docs/Adding_Release_Notes.md\n", "\n", - "\u001b[1mpandoc -o ../Advanced_Customization_Options.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Handling_Pandas_In_The_Output.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: advanced_customization_options.html\n", + " output-file: handling_pandas_in_the_output.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Advanced customization options\n", + " title: Handling pandas in the output\n", " \n", - "Output created: ../_docs/Advanced_Customization_Options.md\n", + "Output created: ../_docs/Handling_Pandas_In_The_Output.md\n", "\n", - "\u001b[1mpandoc -o ../Basic_User_Guide.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Customizing_The_Sidebar.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: basic_user_guide.html\n", + " output-file: customizing_the_sidebar.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Basic User Guide\n", + " title: Customizing the sidebar\n", " \n", - "Output created: ../_docs/Basic_User_Guide.md\n", + "Output created: ../_docs/Customizing_The_Sidebar.md\n", "\n", - "\u001b[1mpandoc -o ../Adding_Guides.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Setting_Up_Document_Versioning.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: adding_guides.html\n", + " output-file: setting_up_document_versioning.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Adding guides\n", + " title: Setting up document versioning\n", " \n", - "Output created: ../_docs/Adding_Guides.md\n", + "Output created: ../_docs/Setting_Up_Document_Versioning.md\n", "\n", - "\u001b[1mpandoc -o ../Handling_Pandas_In_The_Output.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Auto_Generating_Docstrings.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: handling_pandas_in_the_output.html\n", + " output-file: auto_generating_docstrings.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Handling pandas in the output\n", + " title: Auto-generating docstrings\n", " \n", - "Output created: ../_docs/Handling_Pandas_In_The_Output.md\n", + "Output created: ../_docs/Auto_Generating_Docstrings.md\n", "\n", - "\u001b[1mpandoc -o ../Adding_Release_Notes.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Advanced_Customization_Options.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: adding_release_notes.html\n", + " output-file: advanced_customization_options.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Adding release notes\n", + " title: Advanced customization options\n", " \n", - "Output created: ../_docs/Adding_Release_Notes.md\n", + "Output created: ../_docs/Advanced_Customization_Options.md\n", "\n", - "\u001b[1mpandoc -o ../Auto_Generating_Docstrings.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Adding_Guides.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: auto_generating_docstrings.html\n", + " output-file: adding_guides.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Auto-generating docstrings\n", + " title: Adding guides\n", " \n", - "Output created: ../_docs/Auto_Generating_Docstrings.md\n", + "Output created: ../_docs/Adding_Guides.md\n", "\n", - "\u001b[1mpandoc -o ../Customizing_The_Sidebar.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Basic_User_Guide.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: customizing_the_sidebar.html\n", + " output-file: basic_user_guide.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Customizing the sidebar\n", + " title: Basic User Guide\n", " \n", - "Output created: ../_docs/Customizing_The_Sidebar.md\n", + "Output created: ../_docs/Basic_User_Guide.md\n", "\n", "\u001b[1mpandoc -o ../Setting_up_social_cards.md\u001b[22m\n", " to: >-\n", @@ -2116,52 +2125,42 @@ " \n", "Output created: ../_docs/Setting_up_social_cards.md\n", "\n", - "\u001b[1mpandoc -o ../Setting_Up_Document_Versioning.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Adding_Release_Notes.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: setting_up_document_versioning.html\n", + " output-file: adding_release_notes.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Setting up document versioning\n", + " title: Adding release notes\n", " \n", - "Output created: ../_docs/Setting_Up_Document_Versioning.md\n", + "Output created: ../_docs/Adding_Release_Notes.md\n", "\n", - "\u001b[1mpandoc -o ../Advanced_Customization_Options.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Handling_Pandas_In_The_Output.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: advanced_customization_options.html\n", + " output-file: handling_pandas_in_the_output.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Advanced customization options\n", + " title: Handling pandas in the output\n", " \n", - "Output created: ../_docs/Advanced_Customization_Options.md\n", + "Output created: ../_docs/Handling_Pandas_In_The_Output.md\n", "\n", - "\u001b[1mpandoc -o ../Basic_User_Guide.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Customizing_The_Sidebar.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: basic_user_guide.html\n", + " output-file: customizing_the_sidebar.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Basic User Guide\n", - " \n", - "Output created: ../_docs/Basic_User_Guide.md\n", - "\n", - "\u001b[1mpandoc -o ../Adding_Guides.md\u001b[22m\n", - " to: >-\n", - " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: adding_guides.html\n", - " standalone: true\n", - " default-image-extension: png\n", + " title: Customizing the sidebar\n", " \n", - "\u001b[1mmetadata\u001b[22m\n", - " title: Adding guides\n", - " \n" + "Output created: ../_docs/Customizing_The_Sidebar.md\n", + "\n" ] }, { @@ -2169,84 +2168,76 @@ "output_type": "stream", "text": [ "Checks for images:\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/say_hello.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/docstring-gen-extension-btn.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/git_repo_clone_page.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/set_github_token_permission.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/doc_versioning.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/sidebar_1.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/CLI_command.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/sidebar_2.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/foo_doc_string.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/guide_notebook.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/jupyter_home.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/hello_class.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/guide_3.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/releases_default.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/guide_2.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/cli_not_found.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/guide_1.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/releases.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/nbdev_mkdocs_preview_dark_1.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/guide_4.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/empty_git_repo.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/nbdev_mkdocs_preview_light_1.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/blogs/images/enable_gh_pages.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/say_hello.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/docstring-gen-extension-btn.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/git_repo_clone_page.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/set_github_token_permission.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/doc_versioning.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/sidebar_1.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/CLI_command.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/sidebar_2.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/foo_doc_string.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/guide_notebook.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/jupyter_home.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/hello_class.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/guide_3.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/releases_default.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/guide_2.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/cli_not_found.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/guide_1.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/releases.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/nbdev_mkdocs_preview_dark_1.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/guide_4.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/empty_git_repo.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/nbdev_mkdocs_preview_light_1.png\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/images/nbs/guides/images/enable_gh_pages.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/enable_gh_pages.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/guide_1.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/guide_notebook.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/jupyter_home.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/releases_default.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/doc_versioning.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/foo_doc_string.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/docstring-gen-extension-btn.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/releases.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/cli_not_found.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/empty_git_repo.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/nbdev_mkdocs_preview_light_1.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/git_repo_clone_page.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/set_github_token_permission.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/hello_class.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/say_hello.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/guide_2.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/guide_4.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/sidebar_2.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/guide_3.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/CLI_command.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/sidebar_1.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/guides/images/nbdev_mkdocs_preview_dark_1.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/enable_gh_pages.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/guide_1.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/guide_notebook.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/jupyter_home.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/releases_default.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/doc_versioning.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/foo_doc_string.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/docstring-gen-extension-btn.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/releases.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/cli_not_found.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/empty_git_repo.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/nbdev_mkdocs_preview_light_1.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/git_repo_clone_page.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/set_github_token_permission.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/hello_class.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/say_hello.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/guide_2.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/guide_4.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/sidebar_2.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/guide_3.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/CLI_command.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/sidebar_1.png\n", + "/tmp/tmp16hifgv1/mkdocs/docs/images/nbs/blogs/images/nbdev_mkdocs_preview_dark_1.png\n", "Checks for markdown:\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/Mkdocs.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/Social_Image_Generator.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/index.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/blogs/Adding_Release_Notes.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/blogs/Advanced_Customization_Options.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/blogs/Handling_Pandas_In_The_Output.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/blogs/Setting_up_social_cards.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/blogs/Customizing_The_Sidebar.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/blogs/Auto_Generating_Docstrings.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/blogs/Basic_User_Guide.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/blogs/Adding_Guides.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/blogs/Setting_Up_Document_Versioning.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/guides/Adding_Release_Notes.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/guides/Advanced_Customization_Options.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/guides/Handling_Pandas_In_The_Output.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/guides/Setting_up_social_cards.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/guides/Customizing_The_Sidebar.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/guides/Auto_Generating_Docstrings.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/guides/Basic_User_Guide.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/guides/Adding_Guides.md\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp7qjcmz6z/mkdocs/docs/guides/Setting_Up_Document_Versioning.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/index.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/Mkdocs.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/Social_Image_Generator.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/guides/Setting_Up_Document_Versioning.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/guides/Auto_Generating_Docstrings.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/guides/Handling_Pandas_In_The_Output.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/guides/Advanced_Customization_Options.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/guides/Adding_Guides.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/guides/Basic_User_Guide.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/guides/Customizing_The_Sidebar.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/guides/Adding_Release_Notes.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/guides/Setting_up_social_cards.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/blogs/Setting_Up_Document_Versioning.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/blogs/Auto_Generating_Docstrings.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/blogs/Handling_Pandas_In_The_Output.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/blogs/Advanced_Customization_Options.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/blogs/Adding_Guides.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/blogs/Basic_User_Guide.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/blogs/Customizing_The_Sidebar.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/blogs/Adding_Release_Notes.md\n", + "/tmp/tmp16hifgv1/mkdocs/docs/blogs/Setting_up_social_cards.md\n", "OK.\n" ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "Output created: ../_docs/Adding_Guides.md\n", - "\n" - ] } ], "source": [ @@ -2429,52 +2420,52 @@ "name": "stdout", "output_type": "stream", "text": [ - "../nbs/guides/Handling_Pandas_In_The_Output.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/Handling_Pandas_In_The_Output.ipynb\n", - "../nbs/guides/Adding_Release_Notes.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/Adding_Release_Notes.ipynb\n", - "../nbs/guides/Auto_Generating_Docstrings.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/Auto_Generating_Docstrings.ipynb\n", - "../nbs/guides/Customizing_The_Sidebar.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/Customizing_The_Sidebar.ipynb\n", - "../nbs/guides/Setting_up_social_cards.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/Setting_up_social_cards.ipynb\n", - "../nbs/guides/Setting_Up_Document_Versioning.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/Setting_Up_Document_Versioning.ipynb\n", - "../nbs/guides/Advanced_Customization_Options.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/Advanced_Customization_Options.ipynb\n", - "../nbs/guides/Basic_User_Guide.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/Basic_User_Guide.ipynb\n", - "../nbs/guides/Adding_Guides.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/Adding_Guides.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Automatically_Generate_Docstrings-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/.ipynb_checkpoints/Automatically_Generate_Docstrings-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Basic_User_Guide-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/.ipynb_checkpoints/Basic_User_Guide-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Customizing_The_Sidebar-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/.ipynb_checkpoints/Customizing_The_Sidebar-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Handling_Pandas_In_The_Output-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/.ipynb_checkpoints/Handling_Pandas_In_The_Output-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/New_Guide-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/.ipynb_checkpoints/New_Guide-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Setting_Up_Document_Versioning-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/.ipynb_checkpoints/Setting_Up_Document_Versioning-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Setting_up_social_cards-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/.ipynb_checkpoints/Setting_up_social_cards-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Adding_Release_Notes-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/.ipynb_checkpoints/Adding_Release_Notes-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Advanced_Customization_Options-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/.ipynb_checkpoints/Advanced_Customization_Options-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Handlingg_Pandas_In_The_Output-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/.ipynb_checkpoints/Handlingg_Pandas_In_The_Output-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Adding_Guides-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/.ipynb_checkpoints/Adding_Guides-checkpoint.ipynb\n", - "../nbs/guides/images/say_hello.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/say_hello.png\n", - "../nbs/guides/images/docstring-gen-extension-btn.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/docstring-gen-extension-btn.png\n", - "../nbs/guides/images/git_repo_clone_page.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/git_repo_clone_page.png\n", - "../nbs/guides/images/set_github_token_permission.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/set_github_token_permission.png\n", - "../nbs/guides/images/doc_versioning.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/doc_versioning.png\n", - "../nbs/guides/images/sidebar_1.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/sidebar_1.png\n", - "../nbs/guides/images/CLI_command.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/CLI_command.png\n", - "../nbs/guides/images/sidebar_2.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/sidebar_2.png\n", - "../nbs/guides/images/foo_doc_string.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/foo_doc_string.png\n", - "../nbs/guides/images/guide_notebook.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/guide_notebook.png\n", - "../nbs/guides/images/jupyter_home.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/jupyter_home.png\n", - "../nbs/guides/images/hello_class.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/hello_class.png\n", - "../nbs/guides/images/guide_3.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/guide_3.png\n", - "../nbs/guides/images/releases_default.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/releases_default.png\n", - "../nbs/guides/images/guide_2.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/guide_2.png\n", - "../nbs/guides/images/cli_not_found.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/cli_not_found.png\n", - "../nbs/guides/images/guide_1.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/guide_1.png\n", - "../nbs/guides/images/releases.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/releases.png\n", - "../nbs/guides/images/nbdev_mkdocs_preview_dark_1.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/nbdev_mkdocs_preview_dark_1.png\n", - "../nbs/guides/images/guide_4.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/guide_4.png\n", - "../nbs/guides/images/empty_git_repo.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/empty_git_repo.png\n", - "../nbs/guides/images/nbdev_mkdocs_preview_light_1.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/nbdev_mkdocs_preview_light_1.png\n", - "../nbs/guides/images/enable_gh_pages.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/nbs/guides/images/enable_gh_pages.png\n", - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpl_b3blpt/mkdocs/summary_template.txt' generated.\u001b[0m\n" + "../nbs/guides/Adding_Release_Notes.ipynb, /tmp/tmpoozv01rg/nbs/guides/Adding_Release_Notes.ipynb\n", + "../nbs/guides/Setting_up_social_cards.ipynb, /tmp/tmpoozv01rg/nbs/guides/Setting_up_social_cards.ipynb\n", + "../nbs/guides/Basic_User_Guide.ipynb, /tmp/tmpoozv01rg/nbs/guides/Basic_User_Guide.ipynb\n", + "../nbs/guides/Advanced_Customization_Options.ipynb, /tmp/tmpoozv01rg/nbs/guides/Advanced_Customization_Options.ipynb\n", + "../nbs/guides/Auto_Generating_Docstrings.ipynb, /tmp/tmpoozv01rg/nbs/guides/Auto_Generating_Docstrings.ipynb\n", + "../nbs/guides/Customizing_The_Sidebar.ipynb, /tmp/tmpoozv01rg/nbs/guides/Customizing_The_Sidebar.ipynb\n", + "../nbs/guides/Handling_Pandas_In_The_Output.ipynb, /tmp/tmpoozv01rg/nbs/guides/Handling_Pandas_In_The_Output.ipynb\n", + "../nbs/guides/Setting_Up_Document_Versioning.ipynb, /tmp/tmpoozv01rg/nbs/guides/Setting_Up_Document_Versioning.ipynb\n", + "../nbs/guides/Adding_Guides.ipynb, /tmp/tmpoozv01rg/nbs/guides/Adding_Guides.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Adding_Guides-checkpoint.ipynb, /tmp/tmpoozv01rg/nbs/guides/.ipynb_checkpoints/Adding_Guides-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Basic_User_Guide-checkpoint.ipynb, /tmp/tmpoozv01rg/nbs/guides/.ipynb_checkpoints/Basic_User_Guide-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Adding_Release_Notes-checkpoint.ipynb, /tmp/tmpoozv01rg/nbs/guides/.ipynb_checkpoints/Adding_Release_Notes-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Handling_Pandas_In_The_Output-checkpoint.ipynb, /tmp/tmpoozv01rg/nbs/guides/.ipynb_checkpoints/Handling_Pandas_In_The_Output-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Guide_00_Installation-checkpoint.ipynb, /tmp/tmpoozv01rg/nbs/guides/.ipynb_checkpoints/Guide_00_Installation-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Setting_Up_Document_Versioning-checkpoint.ipynb, /tmp/tmpoozv01rg/nbs/guides/.ipynb_checkpoints/Setting_Up_Document_Versioning-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Auto_Generating_Docstrings-checkpoint.ipynb, /tmp/tmpoozv01rg/nbs/guides/.ipynb_checkpoints/Auto_Generating_Docstrings-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Guide_01_End_To_End_Walkthrough-checkpoint.ipynb, /tmp/tmpoozv01rg/nbs/guides/.ipynb_checkpoints/Guide_01_End_To_End_Walkthrough-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Advanced_Customization_Options-checkpoint.ipynb, /tmp/tmpoozv01rg/nbs/guides/.ipynb_checkpoints/Advanced_Customization_Options-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Setting_up_social_cards-checkpoint.ipynb, /tmp/tmpoozv01rg/nbs/guides/.ipynb_checkpoints/Setting_up_social_cards-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Guide_00_How_To_Install-checkpoint.ipynb, /tmp/tmpoozv01rg/nbs/guides/.ipynb_checkpoints/Guide_00_How_To_Install-checkpoint.ipynb\n", + "../nbs/guides/images/guide_notebook.png, /tmp/tmpoozv01rg/nbs/guides/images/guide_notebook.png\n", + "../nbs/guides/images/sidebar_1.png, /tmp/tmpoozv01rg/nbs/guides/images/sidebar_1.png\n", + "../nbs/guides/images/cli_not_found.png, /tmp/tmpoozv01rg/nbs/guides/images/cli_not_found.png\n", + "../nbs/guides/images/enable_gh_pages.png, /tmp/tmpoozv01rg/nbs/guides/images/enable_gh_pages.png\n", + "../nbs/guides/images/CLI_command.png, /tmp/tmpoozv01rg/nbs/guides/images/CLI_command.png\n", + "../nbs/guides/images/guide_3.png, /tmp/tmpoozv01rg/nbs/guides/images/guide_3.png\n", + "../nbs/guides/images/sidebar_2.png, /tmp/tmpoozv01rg/nbs/guides/images/sidebar_2.png\n", + "../nbs/guides/images/docstring-gen-extension-btn.png, /tmp/tmpoozv01rg/nbs/guides/images/docstring-gen-extension-btn.png\n", + "../nbs/guides/images/releases.png, /tmp/tmpoozv01rg/nbs/guides/images/releases.png\n", + "../nbs/guides/images/say_hello.png, /tmp/tmpoozv01rg/nbs/guides/images/say_hello.png\n", + "../nbs/guides/images/foo_doc_string.png, /tmp/tmpoozv01rg/nbs/guides/images/foo_doc_string.png\n", + "../nbs/guides/images/nbdev_mkdocs_preview_dark_1.png, /tmp/tmpoozv01rg/nbs/guides/images/nbdev_mkdocs_preview_dark_1.png\n", + "../nbs/guides/images/git_repo_clone_page.png, /tmp/tmpoozv01rg/nbs/guides/images/git_repo_clone_page.png\n", + "../nbs/guides/images/guide_2.png, /tmp/tmpoozv01rg/nbs/guides/images/guide_2.png\n", + "../nbs/guides/images/guide_4.png, /tmp/tmpoozv01rg/nbs/guides/images/guide_4.png\n", + "../nbs/guides/images/doc_versioning.png, /tmp/tmpoozv01rg/nbs/guides/images/doc_versioning.png\n", + "../nbs/guides/images/nbdev_mkdocs_preview_light_1.png, /tmp/tmpoozv01rg/nbs/guides/images/nbdev_mkdocs_preview_light_1.png\n", + "../nbs/guides/images/empty_git_repo.png, /tmp/tmpoozv01rg/nbs/guides/images/empty_git_repo.png\n", + "../nbs/guides/images/hello_class.png, /tmp/tmpoozv01rg/nbs/guides/images/hello_class.png\n", + "../nbs/guides/images/releases_default.png, /tmp/tmpoozv01rg/nbs/guides/images/releases_default.png\n", + "../nbs/guides/images/set_github_token_permission.png, /tmp/tmpoozv01rg/nbs/guides/images/set_github_token_permission.png\n", + "../nbs/guides/images/jupyter_home.png, /tmp/tmpoozv01rg/nbs/guides/images/jupyter_home.png\n", + "../nbs/guides/images/guide_1.png, /tmp/tmpoozv01rg/nbs/guides/images/guide_1.png\n", + "Directory /tmp/tmpoozv01rg/mkdocs created.\u001b[0m\n", + "File '/tmp/tmpoozv01rg/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmpoozv01rg/mkdocs/summary_template.txt' generated.\u001b[0m\n" ] }, { @@ -2483,24 +2474,32 @@ "text": [ "Output created: _docs/README.md\n", "\n", - "[ 1/13] Mkdocs.ipynb\u001b[39m\u001b[22m\n", - "[ 2/13] guides/Handling_Pandas_In_The_Output.ipynb\u001b[39m\u001b[22m\n", - "[ 3/13] guides/Adding_Release_Notes.ipynb\u001b[39m\u001b[22m\n", - "[ 4/13] guides/Auto_Generating_Docstrings.ipynb\u001b[39m\u001b[22m\n", - "[ 5/13] guides/Customizing_The_Sidebar.ipynb\u001b[39m\u001b[22m\n", + "[ 1/13] guides/Setting_Up_Document_Versioning.ipynb\u001b[39m\u001b[22m\n", + "[ 2/13] guides/Auto_Generating_Docstrings.ipynb\u001b[39m\u001b[22m\n", + "[ 3/13] guides/Advanced_Customization_Options.ipynb\u001b[39m\u001b[22m\n", + "[ 4/13] guides/Adding_Guides.ipynb\u001b[39m\u001b[22m\n", + "[ 5/13] guides/Basic_User_Guide.ipynb\u001b[39m\u001b[22m\n", "[ 6/13] guides/Setting_up_social_cards.ipynb\u001b[39m\u001b[22m\n", - "[ 7/13] guides/Setting_Up_Document_Versioning.ipynb\u001b[39m\u001b[22m\n", - "[ 8/13] guides/Advanced_Customization_Options.ipynb\u001b[39m\u001b[22m\n", - "[ 9/13] guides/Basic_User_Guide.ipynb\u001b[39m\u001b[22m\n", - "[10/13] guides/Adding_Guides.ipynb\u001b[39m\u001b[22m\n", - "[11/13] sample.qmd\u001b[39m\u001b[22m\n", - "[12/13] index.ipynb\u001b[39m\u001b[22m\n", - "[13/13] Social_Image_Generator.ipynb\u001b[39m\u001b[22m\n", + "[ 7/13] guides/Adding_Release_Notes.ipynb\u001b[39m\u001b[22m\n", + "[ 8/13] guides/Handling_Pandas_In_The_Output.ipynb\u001b[39m\u001b[22m\n", + "[ 9/13] guides/Customizing_The_Sidebar.ipynb\u001b[39m\u001b[22m\n", + "[10/13] Social_Image_Generator.ipynb\u001b[39m\u001b[22m\n", + "[11/13] Mkdocs.ipynb\u001b[39m\u001b[22m\n", + "[12/13] sample.qmd\u001b[39m\u001b[22m\n", + "[13/13] index.ipynb\u001b[39m\u001b[22m\n", "\n", "Output created: _docs/index.html\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", + "/usr/local/lib/python3.8/dist-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", " validate(nb)\n", + "\u001b[1mpandoc -o Social_Image_Generator.md\u001b[22m\n", + " to: >-\n", + " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", + " standalone: true\n", + " default-image-extension: png\n", + " \n", + "Output created: _docs/Social_Image_Generator.md\n", + "\n", "\u001b[1mpandoc -o Mkdocs.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", @@ -2536,61 +2535,65 @@ " \n", "Output created: _docs/index.md\n", "\n", - "\u001b[1mpandoc -o Social_Image_Generator.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Setting_Up_Document_Versioning.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", + " output-file: setting_up_document_versioning.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", - "Output created: _docs/Social_Image_Generator.md\n", + "\u001b[1mmetadata\u001b[22m\n", + " title: Setting up document versioning\n", + " \n", + "Output created: ../_docs/Setting_Up_Document_Versioning.md\n", "\n", - "\u001b[1mpandoc -o ../Handling_Pandas_In_The_Output.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Auto_Generating_Docstrings.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: handling_pandas_in_the_output.html\n", + " output-file: auto_generating_docstrings.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Handling pandas in the output\n", + " title: Auto-generating docstrings\n", " \n", - "Output created: ../_docs/Handling_Pandas_In_The_Output.md\n", + "Output created: ../_docs/Auto_Generating_Docstrings.md\n", "\n", - "\u001b[1mpandoc -o ../Adding_Release_Notes.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Advanced_Customization_Options.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: adding_release_notes.html\n", + " output-file: advanced_customization_options.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Adding release notes\n", + " title: Advanced customization options\n", " \n", - "Output created: ../_docs/Adding_Release_Notes.md\n", + "Output created: ../_docs/Advanced_Customization_Options.md\n", "\n", - "\u001b[1mpandoc -o ../Auto_Generating_Docstrings.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Adding_Guides.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: auto_generating_docstrings.html\n", + " output-file: adding_guides.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Auto-generating docstrings\n", + " title: Adding guides\n", " \n", - "Output created: ../_docs/Auto_Generating_Docstrings.md\n", + "Output created: ../_docs/Adding_Guides.md\n", "\n", - "\u001b[1mpandoc -o ../Customizing_The_Sidebar.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Basic_User_Guide.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: customizing_the_sidebar.html\n", + " output-file: basic_user_guide.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Customizing the sidebar\n", + " title: Basic User Guide\n", " \n", - "Output created: ../_docs/Customizing_The_Sidebar.md\n", + "Output created: ../_docs/Basic_User_Guide.md\n", "\n", "\u001b[1mpandoc -o ../Setting_up_social_cards.md\u001b[22m\n", " to: >-\n", @@ -2604,52 +2607,42 @@ " \n", "Output created: ../_docs/Setting_up_social_cards.md\n", "\n", - "\u001b[1mpandoc -o ../Setting_Up_Document_Versioning.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Adding_Release_Notes.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: setting_up_document_versioning.html\n", + " output-file: adding_release_notes.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Setting up document versioning\n", + " title: Adding release notes\n", " \n", - "Output created: ../_docs/Setting_Up_Document_Versioning.md\n", + "Output created: ../_docs/Adding_Release_Notes.md\n", "\n", - "\u001b[1mpandoc -o ../Advanced_Customization_Options.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Handling_Pandas_In_The_Output.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: advanced_customization_options.html\n", + " output-file: handling_pandas_in_the_output.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Advanced customization options\n", + " title: Handling pandas in the output\n", " \n", - "Output created: ../_docs/Advanced_Customization_Options.md\n", + "Output created: ../_docs/Handling_Pandas_In_The_Output.md\n", "\n", - "\u001b[1mpandoc -o ../Basic_User_Guide.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Customizing_The_Sidebar.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: basic_user_guide.html\n", + " output-file: customizing_the_sidebar.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Basic User Guide\n", - " \n", - "Output created: ../_docs/Basic_User_Guide.md\n", - "\n", - "\u001b[1mpandoc -o ../Adding_Guides.md\u001b[22m\n", - " to: >-\n", - " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: adding_guides.html\n", - " standalone: true\n", - " default-image-extension: png\n", + " title: Customizing the sidebar\n", " \n", - "\u001b[1mmetadata\u001b[22m\n", - " title: Adding guides\n", - " \n" + "Output created: ../_docs/Customizing_The_Sidebar.md\n", + "\n" ] }, { @@ -2658,14 +2651,6 @@ "text": [ "['Material for nbdev', 'Sample', 'Create new', 'Social_Image_Generator.html', 'Basic User Guide']\n" ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "Output created: ../_docs/Adding_Guides.md\n", - "\n" - ] } ], "source": [ @@ -2821,9 +2806,9 @@ "name": "stdout", "output_type": "stream", "text": [ - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpdb0oqr7w/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpdb0oqr7w/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpdb0oqr7w/mkdocs/summary_template.txt' generated.\u001b[0m\n" + "Directory /tmp/tmpsn1aospl/mkdocs created.\u001b[0m\n", + "File '/tmp/tmpsn1aospl/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmpsn1aospl/mkdocs/summary_template.txt' generated.\u001b[0m\n" ] }, { @@ -2900,9 +2885,9 @@ "name": "stdout", "output_type": "stream", "text": [ - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpmvozsuxx/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpmvozsuxx/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpmvozsuxx/mkdocs/summary_template.txt' generated.\u001b[0m\n" + "Directory /tmp/tmpm3ewgogf/mkdocs created.\u001b[0m\n", + "File '/tmp/tmpm3ewgogf/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmpm3ewgogf/mkdocs/summary_template.txt' generated.\u001b[0m\n" ] }, { @@ -3036,9 +3021,9 @@ "name": "stdout", "output_type": "stream", "text": [ - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4ngkehk_/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4ngkehk_/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4ngkehk_/mkdocs/summary_template.txt' generated.\u001b[0m\n" + "Directory /tmp/tmpyvbw9nj5/mkdocs created.\u001b[0m\n", + "File '/tmp/tmpyvbw9nj5/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmpyvbw9nj5/mkdocs/summary_template.txt' generated.\u001b[0m\n" ] }, { @@ -3071,70 +3056,70 @@ " \n", "Output created: _docs/index.md\n", "\n", - "\u001b[1mpandoc -o ../blogs_1.md\u001b[22m\n", + "\u001b[1mpandoc -o ../explanations_2.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: blogs_1.html\n", + " output-file: explanations_2.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", " title: Material for nbdev\n", " \n", - "Output created: ../_docs/blogs_1.md\n", + "Output created: ../_docs/explanations_2.md\n", "\n", - "\u001b[1mpandoc -o ../blogs_2.md\u001b[22m\n", + "\u001b[1mpandoc -o ../explanations_1.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: blogs_2.html\n", + " output-file: explanations_1.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", " title: Material for nbdev\n", " \n", - "Output created: ../_docs/blogs_2.md\n", + "Output created: ../_docs/explanations_1.md\n", "\n", - "\u001b[1mpandoc -o ../explanations_1.md\u001b[22m\n", + "\u001b[1mpandoc -o ../guides_1.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: explanations_1.html\n", + " output-file: guides_1.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", " title: Material for nbdev\n", " \n", - "Output created: ../_docs/explanations_1.md\n", + "Output created: ../_docs/guides_1.md\n", "\n", - "\u001b[1mpandoc -o ../explanations_2.md\u001b[22m\n", + "\u001b[1mpandoc -o ../guides_2.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: explanations_2.html\n", + " output-file: guides_2.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", " title: Material for nbdev\n", " \n", - "Output created: ../_docs/explanations_2.md\n", + "Output created: ../_docs/guides_2.md\n", "\n", - "\u001b[1mpandoc -o ../guides_2.md\u001b[22m\n", + "\u001b[1mpandoc -o ../blogs_1.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: guides_2.html\n", + " output-file: blogs_1.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", " title: Material for nbdev\n", " \n", - "Output created: ../_docs/guides_2.md\n", + "Output created: ../_docs/blogs_1.md\n", "\n", - "\u001b[1mpandoc -o ../guides_1.md\u001b[22m\n", + "\u001b[1mpandoc -o ../blogs_2.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: guides_1.html\n", + " output-file: blogs_2.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", @@ -3154,7 +3139,7 @@ "name": "stderr", "output_type": "stream", "text": [ - "Output created: ../_docs/guides_1.md\n", + "Output created: ../_docs/blogs_2.md\n", "\n" ] } @@ -3310,9 +3295,9 @@ "name": "stdout", "output_type": "stream", "text": [ - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpyqtpz9ig/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpyqtpz9ig/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpyqtpz9ig/mkdocs/summary_template.txt' generated.\u001b[0m\n" + "Directory /tmp/tmp1o3u2tj6/mkdocs created.\u001b[0m\n", + "File '/tmp/tmp1o3u2tj6/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmp1o3u2tj6/mkdocs/summary_template.txt' generated.\u001b[0m\n" ] }, { @@ -3321,17 +3306,15 @@ "text": [ "Output created: _docs/README.md\n", "\n", - "[1/9] blogs/blogs_1.ipynb\u001b[39m\u001b[22m\n", - "[2/9] blogs/blogs_2.ipynb\u001b[39m\u001b[22m\n", - "[3/9] Mkdocs.ipynb\u001b[39m\u001b[22m\n", - "[4/9] guides/guides_2.ipynb\u001b[39m\u001b[22m\n", - "[5/9] guides/guides_1.ipynb\u001b[39m\u001b[22m\n", - "[6/9] api/Mkdocs.ipynb\u001b[39m\u001b[22m\n", - "[7/9] sample.qmd\u001b[39m\u001b[22m\n", - "[8/9] index.ipynb\u001b[39m\u001b[22m\n", - "[9/9] Social_Image_Generator.ipynb\u001b[39m\u001b[22m\n", - "\n", - "Output created: _docs/index.html\n", + "[1/9] api/Mkdocs.ipynb\u001b[39m\u001b[22m\n", + "[2/9] guides/guides_1.ipynb\u001b[39m\u001b[22m\n", + "[3/9] guides/guides_2.ipynb\u001b[39m\u001b[22m\n", + "[4/9] Social_Image_Generator.ipynb\u001b[39m\u001b[22m\n", + "[5/9] Mkdocs.ipynb\u001b[39m\u001b[22m\n", + "[6/9] blogs/blogs_1.ipynb\u001b[39m\u001b[22m\n", + "[7/9] blogs/blogs_2.ipynb\u001b[39m\u001b[22m\n", + "[8/9] sample.qmd\u001b[39m\u001b[22m\n", + "[9/9] index.ipynb\u001b[39m\u001b[22m\n", "\n" ] }, @@ -3353,6 +3336,14 @@ " - [Material for nbdev](guides/guides_2.md)\n", "\n" ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Output created: _docs/index.html\n", + "\n" + ] } ], "source": [ @@ -3491,26 +3482,24 @@ "name": "stdout", "output_type": "stream", "text": [ - "executing the command: cd \"/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpghle0tyg\" && nbdev_sidebar\n", - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpghle0tyg/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpghle0tyg/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpghle0tyg/mkdocs/summary_template.txt' generated.\u001b[0m\n" + "executing the command: cd \"/tmp/tmp031top8x\" && nbdev_sidebar\n", + "Directory /tmp/tmp031top8x/mkdocs created.\u001b[0m\n", + "File '/tmp/tmp031top8x/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmp031top8x/mkdocs/summary_template.txt' generated.\u001b[0m\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ - "[1/8] blogs/blogs_1.ipynb\u001b[39m\u001b[22m\n", - "[2/8] blogs/blogs_2.ipynb\u001b[39m\u001b[22m\n", - "[3/8] Mkdocs.ipynb\u001b[39m\u001b[22m\n", - "[4/8] guides/guides_2.ipynb\u001b[39m\u001b[22m\n", - "[5/8] guides/guides_1.ipynb\u001b[39m\u001b[22m\n", - "[6/8] api/Mkdocs.ipynb\u001b[39m\u001b[22m\n", - "[7/8] index.ipynb\u001b[39m\u001b[22m\n", - "[8/8] Social_Image_Generator.ipynb\u001b[39m\u001b[22m\n", - "\n", - "Output created: _docs/index.html\n", + "[1/8] api/Mkdocs.ipynb\u001b[39m\u001b[22m\n", + "[2/8] guides/guides_1.ipynb\u001b[39m\u001b[22m\n", + "[3/8] guides/guides_2.ipynb\u001b[39m\u001b[22m\n", + "[4/8] Social_Image_Generator.ipynb\u001b[39m\u001b[22m\n", + "[5/8] Mkdocs.ipynb\u001b[39m\u001b[22m\n", + "[6/8] blogs/blogs_1.ipynb\u001b[39m\u001b[22m\n", + "[7/8] blogs/blogs_2.ipynb\u001b[39m\u001b[22m\n", + "[8/8] index.ipynb\u001b[39m\u001b[22m\n", "\n" ] }, @@ -3531,6 +3520,14 @@ " - [Material for nbdev](guides/guides_2.md)\n", "\n" ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Output created: _docs/index.html\n", + "\n" + ] } ], "source": [ @@ -3659,9 +3656,9 @@ "name": "stdout", "output_type": "stream", "text": [ - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpa6yu9akr/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpa6yu9akr/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpa6yu9akr/mkdocs/summary_template.txt' generated.\u001b[0m\n", + "Directory /tmp/tmpr0bjmuji/mkdocs created.\u001b[0m\n", + "File '/tmp/tmpr0bjmuji/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmpr0bjmuji/mkdocs/summary_template.txt' generated.\u001b[0m\n", " - [Not found](cli_commands_not_found.md)\n" ] }, @@ -3788,11 +3785,9 @@ "name": "stdout", "output_type": "stream", "text": [ - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpf1ab1fvr/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpf1ab1fvr/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpf1ab1fvr/mkdocs/summary_template.txt' generated.\u001b[0m\n", - "ls: /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpf1ab1fvr/repo: No such file or directory\n", - "['repo_ytcyhaabpy', 'repo_ytcyhaabpy.mkdocs', 'repo_ytcyhaabpy.social_image_generator']\n" + "Directory /tmp/tmpu3a80j8a/mkdocs created.\u001b[0m\n", + "File '/tmp/tmpu3a80j8a/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmpu3a80j8a/mkdocs/summary_template.txt' generated.\u001b[0m\n" ] }, { @@ -3802,6 +3797,14 @@ "Output created: _docs/README.md\n", "\n" ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "ls: cannot access '/tmp/tmpu3a80j8a/repo': No such file or directory\n", + "['repo_kpbusswgta', 'repo_kpbusswgta.mkdocs', 'repo_kpbusswgta.social_image_generator']\n" + ] } ], "source": [ @@ -3888,7 +3891,24 @@ "execution_count": null, "id": "09d73081", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/usr/lib/python3.8/pkgutil.py:92: UserWarning: The numpy.array_api submodule is still experimental. See NEP 47.\n", + " __import__(info.name)\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "WARN: Could not locate executable icc\n", + "WARN: Could not locate executable ecc\n" + ] + } + ], "source": [ "@contextmanager\n", "def set_numpy_experimental_dtype_env_var():\n", @@ -4075,6 +4095,15 @@ "source": [ "# | export\n", "\n", + "def _merge_lists(members: List[str], submodules: List[str]) -> List[str]:\n", + " members_copy = members[:]\n", + " for sm in submodules:\n", + " for i, el in enumerate(members_copy):\n", + " if el.startswith(sm):\n", + " members_copy.insert(i, sm)\n", + " break\n", + " return members_copy\n", + "\n", "\n", "def _add_all_submodules(members: List[str]) -> List[str]:\n", " def _f(x: str) -> List[str]:\n", @@ -4082,21 +4111,83 @@ " return [\".\".join(xs[:i]) + \".\" for i in range(1, len(xs))]\n", "\n", " submodules = list(set(itertools.chain(*[_f(x) for x in members])))\n", - " members = members + submodules\n", - " members = sorted(set(members))\n", + " members = _merge_lists(members, submodules)\n", + " members = list(dict.fromkeys(members))\n", " return members" ] }, + { + "cell_type": "code", + "execution_count": null, + "id": "780a9311", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "['module.', 'module.B', 'module.EventMetadata', 'module.KafkaEvent', 'module.a', 'module.x', 'module.encoder.', 'module.encoder.AvroBase', 'module.encoder.avro_decoder', 'module.encoder.json_encoder', 'module.executors.', 'module.executors.DynamicTaskExecutor', 'module.executors.SequentialExecutor', 'module.testing.', 'module.testing.ApacheKafkaBroker', 'module.testing.LocalRedpandaBroker']\n" + ] + } + ], + "source": [ + "members = [\n", + " \"module.B\",\n", + " \"module.EventMetadata\",\n", + " \"module.KafkaEvent\",\n", + " \"module.a\",\n", + " \"module.x\",\n", + " \"module.encoder.AvroBase\",\n", + " \"module.encoder.avro_decoder\",\n", + " \"module.encoder.json_encoder\",\n", + " \"module.executors.DynamicTaskExecutor\",\n", + " \"module.executors.SequentialExecutor\",\n", + " \"module.testing.ApacheKafkaBroker\",\n", + " \"module.testing.LocalRedpandaBroker\",\n", + "]\n", + "\n", + "expected = [\n", + " \"module.\",\n", + " \"module.B\",\n", + " \"module.EventMetadata\",\n", + " \"module.KafkaEvent\",\n", + " \"module.a\",\n", + " \"module.x\",\n", + " \"module.encoder.\",\n", + " \"module.encoder.AvroBase\",\n", + " \"module.encoder.avro_decoder\",\n", + " \"module.encoder.json_encoder\",\n", + " \"module.executors.\",\n", + " \"module.executors.DynamicTaskExecutor\",\n", + " \"module.executors.SequentialExecutor\",\n", + " \"module.testing.\",\n", + " \"module.testing.ApacheKafkaBroker\",\n", + " \"module.testing.LocalRedpandaBroker\",\n", + "]\n", + "actual = _add_all_submodules(members)\n", + "print(actual)\n", + "assert actual == expected, actual" + ] + }, { "cell_type": "code", "execution_count": null, "id": "93d55008", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "['a.', 'a.b', 'a.x', 'a.c.', 'a.c.d', 'a.e.', 'a.e.d']\n" + ] + } + ], "source": [ - "members = [\"a.b\", \"a.c.d\", \"a.e.d\"]\n", - "expected = [\"a.\", \"a.b\", \"a.c.\", \"a.c.d\", \"a.e.\", \"a.e.d\"]\n", + "members = [\"a.b\", \"a.x\", \"a.c.d\", \"a.e.d\"]\n", + "expected = [\"a.\", \"a.b\", \"a.x\", \"a.c.\", \"a.c.d\", \"a.e.\", \"a.e.d\"]\n", "actual = _add_all_submodules(members)\n", + "print(actual)\n", "assert actual == expected, actual" ] }, @@ -4105,11 +4196,20 @@ "execution_count": null, "id": "b2503065", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "['a.', 'a.b', 'a.c', 'a.e.', 'a.e.d', 'a.e.f']\n" + ] + } + ], "source": [ "members = [\"a.b\", \"a.c\", \"a.e.d\", \"a.e.f\", \"a.e.f\"]\n", "expected = [\"a.\", \"a.b\", \"a.c\", \"a.e.\", \"a.e.d\", \"a.e.f\"]\n", "actual = _add_all_submodules(members)\n", + "print(actual)\n", "assert actual == expected, actual" ] }, @@ -4299,12 +4399,12 @@ { "data": { "text/plain": [ - "[ None>,\n", + "[ None>,\n", " None>,\n", " None>,\n", " None>,\n", - " None>,\n", - " None>]" + " None>,\n", + " None>]" ] }, "execution_count": null, @@ -4583,14 +4683,14 @@ "name": "stdout", "output_type": "stream", "text": [ - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpq_bql4_d/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpq_bql4_d/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpq_bql4_d/mkdocs/summary_template.txt' generated.\u001b[0m\n", + "Directory /tmp/tmpku5hvsp_/mkdocs created.\u001b[0m\n", + "File '/tmp/tmpku5hvsp_/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmpku5hvsp_/mkdocs/summary_template.txt' generated.\u001b[0m\n", "****************************************************************************************************\n", "- API\n", - " - repo_zfaqvbxtkq\n", + " - repo_ncsoxvftey\n", " - social_image_generator\n", - " - [generate_social_image](api/repo_zfaqvbxtkq/social_image_generator/generate_social_image.md)\n", + " - [generate_social_image](api/repo_ncsoxvftey/social_image_generator/generate_social_image.md)\n", "\n", "****************************************************************************************************\n" ] @@ -4606,7 +4706,7 @@ { "data": { "text/plain": [ - "[Path('/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpq_bql4_d/mkdocs/docs/api/repo_zfaqvbxtkq/social_image_generator/generate_social_image.md')]" + "[Path('/tmp/tmpku5hvsp_/mkdocs/docs/api/repo_ncsoxvftey/social_image_generator/generate_social_image.md')]" ] }, "metadata": {}, @@ -4900,9 +5000,9 @@ "name": "stdout", "output_type": "stream", "text": [ - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpuwnhpoy7/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpuwnhpoy7/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpuwnhpoy7/mkdocs/summary_template.txt' generated.\u001b[0m\n", + "Directory /tmp/tmpevb6y0jz/mkdocs created.\u001b[0m\n", + "File '/tmp/tmpevb6y0jz/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmpevb6y0jz/mkdocs/summary_template.txt' generated.\u001b[0m\n", " - [nbdev_mkdocs](cli/nbdev_mkdocs.md)\n", " - [invalid_cmd](cli/invalid_cmd.md)\n", "Unable to generate documentation for command. Execution of `invalid_cmd --help` command failed.\n" @@ -4990,11 +5090,12 @@ "name": "stdout", "output_type": "stream", "text": [ - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpvwwwrqhs/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpvwwwrqhs/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpvwwwrqhs/mkdocs/summary_template.txt' generated.\u001b[0m\n", + "Directory /tmp/tmp8jqkv36r/mkdocs created.\u001b[0m\n", + "File '/tmp/tmp8jqkv36r/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmp8jqkv36r/mkdocs/summary_template.txt' generated.\u001b[0m\n", " - [Not found](cli_commands_not_found.md)\n", - "/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpvwwwrqhs/mkdocs/docs/cli_commands_not_found.md\n" + "/tmp/tmp8jqkv36r/mkdocs/docs/images\n", + "/tmp/tmp8jqkv36r/mkdocs/docs/cli_commands_not_found.md\n" ] }, { @@ -5059,9 +5160,9 @@ "name": "stdout", "output_type": "stream", "text": [ - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpsnxvq57g/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpsnxvq57g/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpsnxvq57g/mkdocs/summary_template.txt' generated.\u001b[0m\n", + "Directory /tmp/tmphakubxwz/mkdocs created.\u001b[0m\n", + "File '/tmp/tmphakubxwz/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmphakubxwz/mkdocs/summary_template.txt' generated.\u001b[0m\n", " - [nbdev_mkdocs](cli/nbdev_mkdocs.md)\n" ] }, @@ -5166,9 +5267,9 @@ "name": "stdout", "output_type": "stream", "text": [ - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpz89ucjiw/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpz89ucjiw/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpz89ucjiw/mkdocs/summary_template.txt' generated.\u001b[0m\n", + "Directory /tmp/tmp1obd6mr1/mkdocs created.\u001b[0m\n", + "File '/tmp/tmp1obd6mr1/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmp1obd6mr1/mkdocs/summary_template.txt' generated.\u001b[0m\n", "change_log=(changelog_not_found.md)\n", "change_log=(CHANGELOG.md)\n" ] @@ -5314,52 +5415,52 @@ "name": "stdout", "output_type": "stream", "text": [ - "../nbs/guides/Handling_Pandas_In_The_Output.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/Handling_Pandas_In_The_Output.ipynb\n", - "../nbs/guides/Adding_Release_Notes.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/Adding_Release_Notes.ipynb\n", - "../nbs/guides/Auto_Generating_Docstrings.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/Auto_Generating_Docstrings.ipynb\n", - "../nbs/guides/Customizing_The_Sidebar.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/Customizing_The_Sidebar.ipynb\n", - "../nbs/guides/Setting_up_social_cards.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/Setting_up_social_cards.ipynb\n", - "../nbs/guides/Setting_Up_Document_Versioning.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/Setting_Up_Document_Versioning.ipynb\n", - "../nbs/guides/Advanced_Customization_Options.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/Advanced_Customization_Options.ipynb\n", - "../nbs/guides/Basic_User_Guide.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/Basic_User_Guide.ipynb\n", - "../nbs/guides/Adding_Guides.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/Adding_Guides.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Automatically_Generate_Docstrings-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/.ipynb_checkpoints/Automatically_Generate_Docstrings-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Basic_User_Guide-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/.ipynb_checkpoints/Basic_User_Guide-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Customizing_The_Sidebar-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/.ipynb_checkpoints/Customizing_The_Sidebar-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Handling_Pandas_In_The_Output-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/.ipynb_checkpoints/Handling_Pandas_In_The_Output-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/New_Guide-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/.ipynb_checkpoints/New_Guide-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Setting_Up_Document_Versioning-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/.ipynb_checkpoints/Setting_Up_Document_Versioning-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Setting_up_social_cards-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/.ipynb_checkpoints/Setting_up_social_cards-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Adding_Release_Notes-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/.ipynb_checkpoints/Adding_Release_Notes-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Advanced_Customization_Options-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/.ipynb_checkpoints/Advanced_Customization_Options-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Handlingg_Pandas_In_The_Output-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/.ipynb_checkpoints/Handlingg_Pandas_In_The_Output-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Adding_Guides-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/.ipynb_checkpoints/Adding_Guides-checkpoint.ipynb\n", - "../nbs/guides/images/say_hello.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/say_hello.png\n", - "../nbs/guides/images/docstring-gen-extension-btn.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/docstring-gen-extension-btn.png\n", - "../nbs/guides/images/git_repo_clone_page.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/git_repo_clone_page.png\n", - "../nbs/guides/images/set_github_token_permission.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/set_github_token_permission.png\n", - "../nbs/guides/images/doc_versioning.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/doc_versioning.png\n", - "../nbs/guides/images/sidebar_1.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/sidebar_1.png\n", - "../nbs/guides/images/CLI_command.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/CLI_command.png\n", - "../nbs/guides/images/sidebar_2.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/sidebar_2.png\n", - "../nbs/guides/images/foo_doc_string.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/foo_doc_string.png\n", - "../nbs/guides/images/guide_notebook.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/guide_notebook.png\n", - "../nbs/guides/images/jupyter_home.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/jupyter_home.png\n", - "../nbs/guides/images/hello_class.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/hello_class.png\n", - "../nbs/guides/images/guide_3.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/guide_3.png\n", - "../nbs/guides/images/releases_default.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/releases_default.png\n", - "../nbs/guides/images/guide_2.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/guide_2.png\n", - "../nbs/guides/images/cli_not_found.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/cli_not_found.png\n", - "../nbs/guides/images/guide_1.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/guide_1.png\n", - "../nbs/guides/images/releases.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/releases.png\n", - "../nbs/guides/images/nbdev_mkdocs_preview_dark_1.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/nbdev_mkdocs_preview_dark_1.png\n", - "../nbs/guides/images/guide_4.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/guide_4.png\n", - "../nbs/guides/images/empty_git_repo.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/empty_git_repo.png\n", - "../nbs/guides/images/nbdev_mkdocs_preview_light_1.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/nbdev_mkdocs_preview_light_1.png\n", - "../nbs/guides/images/enable_gh_pages.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/nbs/guides/images/enable_gh_pages.png\n", - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp4rpzmf2b/mkdocs/summary_template.txt' generated.\u001b[0m\n" + "../nbs/guides/Adding_Release_Notes.ipynb, /tmp/tmp6pbp32zi/nbs/guides/Adding_Release_Notes.ipynb\n", + "../nbs/guides/Setting_up_social_cards.ipynb, /tmp/tmp6pbp32zi/nbs/guides/Setting_up_social_cards.ipynb\n", + "../nbs/guides/Basic_User_Guide.ipynb, /tmp/tmp6pbp32zi/nbs/guides/Basic_User_Guide.ipynb\n", + "../nbs/guides/Advanced_Customization_Options.ipynb, /tmp/tmp6pbp32zi/nbs/guides/Advanced_Customization_Options.ipynb\n", + "../nbs/guides/Auto_Generating_Docstrings.ipynb, /tmp/tmp6pbp32zi/nbs/guides/Auto_Generating_Docstrings.ipynb\n", + "../nbs/guides/Customizing_The_Sidebar.ipynb, /tmp/tmp6pbp32zi/nbs/guides/Customizing_The_Sidebar.ipynb\n", + "../nbs/guides/Handling_Pandas_In_The_Output.ipynb, /tmp/tmp6pbp32zi/nbs/guides/Handling_Pandas_In_The_Output.ipynb\n", + "../nbs/guides/Setting_Up_Document_Versioning.ipynb, /tmp/tmp6pbp32zi/nbs/guides/Setting_Up_Document_Versioning.ipynb\n", + "../nbs/guides/Adding_Guides.ipynb, /tmp/tmp6pbp32zi/nbs/guides/Adding_Guides.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Adding_Guides-checkpoint.ipynb, /tmp/tmp6pbp32zi/nbs/guides/.ipynb_checkpoints/Adding_Guides-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Basic_User_Guide-checkpoint.ipynb, /tmp/tmp6pbp32zi/nbs/guides/.ipynb_checkpoints/Basic_User_Guide-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Adding_Release_Notes-checkpoint.ipynb, /tmp/tmp6pbp32zi/nbs/guides/.ipynb_checkpoints/Adding_Release_Notes-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Handling_Pandas_In_The_Output-checkpoint.ipynb, /tmp/tmp6pbp32zi/nbs/guides/.ipynb_checkpoints/Handling_Pandas_In_The_Output-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Guide_00_Installation-checkpoint.ipynb, /tmp/tmp6pbp32zi/nbs/guides/.ipynb_checkpoints/Guide_00_Installation-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Setting_Up_Document_Versioning-checkpoint.ipynb, /tmp/tmp6pbp32zi/nbs/guides/.ipynb_checkpoints/Setting_Up_Document_Versioning-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Auto_Generating_Docstrings-checkpoint.ipynb, /tmp/tmp6pbp32zi/nbs/guides/.ipynb_checkpoints/Auto_Generating_Docstrings-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Guide_01_End_To_End_Walkthrough-checkpoint.ipynb, /tmp/tmp6pbp32zi/nbs/guides/.ipynb_checkpoints/Guide_01_End_To_End_Walkthrough-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Advanced_Customization_Options-checkpoint.ipynb, /tmp/tmp6pbp32zi/nbs/guides/.ipynb_checkpoints/Advanced_Customization_Options-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Setting_up_social_cards-checkpoint.ipynb, /tmp/tmp6pbp32zi/nbs/guides/.ipynb_checkpoints/Setting_up_social_cards-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Guide_00_How_To_Install-checkpoint.ipynb, /tmp/tmp6pbp32zi/nbs/guides/.ipynb_checkpoints/Guide_00_How_To_Install-checkpoint.ipynb\n", + "../nbs/guides/images/guide_notebook.png, /tmp/tmp6pbp32zi/nbs/guides/images/guide_notebook.png\n", + "../nbs/guides/images/sidebar_1.png, /tmp/tmp6pbp32zi/nbs/guides/images/sidebar_1.png\n", + "../nbs/guides/images/cli_not_found.png, /tmp/tmp6pbp32zi/nbs/guides/images/cli_not_found.png\n", + "../nbs/guides/images/enable_gh_pages.png, /tmp/tmp6pbp32zi/nbs/guides/images/enable_gh_pages.png\n", + "../nbs/guides/images/CLI_command.png, /tmp/tmp6pbp32zi/nbs/guides/images/CLI_command.png\n", + "../nbs/guides/images/guide_3.png, /tmp/tmp6pbp32zi/nbs/guides/images/guide_3.png\n", + "../nbs/guides/images/sidebar_2.png, /tmp/tmp6pbp32zi/nbs/guides/images/sidebar_2.png\n", + "../nbs/guides/images/docstring-gen-extension-btn.png, /tmp/tmp6pbp32zi/nbs/guides/images/docstring-gen-extension-btn.png\n", + "../nbs/guides/images/releases.png, /tmp/tmp6pbp32zi/nbs/guides/images/releases.png\n", + "../nbs/guides/images/say_hello.png, /tmp/tmp6pbp32zi/nbs/guides/images/say_hello.png\n", + "../nbs/guides/images/foo_doc_string.png, /tmp/tmp6pbp32zi/nbs/guides/images/foo_doc_string.png\n", + "../nbs/guides/images/nbdev_mkdocs_preview_dark_1.png, /tmp/tmp6pbp32zi/nbs/guides/images/nbdev_mkdocs_preview_dark_1.png\n", + "../nbs/guides/images/git_repo_clone_page.png, /tmp/tmp6pbp32zi/nbs/guides/images/git_repo_clone_page.png\n", + "../nbs/guides/images/guide_2.png, /tmp/tmp6pbp32zi/nbs/guides/images/guide_2.png\n", + "../nbs/guides/images/guide_4.png, /tmp/tmp6pbp32zi/nbs/guides/images/guide_4.png\n", + "../nbs/guides/images/doc_versioning.png, /tmp/tmp6pbp32zi/nbs/guides/images/doc_versioning.png\n", + "../nbs/guides/images/nbdev_mkdocs_preview_light_1.png, /tmp/tmp6pbp32zi/nbs/guides/images/nbdev_mkdocs_preview_light_1.png\n", + "../nbs/guides/images/empty_git_repo.png, /tmp/tmp6pbp32zi/nbs/guides/images/empty_git_repo.png\n", + "../nbs/guides/images/hello_class.png, /tmp/tmp6pbp32zi/nbs/guides/images/hello_class.png\n", + "../nbs/guides/images/releases_default.png, /tmp/tmp6pbp32zi/nbs/guides/images/releases_default.png\n", + "../nbs/guides/images/set_github_token_permission.png, /tmp/tmp6pbp32zi/nbs/guides/images/set_github_token_permission.png\n", + "../nbs/guides/images/jupyter_home.png, /tmp/tmp6pbp32zi/nbs/guides/images/jupyter_home.png\n", + "../nbs/guides/images/guide_1.png, /tmp/tmp6pbp32zi/nbs/guides/images/guide_1.png\n", + "Directory /tmp/tmp6pbp32zi/mkdocs created.\u001b[0m\n", + "File '/tmp/tmp6pbp32zi/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmp6pbp32zi/mkdocs/summary_template.txt' generated.\u001b[0m\n" ] }, { @@ -5368,8 +5469,16 @@ "text": [ "Output created: _docs/README.md\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", + "/usr/local/lib/python3.8/dist-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", " validate(nb)\n", + "\u001b[1mpandoc -o Social_Image_Generator.md\u001b[22m\n", + " to: >-\n", + " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", + " standalone: true\n", + " default-image-extension: png\n", + " \n", + "Output created: _docs/Social_Image_Generator.md\n", + "\n", "\u001b[1mpandoc -o Mkdocs.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", @@ -5393,61 +5502,65 @@ " \n", "Output created: _docs/index.md\n", "\n", - "\u001b[1mpandoc -o Social_Image_Generator.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Setting_Up_Document_Versioning.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", + " output-file: setting_up_document_versioning.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", - "Output created: _docs/Social_Image_Generator.md\n", + "\u001b[1mmetadata\u001b[22m\n", + " title: Setting up document versioning\n", + " \n", + "Output created: ../_docs/Setting_Up_Document_Versioning.md\n", "\n", - "\u001b[1mpandoc -o ../Handling_Pandas_In_The_Output.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Auto_Generating_Docstrings.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: handling_pandas_in_the_output.html\n", + " output-file: auto_generating_docstrings.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Handling pandas in the output\n", + " title: Auto-generating docstrings\n", " \n", - "Output created: ../_docs/Handling_Pandas_In_The_Output.md\n", + "Output created: ../_docs/Auto_Generating_Docstrings.md\n", "\n", - "\u001b[1mpandoc -o ../Adding_Release_Notes.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Advanced_Customization_Options.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: adding_release_notes.html\n", + " output-file: advanced_customization_options.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Adding release notes\n", + " title: Advanced customization options\n", " \n", - "Output created: ../_docs/Adding_Release_Notes.md\n", + "Output created: ../_docs/Advanced_Customization_Options.md\n", "\n", - "\u001b[1mpandoc -o ../Auto_Generating_Docstrings.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Adding_Guides.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: auto_generating_docstrings.html\n", + " output-file: adding_guides.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Auto-generating docstrings\n", + " title: Adding guides\n", " \n", - "Output created: ../_docs/Auto_Generating_Docstrings.md\n", + "Output created: ../_docs/Adding_Guides.md\n", "\n", - "\u001b[1mpandoc -o ../Customizing_The_Sidebar.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Basic_User_Guide.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: customizing_the_sidebar.html\n", + " output-file: basic_user_guide.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Customizing the sidebar\n", + " title: Basic User Guide\n", " \n", - "Output created: ../_docs/Customizing_The_Sidebar.md\n", + "Output created: ../_docs/Basic_User_Guide.md\n", "\n", "\u001b[1mpandoc -o ../Setting_up_social_cards.md\u001b[22m\n", " to: >-\n", @@ -5461,101 +5574,101 @@ " \n", "Output created: ../_docs/Setting_up_social_cards.md\n", "\n", - "\u001b[1mpandoc -o ../Setting_Up_Document_Versioning.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Adding_Release_Notes.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: setting_up_document_versioning.html\n", + " output-file: adding_release_notes.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Setting up document versioning\n", + " title: Adding release notes\n", " \n", - "Output created: ../_docs/Setting_Up_Document_Versioning.md\n", + "Output created: ../_docs/Adding_Release_Notes.md\n", "\n", - "\u001b[1mpandoc -o ../Advanced_Customization_Options.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Handling_Pandas_In_The_Output.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: advanced_customization_options.html\n", + " output-file: handling_pandas_in_the_output.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Advanced customization options\n", + " title: Handling pandas in the output\n", " \n", - "Output created: ../_docs/Advanced_Customization_Options.md\n", + "Output created: ../_docs/Handling_Pandas_In_The_Output.md\n", "\n", - "\u001b[1mpandoc -o ../Basic_User_Guide.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Customizing_The_Sidebar.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: basic_user_guide.html\n", + " output-file: customizing_the_sidebar.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Basic User Guide\n", + " title: Customizing the sidebar\n", " \n", - "Output created: ../_docs/Basic_User_Guide.md\n", + "Output created: ../_docs/Customizing_The_Sidebar.md\n", "\n", - "\u001b[1mpandoc -o ../Adding_Guides.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Setting_Up_Document_Versioning.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: adding_guides.html\n", + " output-file: setting_up_document_versioning.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Adding guides\n", + " title: Setting up document versioning\n", " \n", - "Output created: ../_docs/Adding_Guides.md\n", + "Output created: ../_docs/Setting_Up_Document_Versioning.md\n", "\n", - "\u001b[1mpandoc -o ../Handling_Pandas_In_The_Output.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Auto_Generating_Docstrings.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: handling_pandas_in_the_output.html\n", + " output-file: auto_generating_docstrings.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Handling pandas in the output\n", + " title: Auto-generating docstrings\n", " \n", - "Output created: ../_docs/Handling_Pandas_In_The_Output.md\n", + "Output created: ../_docs/Auto_Generating_Docstrings.md\n", "\n", - "\u001b[1mpandoc -o ../Adding_Release_Notes.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Advanced_Customization_Options.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: adding_release_notes.html\n", + " output-file: advanced_customization_options.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Adding release notes\n", + " title: Advanced customization options\n", " \n", - "Output created: ../_docs/Adding_Release_Notes.md\n", + "Output created: ../_docs/Advanced_Customization_Options.md\n", "\n", - "\u001b[1mpandoc -o ../Auto_Generating_Docstrings.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Adding_Guides.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: auto_generating_docstrings.html\n", + " output-file: adding_guides.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Auto-generating docstrings\n", + " title: Adding guides\n", " \n", - "Output created: ../_docs/Auto_Generating_Docstrings.md\n", + "Output created: ../_docs/Adding_Guides.md\n", "\n", - "\u001b[1mpandoc -o ../Customizing_The_Sidebar.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Basic_User_Guide.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: customizing_the_sidebar.html\n", + " output-file: basic_user_guide.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Customizing the sidebar\n", + " title: Basic User Guide\n", " \n", - "Output created: ../_docs/Customizing_The_Sidebar.md\n", + "Output created: ../_docs/Basic_User_Guide.md\n", "\n", "\u001b[1mpandoc -o ../Setting_up_social_cards.md\u001b[22m\n", " to: >-\n", @@ -5569,81 +5682,69 @@ " \n", "Output created: ../_docs/Setting_up_social_cards.md\n", "\n", - "\u001b[1mpandoc -o ../Setting_Up_Document_Versioning.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Adding_Release_Notes.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: setting_up_document_versioning.html\n", + " output-file: adding_release_notes.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Setting up document versioning\n", + " title: Adding release notes\n", " \n", - "Output created: ../_docs/Setting_Up_Document_Versioning.md\n", + "Output created: ../_docs/Adding_Release_Notes.md\n", "\n", - "\u001b[1mpandoc -o ../Advanced_Customization_Options.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Handling_Pandas_In_The_Output.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: advanced_customization_options.html\n", + " output-file: handling_pandas_in_the_output.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Advanced customization options\n", + " title: Handling pandas in the output\n", " \n", - "Output created: ../_docs/Advanced_Customization_Options.md\n", + "Output created: ../_docs/Handling_Pandas_In_The_Output.md\n", "\n", - "\u001b[1mpandoc -o ../Basic_User_Guide.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Customizing_The_Sidebar.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: basic_user_guide.html\n", + " output-file: customizing_the_sidebar.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Basic User Guide\n", - " \n", - "Output created: ../_docs/Basic_User_Guide.md\n", - "\n", - "\u001b[1mpandoc -o ../Adding_Guides.md\u001b[22m\n", - " to: >-\n", - " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: adding_guides.html\n", - " standalone: true\n", - " default-image-extension: png\n", + " title: Customizing the sidebar\n", " \n", - "\u001b[1mmetadata\u001b[22m\n", - " title: Adding guides\n", - " \n" + "Output created: ../_docs/Customizing_The_Sidebar.md\n", + "\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ - "Output created: ../_docs/Adding_Guides.md\n", - "\n", - "[ 1/21] blogs/Handling_Pandas_In_The_Output.ipynb\u001b[39m\u001b[22m\n", - "[ 2/21] blogs/Adding_Release_Notes.ipynb\u001b[39m\u001b[22m\n", - "[ 3/21] blogs/Auto_Generating_Docstrings.ipynb\u001b[39m\u001b[22m\n", - "[ 4/21] blogs/Customizing_The_Sidebar.ipynb\u001b[39m\u001b[22m\n", - "[ 5/21] blogs/Setting_up_social_cards.ipynb\u001b[39m\u001b[22m\n", - "[ 6/21] blogs/Setting_Up_Document_Versioning.ipynb\u001b[39m\u001b[22m\n", - "[ 7/21] blogs/Advanced_Customization_Options.ipynb\u001b[39m\u001b[22m\n", - "[ 8/21] blogs/Basic_User_Guide.ipynb\u001b[39m\u001b[22m\n", - "[ 9/21] blogs/Adding_Guides.ipynb\u001b[39m\u001b[22m\n", - "[10/21] Mkdocs.ipynb\u001b[39m\u001b[22m\n", - "[11/21] guides/Handling_Pandas_In_The_Output.ipynb\u001b[39m\u001b[22m\n", - "[12/21] guides/Adding_Release_Notes.ipynb\u001b[39m\u001b[22m\n", - "[13/21] guides/Auto_Generating_Docstrings.ipynb\u001b[39m\u001b[22m\n", - "[14/21] guides/Customizing_The_Sidebar.ipynb\u001b[39m\u001b[22m\n", - "[15/21] guides/Setting_up_social_cards.ipynb\u001b[39m\u001b[22m\n", - "[16/21] guides/Setting_Up_Document_Versioning.ipynb\u001b[39m\u001b[22m\n", - "[17/21] guides/Advanced_Customization_Options.ipynb\u001b[39m\u001b[22m\n", - "[18/21] guides/Basic_User_Guide.ipynb\u001b[39m\u001b[22m\n", - "[19/21] guides/Adding_Guides.ipynb\u001b[39m\u001b[22m\n", - "[20/21] index.ipynb\u001b[39m\u001b[22m\n", - "[21/21] Social_Image_Generator.ipynb\u001b[39m\u001b[22m\n", + "[ 1/21] guides/Setting_Up_Document_Versioning.ipynb\u001b[39m\u001b[22m\n", + "[ 2/21] guides/Auto_Generating_Docstrings.ipynb\u001b[39m\u001b[22m\n", + "[ 3/21] guides/Advanced_Customization_Options.ipynb\u001b[39m\u001b[22m\n", + "[ 4/21] guides/Adding_Guides.ipynb\u001b[39m\u001b[22m\n", + "[ 5/21] guides/Basic_User_Guide.ipynb\u001b[39m\u001b[22m\n", + "[ 6/21] guides/Setting_up_social_cards.ipynb\u001b[39m\u001b[22m\n", + "[ 7/21] guides/Adding_Release_Notes.ipynb\u001b[39m\u001b[22m\n", + "[ 8/21] guides/Handling_Pandas_In_The_Output.ipynb\u001b[39m\u001b[22m\n", + "[ 9/21] guides/Customizing_The_Sidebar.ipynb\u001b[39m\u001b[22m\n", + "[10/21] Social_Image_Generator.ipynb\u001b[39m\u001b[22m\n", + "[11/21] Mkdocs.ipynb\u001b[39m\u001b[22m\n", + "[12/21] blogs/Setting_Up_Document_Versioning.ipynb\u001b[39m\u001b[22m\n", + "[13/21] blogs/Auto_Generating_Docstrings.ipynb\u001b[39m\u001b[22m\n", + "[14/21] blogs/Advanced_Customization_Options.ipynb\u001b[39m\u001b[22m\n", + "[15/21] blogs/Adding_Guides.ipynb\u001b[39m\u001b[22m\n", + "[16/21] blogs/Basic_User_Guide.ipynb\u001b[39m\u001b[22m\n", + "[17/21] blogs/Setting_up_social_cards.ipynb\u001b[39m\u001b[22m\n", + "[18/21] blogs/Adding_Release_Notes.ipynb\u001b[39m\u001b[22m\n", + "[19/21] blogs/Handling_Pandas_In_The_Output.ipynb\u001b[39m\u001b[22m\n", + "[20/21] blogs/Customizing_The_Sidebar.ipynb\u001b[39m\u001b[22m\n", + "[21/21] index.ipynb\u001b[39m\u001b[22m\n", "\n" ] }, @@ -5675,14 +5776,14 @@ " - [Setting up document versioning](guides/Setting_Up_Document_Versioning.md)\n", " - [Setting up social cards](guides/Setting_up_social_cards.md)\n", "- Reference\n", - " - repo_xnhcymagsl\n", + " - repo_tbecfpilcs\n", " - mkdocs\n", - " - [nbdev_mkdocs_docs](api/repo_xnhcymagsl/mkdocs/nbdev_mkdocs_docs.md)\n", - " - [new](api/repo_xnhcymagsl/mkdocs/new.md)\n", - " - [prepare](api/repo_xnhcymagsl/mkdocs/prepare.md)\n", - " - [preview](api/repo_xnhcymagsl/mkdocs/preview.md)\n", + " - [nbdev_mkdocs_docs](api/repo_tbecfpilcs/mkdocs/nbdev_mkdocs_docs.md)\n", + " - [new](api/repo_tbecfpilcs/mkdocs/new.md)\n", + " - [prepare](api/repo_tbecfpilcs/mkdocs/prepare.md)\n", + " - [preview](api/repo_tbecfpilcs/mkdocs/preview.md)\n", " - social_image_generator\n", - " - [generate_social_image](api/repo_xnhcymagsl/social_image_generator/generate_social_image.md)\n", + " - [generate_social_image](api/repo_tbecfpilcs/social_image_generator/generate_social_image.md)\n", "- Command line\n", " - [Not found](cli_commands_not_found.md)\n", "- [Change log](CHANGELOG.md)\n" @@ -5815,8 +5916,8 @@ "name": "stdout", "output_type": "stream", "text": [ - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp89ge1oxz/CNAME' copied to '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp89ge1oxz/mkdocs/docs/CNAME'.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcty3ozhb/CNAME' not found, skipping copying..\u001b[0m\n" + "File '/tmp/tmps3xyf_ws/CNAME' copied to '/tmp/tmps3xyf_ws/mkdocs/docs/CNAME'.\u001b[0m\n", + "File '/tmp/tmpf48o8u_7/CNAME' not found, skipping copying..\u001b[0m\n" ] } ], @@ -5899,9 +6000,9 @@ "name": "stdout", "output_type": "stream", "text": [ - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmplsjohyya/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmplsjohyya/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmplsjohyya/mkdocs/summary_template.txt' generated.\u001b[0m\n" + "Directory /tmp/tmpkfpk6xa0/mkdocs created.\u001b[0m\n", + "File '/tmp/tmpkfpk6xa0/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmpkfpk6xa0/mkdocs/summary_template.txt' generated.\u001b[0m\n" ] }, { @@ -6019,7 +6120,7 @@ " \n", "Output created: _docs/README.md\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/configupdater/option.py:115: NoneValueDisallowed: Cannot represent , it will be converted to .\n", + "/home/harish/.local/lib/python3.8/site-packages/configupdater/option.py:115: NoneValueDisallowed: Cannot represent , it will be converted to .\n", " Please use ``allow_no_value=True`` with ``ConfigUpdater``.\n", " \n", " NoneValueDisallowed.warn(self._key)\n", @@ -6042,7 +6143,7 @@ "\n", "Output created: _docs/index.html\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", + "/usr/local/lib/python3.8/dist-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", " validate(nb)\n", "\u001b[1mpandoc -o README.md\u001b[22m\n", " to: >-\n", @@ -6075,7 +6176,7 @@ "\n", "Output created: _docs/index.html\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", + "/usr/local/lib/python3.8/dist-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", " validate(nb)\n", "\u001b[1mpandoc -o README.md\u001b[22m\n", " to: >-\n", @@ -6108,7 +6209,7 @@ "\n", "Output created: _docs/index.html\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", + "/usr/local/lib/python3.8/dist-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", " validate(nb)\n", "\u001b[1mpandoc -o README.md\u001b[22m\n", " to: >-\n", @@ -6122,7 +6223,7 @@ " \n", "Output created: _docs/README.md\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/configupdater/option.py:115: NoneValueDisallowed: Cannot represent , it will be converted to .\n", + "/home/harish/.local/lib/python3.8/site-packages/configupdater/option.py:115: NoneValueDisallowed: Cannot represent , it will be converted to .\n", " Please use ``allow_no_value=True`` with ``ConfigUpdater``.\n", " \n", " NoneValueDisallowed.warn(self._key)\n", @@ -6145,7 +6246,7 @@ "\n", "Output created: _docs/index.html\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", + "/usr/local/lib/python3.8/dist-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", " validate(nb)\n", "\u001b[1mpandoc -o README.md\u001b[22m\n", " to: >-\n", @@ -6178,7 +6279,7 @@ "\n", "Output created: _docs/index.html\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", + "/usr/local/lib/python3.8/dist-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", " validate(nb)\n", "\u001b[1mpandoc -o README.md\u001b[22m\n", " to: >-\n", @@ -6210,7 +6311,7 @@ "\n", "Output created: _docs/index.html\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", + "/usr/local/lib/python3.8/dist-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", " validate(nb)\n" ] } @@ -6313,7 +6414,7 @@ " \n", "Output created: _docs/README.md\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/configupdater/option.py:115: NoneValueDisallowed: Cannot represent , it will be converted to .\n", + "/home/harish/.local/lib/python3.8/site-packages/configupdater/option.py:115: NoneValueDisallowed: Cannot represent , it will be converted to .\n", " Please use ``allow_no_value=True`` with ``ConfigUpdater``.\n", " \n", " NoneValueDisallowed.warn(self._key)\n", @@ -6336,7 +6437,7 @@ "\n", "Output created: _docs/index.html\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", + "/usr/local/lib/python3.8/dist-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", " validate(nb)\n", "\u001b[1mpandoc -o README.md\u001b[22m\n", " to: >-\n", @@ -6369,7 +6470,7 @@ "\n", "Output created: _docs/index.html\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", + "/usr/local/lib/python3.8/dist-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", " validate(nb)\n", "\u001b[1mpandoc -o README.md\u001b[22m\n", " to: >-\n", @@ -6402,7 +6503,7 @@ "\n", "Output created: _docs/index.html\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", + "/usr/local/lib/python3.8/dist-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", " validate(nb)\n", "\u001b[1mpandoc -o README.md\u001b[22m\n", " to: >-\n", @@ -6416,7 +6517,7 @@ " \n", "Output created: _docs/README.md\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/configupdater/option.py:115: NoneValueDisallowed: Cannot represent , it will be converted to .\n", + "/home/harish/.local/lib/python3.8/site-packages/configupdater/option.py:115: NoneValueDisallowed: Cannot represent , it will be converted to .\n", " Please use ``allow_no_value=True`` with ``ConfigUpdater``.\n", " \n", " NoneValueDisallowed.warn(self._key)\n", @@ -6439,7 +6540,7 @@ "\n", "Output created: _docs/index.html\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", + "/usr/local/lib/python3.8/dist-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", " validate(nb)\n", "\u001b[1mpandoc -o README.md\u001b[22m\n", " to: >-\n", @@ -6472,7 +6573,7 @@ "\n", "Output created: _docs/index.html\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", + "/usr/local/lib/python3.8/dist-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", " validate(nb)\n", "\u001b[1mpandoc -o README.md\u001b[22m\n", " to: >-\n", @@ -6504,7 +6605,7 @@ "\n", "Output created: _docs/index.html\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", + "/usr/local/lib/python3.8/dist-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", " validate(nb)\n" ] } @@ -6714,52 +6815,52 @@ "name": "stdout", "output_type": "stream", "text": [ - "../nbs/guides/Handling_Pandas_In_The_Output.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/Handling_Pandas_In_The_Output.ipynb\n", - "../nbs/guides/Adding_Release_Notes.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/Adding_Release_Notes.ipynb\n", - "../nbs/guides/Auto_Generating_Docstrings.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/Auto_Generating_Docstrings.ipynb\n", - "../nbs/guides/Customizing_The_Sidebar.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/Customizing_The_Sidebar.ipynb\n", - "../nbs/guides/Setting_up_social_cards.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/Setting_up_social_cards.ipynb\n", - "../nbs/guides/Setting_Up_Document_Versioning.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/Setting_Up_Document_Versioning.ipynb\n", - "../nbs/guides/Advanced_Customization_Options.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/Advanced_Customization_Options.ipynb\n", - "../nbs/guides/Basic_User_Guide.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/Basic_User_Guide.ipynb\n", - "../nbs/guides/Adding_Guides.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/Adding_Guides.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Automatically_Generate_Docstrings-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/.ipynb_checkpoints/Automatically_Generate_Docstrings-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Basic_User_Guide-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/.ipynb_checkpoints/Basic_User_Guide-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Customizing_The_Sidebar-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/.ipynb_checkpoints/Customizing_The_Sidebar-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Handling_Pandas_In_The_Output-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/.ipynb_checkpoints/Handling_Pandas_In_The_Output-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/New_Guide-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/.ipynb_checkpoints/New_Guide-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Setting_Up_Document_Versioning-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/.ipynb_checkpoints/Setting_Up_Document_Versioning-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Setting_up_social_cards-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/.ipynb_checkpoints/Setting_up_social_cards-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Adding_Release_Notes-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/.ipynb_checkpoints/Adding_Release_Notes-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Advanced_Customization_Options-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/.ipynb_checkpoints/Advanced_Customization_Options-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Handlingg_Pandas_In_The_Output-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/.ipynb_checkpoints/Handlingg_Pandas_In_The_Output-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Adding_Guides-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/.ipynb_checkpoints/Adding_Guides-checkpoint.ipynb\n", - "../nbs/guides/images/say_hello.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/say_hello.png\n", - "../nbs/guides/images/docstring-gen-extension-btn.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/docstring-gen-extension-btn.png\n", - "../nbs/guides/images/git_repo_clone_page.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/git_repo_clone_page.png\n", - "../nbs/guides/images/set_github_token_permission.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/set_github_token_permission.png\n", - "../nbs/guides/images/doc_versioning.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/doc_versioning.png\n", - "../nbs/guides/images/sidebar_1.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/sidebar_1.png\n", - "../nbs/guides/images/CLI_command.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/CLI_command.png\n", - "../nbs/guides/images/sidebar_2.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/sidebar_2.png\n", - "../nbs/guides/images/foo_doc_string.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/foo_doc_string.png\n", - "../nbs/guides/images/guide_notebook.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/guide_notebook.png\n", - "../nbs/guides/images/jupyter_home.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/jupyter_home.png\n", - "../nbs/guides/images/hello_class.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/hello_class.png\n", - "../nbs/guides/images/guide_3.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/guide_3.png\n", - "../nbs/guides/images/releases_default.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/releases_default.png\n", - "../nbs/guides/images/guide_2.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/guide_2.png\n", - "../nbs/guides/images/cli_not_found.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/cli_not_found.png\n", - "../nbs/guides/images/guide_1.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/guide_1.png\n", - "../nbs/guides/images/releases.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/releases.png\n", - "../nbs/guides/images/nbdev_mkdocs_preview_dark_1.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/nbdev_mkdocs_preview_dark_1.png\n", - "../nbs/guides/images/guide_4.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/guide_4.png\n", - "../nbs/guides/images/empty_git_repo.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/empty_git_repo.png\n", - "../nbs/guides/images/nbdev_mkdocs_preview_light_1.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/nbdev_mkdocs_preview_light_1.png\n", - "../nbs/guides/images/enable_gh_pages.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/nbs/guides/images/enable_gh_pages.png\n", - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/mkdocs/summary_template.txt' generated.\u001b[0m\n" + "../nbs/guides/Adding_Release_Notes.ipynb, /tmp/tmputlb7499/nbs/guides/Adding_Release_Notes.ipynb\n", + "../nbs/guides/Setting_up_social_cards.ipynb, /tmp/tmputlb7499/nbs/guides/Setting_up_social_cards.ipynb\n", + "../nbs/guides/Basic_User_Guide.ipynb, /tmp/tmputlb7499/nbs/guides/Basic_User_Guide.ipynb\n", + "../nbs/guides/Advanced_Customization_Options.ipynb, /tmp/tmputlb7499/nbs/guides/Advanced_Customization_Options.ipynb\n", + "../nbs/guides/Auto_Generating_Docstrings.ipynb, /tmp/tmputlb7499/nbs/guides/Auto_Generating_Docstrings.ipynb\n", + "../nbs/guides/Customizing_The_Sidebar.ipynb, /tmp/tmputlb7499/nbs/guides/Customizing_The_Sidebar.ipynb\n", + "../nbs/guides/Handling_Pandas_In_The_Output.ipynb, /tmp/tmputlb7499/nbs/guides/Handling_Pandas_In_The_Output.ipynb\n", + "../nbs/guides/Setting_Up_Document_Versioning.ipynb, /tmp/tmputlb7499/nbs/guides/Setting_Up_Document_Versioning.ipynb\n", + "../nbs/guides/Adding_Guides.ipynb, /tmp/tmputlb7499/nbs/guides/Adding_Guides.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Adding_Guides-checkpoint.ipynb, /tmp/tmputlb7499/nbs/guides/.ipynb_checkpoints/Adding_Guides-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Basic_User_Guide-checkpoint.ipynb, /tmp/tmputlb7499/nbs/guides/.ipynb_checkpoints/Basic_User_Guide-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Adding_Release_Notes-checkpoint.ipynb, /tmp/tmputlb7499/nbs/guides/.ipynb_checkpoints/Adding_Release_Notes-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Handling_Pandas_In_The_Output-checkpoint.ipynb, /tmp/tmputlb7499/nbs/guides/.ipynb_checkpoints/Handling_Pandas_In_The_Output-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Guide_00_Installation-checkpoint.ipynb, /tmp/tmputlb7499/nbs/guides/.ipynb_checkpoints/Guide_00_Installation-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Setting_Up_Document_Versioning-checkpoint.ipynb, /tmp/tmputlb7499/nbs/guides/.ipynb_checkpoints/Setting_Up_Document_Versioning-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Auto_Generating_Docstrings-checkpoint.ipynb, /tmp/tmputlb7499/nbs/guides/.ipynb_checkpoints/Auto_Generating_Docstrings-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Guide_01_End_To_End_Walkthrough-checkpoint.ipynb, /tmp/tmputlb7499/nbs/guides/.ipynb_checkpoints/Guide_01_End_To_End_Walkthrough-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Advanced_Customization_Options-checkpoint.ipynb, /tmp/tmputlb7499/nbs/guides/.ipynb_checkpoints/Advanced_Customization_Options-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Setting_up_social_cards-checkpoint.ipynb, /tmp/tmputlb7499/nbs/guides/.ipynb_checkpoints/Setting_up_social_cards-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Guide_00_How_To_Install-checkpoint.ipynb, /tmp/tmputlb7499/nbs/guides/.ipynb_checkpoints/Guide_00_How_To_Install-checkpoint.ipynb\n", + "../nbs/guides/images/guide_notebook.png, /tmp/tmputlb7499/nbs/guides/images/guide_notebook.png\n", + "../nbs/guides/images/sidebar_1.png, /tmp/tmputlb7499/nbs/guides/images/sidebar_1.png\n", + "../nbs/guides/images/cli_not_found.png, /tmp/tmputlb7499/nbs/guides/images/cli_not_found.png\n", + "../nbs/guides/images/enable_gh_pages.png, /tmp/tmputlb7499/nbs/guides/images/enable_gh_pages.png\n", + "../nbs/guides/images/CLI_command.png, /tmp/tmputlb7499/nbs/guides/images/CLI_command.png\n", + "../nbs/guides/images/guide_3.png, /tmp/tmputlb7499/nbs/guides/images/guide_3.png\n", + "../nbs/guides/images/sidebar_2.png, /tmp/tmputlb7499/nbs/guides/images/sidebar_2.png\n", + "../nbs/guides/images/docstring-gen-extension-btn.png, /tmp/tmputlb7499/nbs/guides/images/docstring-gen-extension-btn.png\n", + "../nbs/guides/images/releases.png, /tmp/tmputlb7499/nbs/guides/images/releases.png\n", + "../nbs/guides/images/say_hello.png, /tmp/tmputlb7499/nbs/guides/images/say_hello.png\n", + "../nbs/guides/images/foo_doc_string.png, /tmp/tmputlb7499/nbs/guides/images/foo_doc_string.png\n", + "../nbs/guides/images/nbdev_mkdocs_preview_dark_1.png, /tmp/tmputlb7499/nbs/guides/images/nbdev_mkdocs_preview_dark_1.png\n", + "../nbs/guides/images/git_repo_clone_page.png, /tmp/tmputlb7499/nbs/guides/images/git_repo_clone_page.png\n", + "../nbs/guides/images/guide_2.png, /tmp/tmputlb7499/nbs/guides/images/guide_2.png\n", + "../nbs/guides/images/guide_4.png, /tmp/tmputlb7499/nbs/guides/images/guide_4.png\n", + "../nbs/guides/images/doc_versioning.png, /tmp/tmputlb7499/nbs/guides/images/doc_versioning.png\n", + "../nbs/guides/images/nbdev_mkdocs_preview_light_1.png, /tmp/tmputlb7499/nbs/guides/images/nbdev_mkdocs_preview_light_1.png\n", + "../nbs/guides/images/empty_git_repo.png, /tmp/tmputlb7499/nbs/guides/images/empty_git_repo.png\n", + "../nbs/guides/images/hello_class.png, /tmp/tmputlb7499/nbs/guides/images/hello_class.png\n", + "../nbs/guides/images/releases_default.png, /tmp/tmputlb7499/nbs/guides/images/releases_default.png\n", + "../nbs/guides/images/set_github_token_permission.png, /tmp/tmputlb7499/nbs/guides/images/set_github_token_permission.png\n", + "../nbs/guides/images/jupyter_home.png, /tmp/tmputlb7499/nbs/guides/images/jupyter_home.png\n", + "../nbs/guides/images/guide_1.png, /tmp/tmputlb7499/nbs/guides/images/guide_1.png\n", + "Directory /tmp/tmputlb7499/mkdocs created.\u001b[0m\n", + "File '/tmp/tmputlb7499/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmputlb7499/mkdocs/summary_template.txt' generated.\u001b[0m\n" ] }, { @@ -6775,14 +6876,14 @@ "output_type": "stream", "text": [ "Success.\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/CNAME' copied to '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/mkdocs/docs/CNAME'.\u001b[0m\n" + "File '/tmp/tmputlb7499/CNAME' copied to '/tmp/tmputlb7499/mkdocs/docs/CNAME'.\u001b[0m\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", + "/usr/local/lib/python3.8/dist-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", " validate(nb)\n", "\u001b[1mpandoc -o Docstring.md\u001b[22m\n", " to: >-\n", @@ -6808,143 +6909,143 @@ " \n", "Output created: _docs/index.md\n", "\n", - "\u001b[1mpandoc -o ../Handling_Pandas_In_The_Output.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Setting_Up_Document_Versioning.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: handling_pandas_in_the_output.html\n", + " output-file: setting_up_document_versioning.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Handling pandas in the output\n", + " title: Setting up document versioning\n", " \n", - "Output created: ../_docs/Handling_Pandas_In_The_Output.md\n", + "Output created: ../_docs/Setting_Up_Document_Versioning.md\n", "\n", - "\u001b[1mpandoc -o ../Adding_Release_Notes.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Auto_Generating_Docstrings.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: adding_release_notes.html\n", + " output-file: auto_generating_docstrings.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Adding release notes\n", + " title: Auto-generating docstrings\n", " \n", - "Output created: ../_docs/Adding_Release_Notes.md\n", + "Output created: ../_docs/Auto_Generating_Docstrings.md\n", "\n", - "\u001b[1mpandoc -o ../Auto_Generating_Docstrings.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Advanced_Customization_Options.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: auto_generating_docstrings.html\n", + " output-file: advanced_customization_options.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Auto-generating docstrings\n", + " title: Advanced customization options\n", " \n", - "Output created: ../_docs/Auto_Generating_Docstrings.md\n", + "Output created: ../_docs/Advanced_Customization_Options.md\n", "\n", - "\u001b[1mpandoc -o ../Customizing_The_Sidebar.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Adding_Guides.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: customizing_the_sidebar.html\n", + " output-file: adding_guides.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Customizing the sidebar\n", + " title: Adding guides\n", " \n", - "Output created: ../_docs/Customizing_The_Sidebar.md\n", + "Output created: ../_docs/Adding_Guides.md\n", "\n", - "\u001b[1mpandoc -o ../Setting_up_social_cards.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Basic_User_Guide.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: setting_up_social_cards.html\n", + " output-file: basic_user_guide.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Setting up social cards\n", + " title: Basic User Guide\n", " \n", - "Output created: ../_docs/Setting_up_social_cards.md\n", + "Output created: ../_docs/Basic_User_Guide.md\n", "\n", - "\u001b[1mpandoc -o ../Setting_Up_Document_Versioning.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Setting_up_social_cards.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: setting_up_document_versioning.html\n", + " output-file: setting_up_social_cards.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Setting up document versioning\n", + " title: Setting up social cards\n", " \n", - "Output created: ../_docs/Setting_Up_Document_Versioning.md\n", + "Output created: ../_docs/Setting_up_social_cards.md\n", "\n", - "\u001b[1mpandoc -o ../Advanced_Customization_Options.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Adding_Release_Notes.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: advanced_customization_options.html\n", + " output-file: adding_release_notes.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Advanced customization options\n", + " title: Adding release notes\n", " \n", - "Output created: ../_docs/Advanced_Customization_Options.md\n", + "Output created: ../_docs/Adding_Release_Notes.md\n", "\n", - "\u001b[1mpandoc -o ../Basic_User_Guide.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Handling_Pandas_In_The_Output.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: basic_user_guide.html\n", + " output-file: handling_pandas_in_the_output.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Basic User Guide\n", + " title: Handling pandas in the output\n", " \n", - "Output created: ../_docs/Basic_User_Guide.md\n", + "Output created: ../_docs/Handling_Pandas_In_The_Output.md\n", "\n", - "\u001b[1mpandoc -o ../Adding_Guides.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Customizing_The_Sidebar.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: adding_guides.html\n", + " output-file: customizing_the_sidebar.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Adding guides\n", + " title: Customizing the sidebar\n", " \n", - "Output created: ../_docs/Adding_Guides.md\n", + "Output created: ../_docs/Customizing_The_Sidebar.md\n", "\n", "[ 1/11] Docstring.ipynb\u001b[39m\u001b[22m\n", - "[ 2/11] guides/Handling_Pandas_In_The_Output.ipynb\u001b[39m\u001b[22m\n", - "[ 3/11] guides/Adding_Release_Notes.ipynb\u001b[39m\u001b[22m\n", - "[ 4/11] guides/Auto_Generating_Docstrings.ipynb\u001b[39m\u001b[22m\n", - "[ 5/11] guides/Customizing_The_Sidebar.ipynb\u001b[39m\u001b[22m\n", - "[ 6/11] guides/Setting_up_social_cards.ipynb\u001b[39m\u001b[22m\n", - "[ 7/11] guides/Setting_Up_Document_Versioning.ipynb\u001b[39m\u001b[22m\n", - "[ 8/11] guides/Advanced_Customization_Options.ipynb\u001b[39m\u001b[22m\n", - "[ 9/11] guides/Basic_User_Guide.ipynb\u001b[39m\u001b[22m\n", - "[10/11] guides/Adding_Guides.ipynb\u001b[39m\u001b[22m\n", + "[ 2/11] guides/Setting_Up_Document_Versioning.ipynb\u001b[39m\u001b[22m\n", + "[ 3/11] guides/Auto_Generating_Docstrings.ipynb\u001b[39m\u001b[22m\n", + "[ 4/11] guides/Advanced_Customization_Options.ipynb\u001b[39m\u001b[22m\n", + "[ 5/11] guides/Adding_Guides.ipynb\u001b[39m\u001b[22m\n", + "[ 6/11] guides/Basic_User_Guide.ipynb\u001b[39m\u001b[22m\n", + "[ 7/11] guides/Setting_up_social_cards.ipynb\u001b[39m\u001b[22m\n", + "[ 8/11] guides/Adding_Release_Notes.ipynb\u001b[39m\u001b[22m\n", + "[ 9/11] guides/Handling_Pandas_In_The_Output.ipynb\u001b[39m\u001b[22m\n", + "[10/11] guides/Customizing_The_Sidebar.ipynb\u001b[39m\u001b[22m\n", "[11/11] index.ipynb\u001b[39m\u001b[22m\n", "\n", "Output created: _docs/index.html\n", "\n", "INFO - Cleaning site directory\n", - "INFO - Building documentation to directory: /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmpcy_vyb21/mkdocs/site\n", - "INFO - DeprecationWarning: invalid escape sequence '\\s'\n", - " File \"/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/griffe/agents/visitor.py\", line 173, in get_module\n", + "INFO - Building documentation to directory: /tmp/tmputlb7499/mkdocs/site\n", + "INFO - DeprecationWarning: invalid escape sequence \\s\n", + " File \"/home/harish/.local/lib/python3.8/site-packages/griffe/agents/visitor.py\", line 180, in get_module\n", " top_node = compile(self.code, mode=\"exec\", filename=str(self.filepath), flags=ast.PyCF_ONLY_AST, optimize=1)\n", - " File \"repo_jxrnsthptb/docstring.py\", line 94, in \n", + " File \"repo_itjazwkqkw/docstring.py\", line 94, in \n", " code = [x[0] for x in re.findall(\"```\\s*python((\\n|.|\\\\n])+)```\", s)]\n", "\n", - "INFO - DeprecationWarning: invalid escape sequence '\\w'\n", - " File \"/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/griffe/agents/visitor.py\", line 173, in get_module\n", + "INFO - DeprecationWarning: invalid escape sequence \\w\n", + " File \"/home/harish/.local/lib/python3.8/site-packages/griffe/agents/visitor.py\", line 180, in get_module\n", " top_node = compile(self.code, mode=\"exec\", filename=str(self.filepath), flags=ast.PyCF_ONLY_AST, optimize=1)\n", - " File \"repo_jxrnsthptb/docstring.py\", line 124, in \n", + " File \"repo_itjazwkqkw/docstring.py\", line 124, in \n", " [x[9:-1] for x in re.findall(\"{fill in \\w+}\", example)]\n", "\n", - "INFO - Documentation built in 1.98 seconds\n" + "INFO - Documentation built in 0.81 seconds\n" ] } ], @@ -7091,54 +7192,54 @@ "name": "stdout", "output_type": "stream", "text": [ - "Docs will be server at: http://0.0.0.0:4000/repo_yjsurbiqla/\n", - "../nbs/guides/Handling_Pandas_In_The_Output.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/Handling_Pandas_In_The_Output.ipynb\n", - "../nbs/guides/Adding_Release_Notes.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/Adding_Release_Notes.ipynb\n", - "../nbs/guides/Auto_Generating_Docstrings.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/Auto_Generating_Docstrings.ipynb\n", - "../nbs/guides/Customizing_The_Sidebar.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/Customizing_The_Sidebar.ipynb\n", - "../nbs/guides/Setting_up_social_cards.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/Setting_up_social_cards.ipynb\n", - "../nbs/guides/Setting_Up_Document_Versioning.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/Setting_Up_Document_Versioning.ipynb\n", - "../nbs/guides/Advanced_Customization_Options.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/Advanced_Customization_Options.ipynb\n", - "../nbs/guides/Basic_User_Guide.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/Basic_User_Guide.ipynb\n", - "../nbs/guides/Adding_Guides.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/Adding_Guides.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Automatically_Generate_Docstrings-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/.ipynb_checkpoints/Automatically_Generate_Docstrings-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Basic_User_Guide-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/.ipynb_checkpoints/Basic_User_Guide-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Customizing_The_Sidebar-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/.ipynb_checkpoints/Customizing_The_Sidebar-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Handling_Pandas_In_The_Output-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/.ipynb_checkpoints/Handling_Pandas_In_The_Output-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/New_Guide-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/.ipynb_checkpoints/New_Guide-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Setting_Up_Document_Versioning-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/.ipynb_checkpoints/Setting_Up_Document_Versioning-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Setting_up_social_cards-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/.ipynb_checkpoints/Setting_up_social_cards-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Adding_Release_Notes-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/.ipynb_checkpoints/Adding_Release_Notes-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Advanced_Customization_Options-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/.ipynb_checkpoints/Advanced_Customization_Options-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Handlingg_Pandas_In_The_Output-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/.ipynb_checkpoints/Handlingg_Pandas_In_The_Output-checkpoint.ipynb\n", - "../nbs/guides/.ipynb_checkpoints/Adding_Guides-checkpoint.ipynb, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/.ipynb_checkpoints/Adding_Guides-checkpoint.ipynb\n", - "../nbs/guides/images/say_hello.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/say_hello.png\n", - "../nbs/guides/images/docstring-gen-extension-btn.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/docstring-gen-extension-btn.png\n", - "../nbs/guides/images/git_repo_clone_page.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/git_repo_clone_page.png\n", - "../nbs/guides/images/set_github_token_permission.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/set_github_token_permission.png\n", - "../nbs/guides/images/doc_versioning.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/doc_versioning.png\n", - "../nbs/guides/images/sidebar_1.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/sidebar_1.png\n", - "../nbs/guides/images/CLI_command.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/CLI_command.png\n", - "../nbs/guides/images/sidebar_2.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/sidebar_2.png\n", - "../nbs/guides/images/foo_doc_string.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/foo_doc_string.png\n", - "../nbs/guides/images/guide_notebook.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/guide_notebook.png\n", - "../nbs/guides/images/jupyter_home.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/jupyter_home.png\n", - "../nbs/guides/images/hello_class.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/hello_class.png\n", - "../nbs/guides/images/guide_3.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/guide_3.png\n", - "../nbs/guides/images/releases_default.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/releases_default.png\n", - "../nbs/guides/images/guide_2.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/guide_2.png\n", - "../nbs/guides/images/cli_not_found.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/cli_not_found.png\n", - "../nbs/guides/images/guide_1.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/guide_1.png\n", - "../nbs/guides/images/releases.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/releases.png\n", - "../nbs/guides/images/nbdev_mkdocs_preview_dark_1.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/nbdev_mkdocs_preview_dark_1.png\n", - "../nbs/guides/images/guide_4.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/guide_4.png\n", - "../nbs/guides/images/empty_git_repo.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/empty_git_repo.png\n", - "../nbs/guides/images/nbdev_mkdocs_preview_light_1.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/nbdev_mkdocs_preview_light_1.png\n", - "../nbs/guides/images/enable_gh_pages.png, /var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/nbs/guides/images/enable_gh_pages.png\n", - "Directory /private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/mkdocs created.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/mkdocs/mkdocs.yml' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/mkdocs/summary_template.txt' generated.\u001b[0m\n", - "File '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/CNAME' copied to '/private/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/mkdocs/docs/CNAME'.\u001b[0m\n" + "Docs will be server at: http://0.0.0.0:4000/repo_hqspdqvewk/\n", + "../nbs/guides/Adding_Release_Notes.ipynb, /tmp/tmpy7olvzjw/nbs/guides/Adding_Release_Notes.ipynb\n", + "../nbs/guides/Setting_up_social_cards.ipynb, /tmp/tmpy7olvzjw/nbs/guides/Setting_up_social_cards.ipynb\n", + "../nbs/guides/Basic_User_Guide.ipynb, /tmp/tmpy7olvzjw/nbs/guides/Basic_User_Guide.ipynb\n", + "../nbs/guides/Advanced_Customization_Options.ipynb, /tmp/tmpy7olvzjw/nbs/guides/Advanced_Customization_Options.ipynb\n", + "../nbs/guides/Auto_Generating_Docstrings.ipynb, /tmp/tmpy7olvzjw/nbs/guides/Auto_Generating_Docstrings.ipynb\n", + "../nbs/guides/Customizing_The_Sidebar.ipynb, /tmp/tmpy7olvzjw/nbs/guides/Customizing_The_Sidebar.ipynb\n", + "../nbs/guides/Handling_Pandas_In_The_Output.ipynb, /tmp/tmpy7olvzjw/nbs/guides/Handling_Pandas_In_The_Output.ipynb\n", + "../nbs/guides/Setting_Up_Document_Versioning.ipynb, /tmp/tmpy7olvzjw/nbs/guides/Setting_Up_Document_Versioning.ipynb\n", + "../nbs/guides/Adding_Guides.ipynb, /tmp/tmpy7olvzjw/nbs/guides/Adding_Guides.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Adding_Guides-checkpoint.ipynb, /tmp/tmpy7olvzjw/nbs/guides/.ipynb_checkpoints/Adding_Guides-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Basic_User_Guide-checkpoint.ipynb, /tmp/tmpy7olvzjw/nbs/guides/.ipynb_checkpoints/Basic_User_Guide-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Adding_Release_Notes-checkpoint.ipynb, /tmp/tmpy7olvzjw/nbs/guides/.ipynb_checkpoints/Adding_Release_Notes-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Handling_Pandas_In_The_Output-checkpoint.ipynb, /tmp/tmpy7olvzjw/nbs/guides/.ipynb_checkpoints/Handling_Pandas_In_The_Output-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Guide_00_Installation-checkpoint.ipynb, /tmp/tmpy7olvzjw/nbs/guides/.ipynb_checkpoints/Guide_00_Installation-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Setting_Up_Document_Versioning-checkpoint.ipynb, /tmp/tmpy7olvzjw/nbs/guides/.ipynb_checkpoints/Setting_Up_Document_Versioning-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Auto_Generating_Docstrings-checkpoint.ipynb, /tmp/tmpy7olvzjw/nbs/guides/.ipynb_checkpoints/Auto_Generating_Docstrings-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Guide_01_End_To_End_Walkthrough-checkpoint.ipynb, /tmp/tmpy7olvzjw/nbs/guides/.ipynb_checkpoints/Guide_01_End_To_End_Walkthrough-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Advanced_Customization_Options-checkpoint.ipynb, /tmp/tmpy7olvzjw/nbs/guides/.ipynb_checkpoints/Advanced_Customization_Options-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Setting_up_social_cards-checkpoint.ipynb, /tmp/tmpy7olvzjw/nbs/guides/.ipynb_checkpoints/Setting_up_social_cards-checkpoint.ipynb\n", + "../nbs/guides/.ipynb_checkpoints/Guide_00_How_To_Install-checkpoint.ipynb, /tmp/tmpy7olvzjw/nbs/guides/.ipynb_checkpoints/Guide_00_How_To_Install-checkpoint.ipynb\n", + "../nbs/guides/images/guide_notebook.png, /tmp/tmpy7olvzjw/nbs/guides/images/guide_notebook.png\n", + "../nbs/guides/images/sidebar_1.png, /tmp/tmpy7olvzjw/nbs/guides/images/sidebar_1.png\n", + "../nbs/guides/images/cli_not_found.png, /tmp/tmpy7olvzjw/nbs/guides/images/cli_not_found.png\n", + "../nbs/guides/images/enable_gh_pages.png, /tmp/tmpy7olvzjw/nbs/guides/images/enable_gh_pages.png\n", + "../nbs/guides/images/CLI_command.png, /tmp/tmpy7olvzjw/nbs/guides/images/CLI_command.png\n", + "../nbs/guides/images/guide_3.png, /tmp/tmpy7olvzjw/nbs/guides/images/guide_3.png\n", + "../nbs/guides/images/sidebar_2.png, /tmp/tmpy7olvzjw/nbs/guides/images/sidebar_2.png\n", + "../nbs/guides/images/docstring-gen-extension-btn.png, /tmp/tmpy7olvzjw/nbs/guides/images/docstring-gen-extension-btn.png\n", + "../nbs/guides/images/releases.png, /tmp/tmpy7olvzjw/nbs/guides/images/releases.png\n", + "../nbs/guides/images/say_hello.png, /tmp/tmpy7olvzjw/nbs/guides/images/say_hello.png\n", + "../nbs/guides/images/foo_doc_string.png, /tmp/tmpy7olvzjw/nbs/guides/images/foo_doc_string.png\n", + "../nbs/guides/images/nbdev_mkdocs_preview_dark_1.png, /tmp/tmpy7olvzjw/nbs/guides/images/nbdev_mkdocs_preview_dark_1.png\n", + "../nbs/guides/images/git_repo_clone_page.png, /tmp/tmpy7olvzjw/nbs/guides/images/git_repo_clone_page.png\n", + "../nbs/guides/images/guide_2.png, /tmp/tmpy7olvzjw/nbs/guides/images/guide_2.png\n", + "../nbs/guides/images/guide_4.png, /tmp/tmpy7olvzjw/nbs/guides/images/guide_4.png\n", + "../nbs/guides/images/doc_versioning.png, /tmp/tmpy7olvzjw/nbs/guides/images/doc_versioning.png\n", + "../nbs/guides/images/nbdev_mkdocs_preview_light_1.png, /tmp/tmpy7olvzjw/nbs/guides/images/nbdev_mkdocs_preview_light_1.png\n", + "../nbs/guides/images/empty_git_repo.png, /tmp/tmpy7olvzjw/nbs/guides/images/empty_git_repo.png\n", + "../nbs/guides/images/hello_class.png, /tmp/tmpy7olvzjw/nbs/guides/images/hello_class.png\n", + "../nbs/guides/images/releases_default.png, /tmp/tmpy7olvzjw/nbs/guides/images/releases_default.png\n", + "../nbs/guides/images/set_github_token_permission.png, /tmp/tmpy7olvzjw/nbs/guides/images/set_github_token_permission.png\n", + "../nbs/guides/images/jupyter_home.png, /tmp/tmpy7olvzjw/nbs/guides/images/jupyter_home.png\n", + "../nbs/guides/images/guide_1.png, /tmp/tmpy7olvzjw/nbs/guides/images/guide_1.png\n", + "Directory /tmp/tmpy7olvzjw/mkdocs created.\u001b[0m\n", + "File '/tmp/tmpy7olvzjw/mkdocs/mkdocs.yml' generated.\u001b[0m\n", + "File '/tmp/tmpy7olvzjw/mkdocs/summary_template.txt' generated.\u001b[0m\n", + "File '/tmp/tmpy7olvzjw/CNAME' copied to '/tmp/tmpy7olvzjw/mkdocs/docs/CNAME'.\u001b[0m\n" ] }, { @@ -7147,7 +7248,7 @@ "text": [ "Output created: _docs/README.md\n", "\n", - "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", + "/usr/local/lib/python3.8/dist-packages/nbformat/__init__.py:93: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n", " validate(nb)\n", "\u001b[1mpandoc -o Fixture.md\u001b[22m\n", " to: >-\n", @@ -7181,53 +7282,65 @@ " \n", "Output created: _docs/index.md\n", "\n", - "\u001b[1mpandoc -o ../Handling_Pandas_In_The_Output.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Setting_Up_Document_Versioning.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: handling_pandas_in_the_output.html\n", + " output-file: setting_up_document_versioning.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Handling pandas in the output\n", + " title: Setting up document versioning\n", " \n", - "Output created: ../_docs/Handling_Pandas_In_The_Output.md\n", + "Output created: ../_docs/Setting_Up_Document_Versioning.md\n", "\n", - "\u001b[1mpandoc -o ../Adding_Release_Notes.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Auto_Generating_Docstrings.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: adding_release_notes.html\n", + " output-file: auto_generating_docstrings.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Adding release notes\n", + " title: Auto-generating docstrings\n", " \n", - "Output created: ../_docs/Adding_Release_Notes.md\n", + "Output created: ../_docs/Auto_Generating_Docstrings.md\n", "\n", - "\u001b[1mpandoc -o ../Auto_Generating_Docstrings.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Advanced_Customization_Options.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: auto_generating_docstrings.html\n", + " output-file: advanced_customization_options.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Auto-generating docstrings\n", + " title: Advanced customization options\n", " \n", - "Output created: ../_docs/Auto_Generating_Docstrings.md\n", + "Output created: ../_docs/Advanced_Customization_Options.md\n", "\n", - "\u001b[1mpandoc -o ../Customizing_The_Sidebar.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Adding_Guides.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: customizing_the_sidebar.html\n", + " output-file: adding_guides.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Customizing the sidebar\n", + " title: Adding guides\n", " \n", - "Output created: ../_docs/Customizing_The_Sidebar.md\n", + "Output created: ../_docs/Adding_Guides.md\n", + "\n", + "\u001b[1mpandoc -o ../Basic_User_Guide.md\u001b[22m\n", + " to: >-\n", + " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", + " output-file: basic_user_guide.html\n", + " standalone: true\n", + " default-image-extension: png\n", + " \n", + "\u001b[1mmetadata\u001b[22m\n", + " title: Basic User Guide\n", + " \n", + "Output created: ../_docs/Basic_User_Guide.md\n", "\n", "\u001b[1mpandoc -o ../Setting_up_social_cards.md\u001b[22m\n", " to: >-\n", @@ -7241,101 +7354,101 @@ " \n", "Output created: ../_docs/Setting_up_social_cards.md\n", "\n", - "\u001b[1mpandoc -o ../Setting_Up_Document_Versioning.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Adding_Release_Notes.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: setting_up_document_versioning.html\n", + " output-file: adding_release_notes.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Setting up document versioning\n", + " title: Adding release notes\n", " \n", - "Output created: ../_docs/Setting_Up_Document_Versioning.md\n", + "Output created: ../_docs/Adding_Release_Notes.md\n", "\n", - "\u001b[1mpandoc -o ../Advanced_Customization_Options.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Handling_Pandas_In_The_Output.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: advanced_customization_options.html\n", + " output-file: handling_pandas_in_the_output.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Advanced customization options\n", + " title: Handling pandas in the output\n", " \n", - "Output created: ../_docs/Advanced_Customization_Options.md\n", + "Output created: ../_docs/Handling_Pandas_In_The_Output.md\n", "\n", - "\u001b[1mpandoc -o ../Basic_User_Guide.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Customizing_The_Sidebar.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: basic_user_guide.html\n", + " output-file: customizing_the_sidebar.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Basic User Guide\n", + " title: Customizing the sidebar\n", " \n", - "Output created: ../_docs/Basic_User_Guide.md\n", + "Output created: ../_docs/Customizing_The_Sidebar.md\n", "\n", - "\u001b[1mpandoc -o ../Adding_Guides.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Setting_Up_Document_Versioning.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: adding_guides.html\n", + " output-file: setting_up_document_versioning.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Adding guides\n", + " title: Setting up document versioning\n", " \n", - "Output created: ../_docs/Adding_Guides.md\n", + "Output created: ../_docs/Setting_Up_Document_Versioning.md\n", "\n", - "\u001b[1mpandoc -o ../Handling_Pandas_In_The_Output.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Auto_Generating_Docstrings.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: handling_pandas_in_the_output.html\n", + " output-file: auto_generating_docstrings.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Handling pandas in the output\n", + " title: Auto-generating docstrings\n", " \n", - "Output created: ../_docs/Handling_Pandas_In_The_Output.md\n", + "Output created: ../_docs/Auto_Generating_Docstrings.md\n", "\n", - "\u001b[1mpandoc -o ../Adding_Release_Notes.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Advanced_Customization_Options.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: adding_release_notes.html\n", + " output-file: advanced_customization_options.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Adding release notes\n", + " title: Advanced customization options\n", " \n", - "Output created: ../_docs/Adding_Release_Notes.md\n", + "Output created: ../_docs/Advanced_Customization_Options.md\n", "\n", - "\u001b[1mpandoc -o ../Auto_Generating_Docstrings.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Adding_Guides.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: auto_generating_docstrings.html\n", + " output-file: adding_guides.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Auto-generating docstrings\n", + " title: Adding guides\n", " \n", - "Output created: ../_docs/Auto_Generating_Docstrings.md\n", + "Output created: ../_docs/Adding_Guides.md\n", "\n", - "\u001b[1mpandoc -o ../Customizing_The_Sidebar.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Basic_User_Guide.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: customizing_the_sidebar.html\n", + " output-file: basic_user_guide.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Customizing the sidebar\n", + " title: Basic User Guide\n", " \n", - "Output created: ../_docs/Customizing_The_Sidebar.md\n", + "Output created: ../_docs/Basic_User_Guide.md\n", "\n", "\u001b[1mpandoc -o ../Setting_up_social_cards.md\u001b[22m\n", " to: >-\n", @@ -7349,80 +7462,68 @@ " \n", "Output created: ../_docs/Setting_up_social_cards.md\n", "\n", - "\u001b[1mpandoc -o ../Setting_Up_Document_Versioning.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Adding_Release_Notes.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: setting_up_document_versioning.html\n", + " output-file: adding_release_notes.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Setting up document versioning\n", + " title: Adding release notes\n", " \n", - "Output created: ../_docs/Setting_Up_Document_Versioning.md\n", + "Output created: ../_docs/Adding_Release_Notes.md\n", "\n", - "\u001b[1mpandoc -o ../Advanced_Customization_Options.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Handling_Pandas_In_The_Output.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: advanced_customization_options.html\n", + " output-file: handling_pandas_in_the_output.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Advanced customization options\n", + " title: Handling pandas in the output\n", " \n", - "Output created: ../_docs/Advanced_Customization_Options.md\n", + "Output created: ../_docs/Handling_Pandas_In_The_Output.md\n", "\n", - "\u001b[1mpandoc -o ../Basic_User_Guide.md\u001b[22m\n", + "\u001b[1mpandoc -o ../Customizing_The_Sidebar.md\u001b[22m\n", " to: >-\n", " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: basic_user_guide.html\n", + " output-file: customizing_the_sidebar.html\n", " standalone: true\n", " default-image-extension: png\n", " \n", "\u001b[1mmetadata\u001b[22m\n", - " title: Basic User Guide\n", - " \n", - "Output created: ../_docs/Basic_User_Guide.md\n", - "\n", - "\u001b[1mpandoc -o ../Adding_Guides.md\u001b[22m\n", - " to: >-\n", - " commonmark+autolink_bare_uris+emoji+footnotes+gfm_auto_identifiers+pipe_tables+strikeout+task_lists+tex_math_dollars\n", - " output-file: adding_guides.html\n", - " standalone: true\n", - " default-image-extension: png\n", + " title: Customizing the sidebar\n", " \n", - "\u001b[1mmetadata\u001b[22m\n", - " title: Adding guides\n", - " \n" + "Output created: ../_docs/Customizing_The_Sidebar.md\n", + "\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ - "Output created: ../_docs/Adding_Guides.md\n", - "\n", "[ 1/21] Fixture.ipynb\u001b[39m\u001b[22m\n", - "[ 2/21] blogs/Handling_Pandas_In_The_Output.ipynb\u001b[39m\u001b[22m\n", - "[ 3/21] blogs/Adding_Release_Notes.ipynb\u001b[39m\u001b[22m\n", - "[ 4/21] blogs/Auto_Generating_Docstrings.ipynb\u001b[39m\u001b[22m\n", - "[ 5/21] blogs/Customizing_The_Sidebar.ipynb\u001b[39m\u001b[22m\n", - "[ 6/21] blogs/Setting_up_social_cards.ipynb\u001b[39m\u001b[22m\n", - "[ 7/21] blogs/Setting_Up_Document_Versioning.ipynb\u001b[39m\u001b[22m\n", - "[ 8/21] blogs/Advanced_Customization_Options.ipynb\u001b[39m\u001b[22m\n", - "[ 9/21] blogs/Basic_User_Guide.ipynb\u001b[39m\u001b[22m\n", - "[10/21] blogs/Adding_Guides.ipynb\u001b[39m\u001b[22m\n", - "[11/21] Docstring.ipynb\u001b[39m\u001b[22m\n", - "[12/21] guides/Handling_Pandas_In_The_Output.ipynb\u001b[39m\u001b[22m\n", - "[13/21] guides/Adding_Release_Notes.ipynb\u001b[39m\u001b[22m\n", - "[14/21] guides/Auto_Generating_Docstrings.ipynb\u001b[39m\u001b[22m\n", - "[15/21] guides/Customizing_The_Sidebar.ipynb\u001b[39m\u001b[22m\n", - "[16/21] guides/Setting_up_social_cards.ipynb\u001b[39m\u001b[22m\n", - "[17/21] guides/Setting_Up_Document_Versioning.ipynb\u001b[39m\u001b[22m\n", - "[18/21] guides/Advanced_Customization_Options.ipynb\u001b[39m\u001b[22m\n", - "[19/21] guides/Basic_User_Guide.ipynb\u001b[39m\u001b[22m\n", - "[20/21] guides/Adding_Guides.ipynb\u001b[39m\u001b[22m\n", + "[ 2/21] Docstring.ipynb\u001b[39m\u001b[22m\n", + "[ 3/21] guides/Setting_Up_Document_Versioning.ipynb\u001b[39m\u001b[22m\n", + "[ 4/21] guides/Auto_Generating_Docstrings.ipynb\u001b[39m\u001b[22m\n", + "[ 5/21] guides/Advanced_Customization_Options.ipynb\u001b[39m\u001b[22m\n", + "[ 6/21] guides/Adding_Guides.ipynb\u001b[39m\u001b[22m\n", + "[ 7/21] guides/Basic_User_Guide.ipynb\u001b[39m\u001b[22m\n", + "[ 8/21] guides/Setting_up_social_cards.ipynb\u001b[39m\u001b[22m\n", + "[ 9/21] guides/Adding_Release_Notes.ipynb\u001b[39m\u001b[22m\n", + "[10/21] guides/Handling_Pandas_In_The_Output.ipynb\u001b[39m\u001b[22m\n", + "[11/21] guides/Customizing_The_Sidebar.ipynb\u001b[39m\u001b[22m\n", + "[12/21] blogs/Setting_Up_Document_Versioning.ipynb\u001b[39m\u001b[22m\n", + "[13/21] blogs/Auto_Generating_Docstrings.ipynb\u001b[39m\u001b[22m\n", + "[14/21] blogs/Advanced_Customization_Options.ipynb\u001b[39m\u001b[22m\n", + "[15/21] blogs/Adding_Guides.ipynb\u001b[39m\u001b[22m\n", + "[16/21] blogs/Basic_User_Guide.ipynb\u001b[39m\u001b[22m\n", + "[17/21] blogs/Setting_up_social_cards.ipynb\u001b[39m\u001b[22m\n", + "[18/21] blogs/Adding_Release_Notes.ipynb\u001b[39m\u001b[22m\n", + "[19/21] blogs/Handling_Pandas_In_The_Output.ipynb\u001b[39m\u001b[22m\n", + "[20/21] blogs/Customizing_The_Sidebar.ipynb\u001b[39m\u001b[22m\n", "[21/21] index.ipynb\u001b[39m\u001b[22m\n", "\n", "Output created: _docs/index.html\n", @@ -7430,24 +7531,23 @@ "\u001b[33mWARNING - \u001b[0mConfig value 'dev_addr': The use of the IP address '0.0.0.0' suggests a production environment or the use of a proxy to connect to the MkDocs server. However, the MkDocs' server is intended for local development purposes only. Please use a third party production-ready server instead.\n", "INFO - Building documentation...\n", "INFO - Cleaning site directory\n", - "INFO - DeprecationWarning: invalid escape sequence '\\s'\n", - " File \"/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/griffe/agents/visitor.py\", line 173, in get_module\n", + "INFO - DeprecationWarning: invalid escape sequence \\s\n", + " File \"/home/harish/.local/lib/python3.8/site-packages/griffe/agents/visitor.py\", line 180, in get_module\n", " top_node = compile(self.code, mode=\"exec\", filename=str(self.filepath), flags=ast.PyCF_ONLY_AST, optimize=1)\n", - " File \"repo_yjsurbiqla/docstring.py\", line 94, in \n", + " File \"repo_hqspdqvewk/docstring.py\", line 94, in \n", " code = [x[0] for x in re.findall(\"```\\s*python((\\n|.|\\\\n])+)```\", s)]\n", "\n", - "INFO - DeprecationWarning: invalid escape sequence '\\w'\n", - " File \"/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/griffe/agents/visitor.py\", line 173, in get_module\n", + "INFO - DeprecationWarning: invalid escape sequence \\w\n", + " File \"/home/harish/.local/lib/python3.8/site-packages/griffe/agents/visitor.py\", line 180, in get_module\n", " top_node = compile(self.code, mode=\"exec\", filename=str(self.filepath), flags=ast.PyCF_ONLY_AST, optimize=1)\n", - " File \"repo_yjsurbiqla/docstring.py\", line 124, in \n", + " File \"repo_hqspdqvewk/docstring.py\", line 124, in \n", " [x[9:-1] for x in re.findall(\"{fill in \\w+}\", example)]\n", "\n", - "\u001b[33mWARNING - \u001b[0mgriffe: repo_yjsurbiqla/fixture.py:104: Failed to get 'name: description' pair from ''\n", - "INFO - Documentation built in 0.82 seconds\n", - "INFO - [13:49:45] Watching paths for changes: '/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/mkdocs/docs', '/var/folders/6n/3rjds7v52cd83wqkd565db0h0000gn/T/tmp0iz_xzk8/mkdocs/mkdocs.yml'\n", - "INFO - [13:49:45] Serving on http://0.0.0.0:4000/repo_yjsurbiqla/\n", - "\u001b[33mWARNING - \u001b[0m[13:51:13] \"GET /versions.json HTTP/1.1\" code 404\n", - "INFO - [13:51:14] Browser connected: http://0.0.0.0:4000/repo_yjsurbiqla/\n", + "INFO - Documentation built in 1.18 seconds\n", + "INFO - [12:36:12] Watching paths for changes: 'mkdocs/docs', 'mkdocs/mkdocs.yml'\n", + "INFO - [12:36:12] Serving on http://0.0.0.0:4000/repo_hqspdqvewk/\n", + "\u001b[33mWARNING - \u001b[0m[12:36:27] \"GET /versions.json HTTP/1.1\" code 404\n", + "INFO - [12:36:27] Browser connected: http://0.0.0.0:4000/repo_hqspdqvewk/\n", "INFO - Shutting down...\n" ] }, @@ -7458,8 +7558,8 @@ "traceback": [ "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", "\u001b[0;31mKeyboardInterrupt\u001b[0m Traceback (most recent call last)", - "Cell \u001b[0;32mIn[101], line 44\u001b[0m\n\u001b[1;32m 41\u001b[0m \u001b[38;5;28;01mwith\u001b[39;00m _summary_template_path\u001b[38;5;241m.\u001b[39mopen(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mw\u001b[39m\u001b[38;5;124m\"\u001b[39m, encoding\u001b[38;5;241m=\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mutf-8\u001b[39m\u001b[38;5;124m\"\u001b[39m) \u001b[38;5;28;01mas\u001b[39;00m f:\n\u001b[1;32m 42\u001b[0m f\u001b[38;5;241m.\u001b[39mwrite(_test_summary_template)\n\u001b[0;32m---> 44\u001b[0m \u001b[43mpreview\u001b[49m\u001b[43m(\u001b[49m\u001b[43md\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43muse_relative_doc_links\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[38;5;28;43;01mTrue\u001b[39;49;00m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mport\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[38;5;241;43m4000\u001b[39;49m\u001b[43m)\u001b[49m\n", - "Cell \u001b[0;32mIn[100], line 39\u001b[0m, in \u001b[0;36mpreview\u001b[0;34m(root_path, use_relative_doc_links, port)\u001b[0m\n\u001b[1;32m 30\u001b[0m cmd \u001b[38;5;241m=\u001b[39m cmd \u001b[38;5;241m+\u001b[39m \u001b[38;5;124mf\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m:\u001b[39m\u001b[38;5;132;01m{\u001b[39;00mport\u001b[38;5;132;01m}\u001b[39;00m\u001b[38;5;124m\"\u001b[39m\n\u001b[1;32m 32\u001b[0m \u001b[38;5;28;01mwith\u001b[39;00m subprocess\u001b[38;5;241m.\u001b[39mPopen( \u001b[38;5;66;03m# nosec B603:subprocess_without_shell_equals_true\u001b[39;00m\n\u001b[1;32m 33\u001b[0m shlex\u001b[38;5;241m.\u001b[39msplit(cmd),\n\u001b[1;32m 34\u001b[0m stdout\u001b[38;5;241m=\u001b[39msubprocess\u001b[38;5;241m.\u001b[39mPIPE,\n\u001b[0;32m (...)\u001b[0m\n\u001b[1;32m 37\u001b[0m universal_newlines\u001b[38;5;241m=\u001b[39m\u001b[38;5;28;01mTrue\u001b[39;00m,\n\u001b[1;32m 38\u001b[0m ) \u001b[38;5;28;01mas\u001b[39;00m p:\n\u001b[0;32m---> 39\u001b[0m \u001b[38;5;28;01mfor\u001b[39;00m line \u001b[38;5;129;01min\u001b[39;00m p\u001b[38;5;241m.\u001b[39mstdout: \u001b[38;5;66;03m# type: ignore\u001b[39;00m\n\u001b[1;32m 40\u001b[0m \u001b[38;5;28mprint\u001b[39m(line, end\u001b[38;5;241m=\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m\"\u001b[39m)\n\u001b[1;32m 42\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m p\u001b[38;5;241m.\u001b[39mreturncode \u001b[38;5;241m!=\u001b[39m \u001b[38;5;241m0\u001b[39m:\n", + "Cell \u001b[0;32mIn[108], line 44\u001b[0m\n\u001b[1;32m 41\u001b[0m \u001b[38;5;28;01mwith\u001b[39;00m _summary_template_path\u001b[38;5;241m.\u001b[39mopen(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mw\u001b[39m\u001b[38;5;124m\"\u001b[39m, encoding\u001b[38;5;241m=\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mutf-8\u001b[39m\u001b[38;5;124m\"\u001b[39m) \u001b[38;5;28;01mas\u001b[39;00m f:\n\u001b[1;32m 42\u001b[0m f\u001b[38;5;241m.\u001b[39mwrite(_test_summary_template)\n\u001b[0;32m---> 44\u001b[0m \u001b[43mpreview\u001b[49m\u001b[43m(\u001b[49m\u001b[43md\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43muse_relative_doc_links\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[38;5;28;43;01mTrue\u001b[39;49;00m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mport\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[38;5;241;43m4000\u001b[39;49m\u001b[43m)\u001b[49m\n", + "Cell \u001b[0;32mIn[107], line 39\u001b[0m, in \u001b[0;36mpreview\u001b[0;34m(root_path, use_relative_doc_links, port)\u001b[0m\n\u001b[1;32m 30\u001b[0m cmd \u001b[38;5;241m=\u001b[39m cmd \u001b[38;5;241m+\u001b[39m \u001b[38;5;124mf\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m:\u001b[39m\u001b[38;5;132;01m{\u001b[39;00mport\u001b[38;5;132;01m}\u001b[39;00m\u001b[38;5;124m\"\u001b[39m\n\u001b[1;32m 32\u001b[0m \u001b[38;5;28;01mwith\u001b[39;00m subprocess\u001b[38;5;241m.\u001b[39mPopen( \u001b[38;5;66;03m# nosec B603:subprocess_without_shell_equals_true\u001b[39;00m\n\u001b[1;32m 33\u001b[0m shlex\u001b[38;5;241m.\u001b[39msplit(cmd),\n\u001b[1;32m 34\u001b[0m stdout\u001b[38;5;241m=\u001b[39msubprocess\u001b[38;5;241m.\u001b[39mPIPE,\n\u001b[0;32m (...)\u001b[0m\n\u001b[1;32m 37\u001b[0m universal_newlines\u001b[38;5;241m=\u001b[39m\u001b[38;5;28;01mTrue\u001b[39;00m,\n\u001b[1;32m 38\u001b[0m ) \u001b[38;5;28;01mas\u001b[39;00m p:\n\u001b[0;32m---> 39\u001b[0m \u001b[38;5;28;01mfor\u001b[39;00m line \u001b[38;5;129;01min\u001b[39;00m p\u001b[38;5;241m.\u001b[39mstdout: \u001b[38;5;66;03m# type: ignore\u001b[39;00m\n\u001b[1;32m 40\u001b[0m \u001b[38;5;28mprint\u001b[39m(line, end\u001b[38;5;241m=\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m\"\u001b[39m)\n\u001b[1;32m 42\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m p\u001b[38;5;241m.\u001b[39mreturncode \u001b[38;5;241m!=\u001b[39m \u001b[38;5;241m0\u001b[39m:\n", "\u001b[0;31mKeyboardInterrupt\u001b[0m: " ] } @@ -7522,9 +7622,9 @@ ], "metadata": { "kernelspec": { - "display_name": "nbdev-mkdocs-py3.7", + "display_name": "python3", "language": "python", - "name": "nbdev-mkdocs-py3.7" + "name": "python3" } }, "nbformat": 4,