Skip to content

Commit

Permalink
update init
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaMorsali committed Sep 28, 2022
1 parent 7d7a825 commit a5bfcdb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 36 deletions.
1 change: 0 additions & 1 deletion docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ smarts
apireference
sdk
miscellaneous
modules/modules
```

Expand Down
26 changes: 0 additions & 26 deletions docs/source/miscellaneous.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/smarts.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Huawi SMARTS Integration

## Ego Driving
## Under development


16 changes: 8 additions & 8 deletions invertedai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
add_apikey = session.add_apikey

__all__ = [
drive,
initialize,
Jupyter_Render,
CarlaEnv,
CarlaSimulationConfig,
logger,
session,
add_apikey,
"drive",
"initialize",
"Jupyter_Render",
"CarlaEnv",
"CarlaSimulationConfig",
"logger",
"session",
"add_apikey",
]

0 comments on commit a5bfcdb

Please sign in to comment.