Skip to content

Commit 19498f5

Browse files
authored
deletes example folder (airctic#839)
* deletes example folder * removes copy_examples * removes other examples usages
1 parent 5c01cfd commit 19498f5

9 files changed

+8
-1044
lines changed

docs/autogen.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -248,14 +248,14 @@ def examples_to_md(dest_dir):
248248
# md_path = os.path.join(dest_dir, 'tutorial', file_name_no_ext + '.md')
249249
md_path = os.path.join(dest_dir, file_name_no_ext + ".md")
250250

251-
copy_examples(examples_dir, dest_dir / "examples")
251+
# copy_examples(examples_dir, dest_dir / "examples")
252252

253-
from_to = f"{nb_path} -> {md_path}"
254-
logger.opt(colors=True).log(
255-
"INFO",
256-
"️<green><bold>Copying Examples: {}</></>",
257-
from_to,
258-
)
253+
# from_to = f"{nb_path} -> {md_path}"
254+
# logger.opt(colors=True).log(
255+
# "INFO",
256+
# "️<green><bold>Copying Examples: {}</></>",
257+
# from_to,
258+
# )
259259

260260

261261
def generate(dest_dir: Path):
@@ -287,7 +287,7 @@ def generate(dest_dir: Path):
287287
pages=PAGES,
288288
project_url="https://github.com/airctic/icevision/blob/master",
289289
template_dir=template_dir,
290-
examples_dir=icevision_dir / "examples",
290+
# examples_dir=icevision_dir / "examples",
291291
)
292292
doc_generator.generate(dest_dir)
293293

examples/backbones_faster_rcnn.md

-190
This file was deleted.

0 commit comments

Comments
 (0)