Skip to content

Commit

Permalink
azure-mgmt-documentdb 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Jan 31, 2017
1 parent 2a93c1a commit f43aa44
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ listed before.
- azure-mgmt-containerregistry 0.1.1
- azure-mgmt-datalake-analytics 0.1.2
- azure-mgmt-datalake-store 0.1.2
- azure-mgmt-documentdb 0.1.0
- azure-mgmt-commerce 0.30.0rc6
- azure-mgmt-eventhub 0.2.0
- azure-mgmt-iothub 0.2.1
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-documentdb/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Release History
===============

0.0.1 (1970-01-01)
0.1.0 (2017-01-31)
++++++++++++++++++

* Initial Release
4 changes: 3 additions & 1 deletion azure-mgmt-documentdb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,14 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'License :: OSI Approved :: MIT License',
],
zip_safe=False,
packages=find_packages(),
install_requires=[
'msrestazure~=0.4.7',
'azure-common~=1.1.4',
'azure-mgmt-nspkg',
'azure-common[autorest]==1.1.4',
],
)
1 change: 1 addition & 0 deletions doc/autorest_generated_packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
./ref/azure.mgmt.datalake.store.rst
./ref/azure.mgmt.devtestlabs.rst
./ref/azure.mgmt.dns.rst
./ref/azure.mgmt.documentdb.rst
./ref/azure.mgmt.eventhub.rst
./ref/azure.mgmt.iothub.rst
./ref/azure.mgmt.keyvault.rst
Expand Down
10 changes: 5 additions & 5 deletions doc/generate_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ def generate_doc(config_path, project_pattern=None):
_LOGGER.info("Working on %s", project)
namespace = local_conf['autorest_options']['Namespace']

# Hack for KV, we don't release the generated code, but a wrapper
# We do manually the doc
if "azure.keyvault.generated" == namespace:
package_list_path.append('./ref/azure.keyvault.rst')
continue
# Hack for KV, we don't release the generated code, but a wrapper
# We do manually the doc
if "azure.keyvault.generated" == namespace:
package_list_path.append('./ref/azure.keyvault.rst')
continue

rst_path = './ref/{}.rst'.format(namespace)
with Path(rst_path).open('w') as rst_file:
Expand Down
1 change: 1 addition & 0 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ azure-mgmt-containerregistry 0.1.1
azure-mgmt-commerce 0.30.0rc6
azure-mgmt-datalake-analytics 0.1.2
azure-mgmt-datalake-store 0.1.2
azure-mgmt-documentdb 0.1.0
azure-mgmt-eventhub 0.2.0
azure-mgmt-iothub 0.2.1
azure-mgmt-media 0.1.1
Expand Down
7 changes: 7 additions & 0 deletions doc/ref/azure.mgmt.documentdb.models.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
azure.mgmt.documentdb.models module
===========================================

.. automodule:: azure.mgmt.documentdb.models
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/ref/azure.mgmt.documentdb.operations.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
azure.mgmt.documentdb.operations module
===========================================

.. automodule:: azure.mgmt.documentdb.operations
:members:
:undoc-members:
:show-inheritance:
18 changes: 18 additions & 0 deletions doc/ref/azure.mgmt.documentdb.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
azure.mgmt.documentdb package
==========================

Submodules
----------

.. toctree::

azure.mgmt.documentdb.models
azure.mgmt.documentdb.operations

Module contents
---------------

.. automodule:: azure.mgmt.documentdb
:members:
:undoc-members:
:show-inheritance:

0 comments on commit f43aa44

Please sign in to comment.