py2docfx 0.1.0.dev1461283__py3-none-any.whl → 0.1.0.dev1461371__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- py2docfx/__main__.py +2 -2
- {py2docfx-0.1.0.dev1461283.dist-info → py2docfx-0.1.0.dev1461371.dist-info}/METADATA +1 -1
- {py2docfx-0.1.0.dev1461283.dist-info → py2docfx-0.1.0.dev1461371.dist-info}/RECORD +5 -5
- {py2docfx-0.1.0.dev1461283.dist-info → py2docfx-0.1.0.dev1461371.dist-info}/WHEEL +0 -0
- {py2docfx-0.1.0.dev1461283.dist-info → py2docfx-0.1.0.dev1461371.dist-info}/top_level.txt +0 -0
py2docfx/__main__.py
CHANGED
@@ -89,7 +89,7 @@ def get_parser() -> argparse.ArgumentParser:
|
|
89
89
|
"--url",
|
90
90
|
default=None,
|
91
91
|
dest="url",
|
92
|
-
help="""Valid when INSTALL_TYPE==source_code, url of the repo to
|
92
|
+
help="""Valid and required when INSTALL_TYPE==source_code, url of the repo to
|
93
93
|
clone which contains SDK package source code.""",
|
94
94
|
)
|
95
95
|
parser.add_argument(
|
@@ -113,7 +113,7 @@ def get_parser() -> argparse.ArgumentParser:
|
|
113
113
|
containing SDK package source code.""",
|
114
114
|
)
|
115
115
|
parser.add_argument(
|
116
|
-
"--
|
116
|
+
"--prefer_source_distribution",
|
117
117
|
dest="prefer_source_distribution",
|
118
118
|
action="store_true",
|
119
119
|
help="""Valid when INSTALL_TYPE==pypi, a flag which add --prefer-binary
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: py2docfx
|
3
|
-
Version: 0.1.0.
|
3
|
+
Version: 0.1.0.dev1461371
|
4
4
|
Summary: A package built based on Sphinx which download source code package and generate yaml files supported by docfx.
|
5
5
|
Author: Microsoft Corporation
|
6
6
|
License: MIT License
|
@@ -1,5 +1,5 @@
|
|
1
1
|
py2docfx/__init__.py,sha256=kPRhPGPC1JknDotkksG428c1iIgfFr_4_7Jm-llrowY,72
|
2
|
-
py2docfx/__main__.py,sha256=
|
2
|
+
py2docfx/__main__.py,sha256=aWgebvFwf2QasDN_MeoPHth_RPo7NgQHHqGOs4rkqh0,10983
|
3
3
|
py2docfx/convert_prepare/__init__.py,sha256=XxtxrP0kmW3ZBHIAoxsPDEHzcgeC0WSnole8Lk6CjKs,11
|
4
4
|
py2docfx/convert_prepare/environment.py,sha256=AwS4c4OSwVdxlExBLVo310HrVhFMhWQ2Wh9RJPJKH1c,894
|
5
5
|
py2docfx/convert_prepare/generate_conf.py,sha256=wqs6iyElzJarH-20_qEL9zvZvt5xfBMsGXSXPSZy6wg,2295
|
@@ -99,7 +99,7 @@ py2docfx/docfx_yaml/tests/roots/test-translator-signatures/refered_objects.py,sh
|
|
99
99
|
py2docfx/docfx_yaml/tests/roots/test-writer-table/code_with_table_desc.py,sha256=J4eFvXsymgFvjnwVUY0APtUGwuxvt-AFJjTaEaQ7zMQ,574
|
100
100
|
py2docfx/docfx_yaml/tests/roots/test-writer-table/conf.py,sha256=avcbnIOV2mlGQwhMQJZC4W6UGRBRhnq1QBxjPWlySxQ,260
|
101
101
|
py2docfx/docfx_yaml/tests/utils/test_utils.py,sha256=N61dPDo5vuRSWlq3FIbdmalOwxGMzbKDILpRBeN58RE,3374
|
102
|
-
py2docfx-0.1.0.
|
103
|
-
py2docfx-0.1.0.
|
104
|
-
py2docfx-0.1.0.
|
105
|
-
py2docfx-0.1.0.
|
102
|
+
py2docfx-0.1.0.dev1461371.dist-info/METADATA,sha256=Lwc300D1r4CftGxnnOHQdJOwILBUFlcIHqceZa8yJ4U,601
|
103
|
+
py2docfx-0.1.0.dev1461371.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
104
|
+
py2docfx-0.1.0.dev1461371.dist-info/top_level.txt,sha256=5dH2uP81dczt_qQJ38wiZ-gzoVWasfiJALWRSjdbnYU,9
|
105
|
+
py2docfx-0.1.0.dev1461371.dist-info/RECORD,,
|
File without changes
|
File without changes
|