Skip to content

Commit

Permalink
Merge pull request #3 from AILAB-bh/docs
Browse files Browse the repository at this point in the history
docs: documentation and citation
  • Loading branch information
valvgab-bh authored Dec 19, 2022
2 parents 30f1263 + 623313a commit 6b3f14d
Show file tree
Hide file tree
Showing 18 changed files with 87 additions and 300 deletions.
24 changes: 0 additions & 24 deletions .idea/runConfigurations/_doc__ailab_apigen___rebuild.xml

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed doc/logo.png
Binary file not shown.
4 changes: 0 additions & 4 deletions doc/src-man/conf.py

This file was deleted.

135 changes: 0 additions & 135 deletions doc/src-man/contributing.md

This file was deleted.

29 changes: 0 additions & 29 deletions doc/src-man/index.rst

This file was deleted.

46 changes: 0 additions & 46 deletions doc/src-man/installation.md

This file was deleted.

6 changes: 0 additions & 6 deletions doc/src-man/roadmap.md

This file was deleted.

26 changes: 0 additions & 26 deletions doc/src-man/usage.md

This file was deleted.

60 changes: 59 additions & 1 deletion doc/src/_static/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,61 @@
/*
BH Dark Gren: #05322B
BH Green: #018374
BH Light Green: #02BC94
BH Gray: #949494
BH Light Gray #D0D0D0
*/

.wy-nav-content {
max-width: 1200px;
}
}

.wy-side-nav-search, .wy-nav-top {
background: #05322B;
}
/* Sidebar */
.wy-nav-side {
background: #05322B;
}


a:link {
color: #05322B;
}
a:visited{
color: #018374;
}
a:hover{
color: #018374;
}
a:active{
color: #02BC94;
}

.wy-side-nav-search a {
color: #fcfcfc;
}

.wy-menu-vertical header, .wy-menu-vertical p.caption{
color: #fcfcfc;
}

.wy-menu-vertical header, .wy-menu-vertical a:link{
color: #d9d9d9;
}

.wy-menu-vertical header, .wy-menu-vertical a:visited{
color: #fcfcfc;
}

.wy-menu-vertical header, .wy-menu-vertical a:hover{
color: #fcfcfc;
background:#018374

}

.wy-menu-vertical header, .wy-menu-vertical a:active {
background:#02BC94
}
2 changes: 1 addition & 1 deletion doc/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

project = 'cocohelper'
copyright = '2022, AILAB-BH'

html_favicon = 'favicon_dark.png'

# -- Extensions ---------------------------------------------------------------
extensions = [
Expand Down
Binary file added doc/src/favicon_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/src/favicon_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions doc/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
COCO-Helper
COCOHelper
===================================================

This library provide a handy interface to manage COCO-style datasets.
Microsoft COCO is a large-scale dataset and data annotation format.
Today, COCO is a widely adopted standard for object detection, segmentation, and captioning.

COCO-Helper can be used in place of pycocotools library, providing
a more pythonic and complete interface.
COCOHelper makes working with the COCO format super-easy!
You can use it to efficiently run complex operations such as statistical
analysis and dataset arithmetic with just a few lines of code.
Check our documentation and tutorials to learn how!

.. toctree::
:maxdepth: 2
Expand Down
Binary file added doc/src/logo_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/src/logo_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cocohelper"
version = "0.3.1b"
version = "0.3.2b"
description = "Object Oriented library to manage MS-COCO-like datasets efficiently. "
authors = [
"delchiaro-bh <Riccardo.DelChiaro@bakerhughes.com>",
Expand Down
Loading

0 comments on commit 6b3f14d

Please sign in to comment.