Skip to content

Commit 093721a

Browse files
committed
Add OICA to docs
1 parent 096c226 commit 093721a

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

doc/api.in

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
estat
1111
iamc
1212
jrc
13+
oica
1314
org
1415
proto
1516
store

doc/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,15 @@ They handle tasks including:
5151
estat
5252
iamc
5353
jrc
54+
oica
5455
org
5556
proto
5657

5758
- :mod:`.adb`: :doc:`adb`
5859
- :mod:`.estat`: :doc:`estat`
5960
- :mod:`.iamc`: :doc:`iamc`
6061
- :mod:`.jrc`: :doc:`jrc`
62+
- :mod:`.oica`: :doc:`oica`
6163
- :mod:`.org`: :doc:`org`
6264
- :mod:`.proto`: :doc:`proto`
6365

doc/oica.rst

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
International Organization of Motor Vehicle Manufacturers
2+
*********************************************************
3+
4+
.. include:: _api/transport_data.oica.rst

transport_data/oica/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""International Organization of Motor Vehicle Manufacturers (OICA) provider.
22
3-
This module handles data from the JRC IDEES 2015 source.
3+
This module handles data from the OICA website.
44
55
"Handle" includes:
66

0 commit comments

Comments
 (0)