Skip to content

Commit

Permalink
Deployed a6095c3 with MkDocs version: 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvannier committed Nov 6, 2023
1 parent 4341b4a commit 670ef65
Show file tree
Hide file tree
Showing 47 changed files with 98,436 additions and 55 deletions.
1,192 changes: 1,190 additions & 2 deletions 404.html

Large diffs are not rendered by default.

1,301 changes: 1,271 additions & 30 deletions code/SUMMARY/index.html

Large diffs are not rendered by default.

2,740 changes: 2,740 additions & 0 deletions code/analytics/feature_statistics/index.html

Large diffs are not rendered by default.

2,471 changes: 2,471 additions & 0 deletions code/api/datasets/index.html

Large diffs are not rendered by default.

3,339 changes: 3,339 additions & 0 deletions code/api/items/index.html

Large diffs are not rendered by default.

2,286 changes: 2,286 additions & 0 deletions code/apps/annotator/serve/index.html

Large diffs are not rendered by default.

2,448 changes: 2,448 additions & 0 deletions code/apps/display/index.html

Large diffs are not rendered by default.

2,286 changes: 2,286 additions & 0 deletions code/apps/explorer/serve/index.html

Large diffs are not rendered by default.

2,402 changes: 2,402 additions & 0 deletions code/apps/main/index.html

Large diffs are not rendered by default.

2,471 changes: 2,471 additions & 0 deletions code/apps/serve/index.html

Large diffs are not rendered by default.

3,474 changes: 3,474 additions & 0 deletions code/core/bbox/index.html

Large diffs are not rendered by default.

2,329 changes: 2,329 additions & 0 deletions code/core/camera/index.html

Large diffs are not rendered by default.

3,097 changes: 3,097 additions & 0 deletions code/core/compressed_rle/index.html

Large diffs are not rendered by default.

2,887 changes: 2,887 additions & 0 deletions code/core/depth_image/index.html

Large diffs are not rendered by default.

2,395 changes: 2,395 additions & 0 deletions code/core/gt_info/index.html

Large diffs are not rendered by default.

2,979 changes: 2,979 additions & 0 deletions code/core/image/index.html

Large diffs are not rendered by default.

2,973 changes: 2,973 additions & 0 deletions code/core/pixano_type/index.html

Large diffs are not rendered by default.

2,363 changes: 2,363 additions & 0 deletions code/core/pose/index.html

Large diffs are not rendered by default.

2,502 changes: 2,502 additions & 0 deletions code/core/utils/index.html

Large diffs are not rendered by default.

2,412 changes: 2,412 additions & 0 deletions code/data/dataset/index.html

Large diffs are not rendered by default.

2,213 changes: 2,213 additions & 0 deletions code/data/dataset_info/index.html

Large diffs are not rendered by default.

2,617 changes: 2,617 additions & 0 deletions code/data/exporters/coco_exporter/index.html

Large diffs are not rendered by default.

2,155 changes: 2,155 additions & 0 deletions code/data/exporters/exporter/index.html

Large diffs are not rendered by default.

2,288 changes: 2,288 additions & 0 deletions code/data/fields/index.html

Large diffs are not rendered by default.

2,538 changes: 2,538 additions & 0 deletions code/data/importers/coco_importer/index.html

Large diffs are not rendered by default.

2,530 changes: 2,530 additions & 0 deletions code/data/importers/dota_importer/index.html

Large diffs are not rendered by default.

2,440 changes: 2,440 additions & 0 deletions code/data/importers/image_importer/index.html

Large diffs are not rendered by default.

2,932 changes: 2,932 additions & 0 deletions code/data/importers/importer/index.html

Large diffs are not rendered by default.

2,530 changes: 2,530 additions & 0 deletions code/data/importers/nuscenes_importer/index.html

Large diffs are not rendered by default.

1,194 changes: 1,191 additions & 3 deletions code/index.html

Large diffs are not rendered by default.

3,091 changes: 3,091 additions & 0 deletions code/models/inference_model/index.html

Large diffs are not rendered by default.

2,942 changes: 2,942 additions & 0 deletions code/utils/boxes/index.html

Large diffs are not rendered by default.

3,734 changes: 3,734 additions & 0 deletions code/utils/image/index.html

Large diffs are not rendered by default.

3,144 changes: 3,144 additions & 0 deletions code/utils/labels/index.html

Large diffs are not rendered by default.

2,252 changes: 2,252 additions & 0 deletions code/utils/python/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions gen_ref_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import mkdocs_gen_files

SRC_PATH = "pixano"
SRC_PATH = "../pixano/pixano"
REF_PATH = "code"
IGNORED_FILES = ["__init__.md", "__version__.md", "_test.md"]

Expand All @@ -30,7 +30,7 @@
doc_path = doc_path.with_name("index.md")
full_doc_path = full_doc_path.with_name("index.md")
nav["index"] = doc_path.as_posix()
with open(f"docs/{REF_PATH}/index.md", "r") as index_file:
with open(f"../pixano/docs/{REF_PATH}/index.md", "r") as index_file:
lines = index_file.readlines()
with mkdocs_gen_files.open(full_doc_path, "w") as fd:
fd.writelines(lines)
Expand All @@ -45,5 +45,5 @@
mkdocs_gen_files.set_edit_path(full_doc_path, path)


with mkdocs_gen_files.open(f"{REF_PATH}/SUMMARY.md", "w") as nav_file:
with mkdocs_gen_files.open("code/SUMMARY.md", "w") as nav_file:
nav_file.writelines(nav.build_literate_nav())
Loading

0 comments on commit 670ef65

Please sign in to comment.