py2docfx 0.1.10.dev1871906__py3-none-any.whl → 0.1.10.dev1872051__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.10.dev1871906.dist-info → py2docfx-0.1.10.dev1872051.dist-info}/METADATA +1 -1
- {py2docfx-0.1.10.dev1871906.dist-info → py2docfx-0.1.10.dev1872051.dist-info}/RECORD +5 -5
- {py2docfx-0.1.10.dev1871906.dist-info → py2docfx-0.1.10.dev1872051.dist-info}/WHEEL +0 -0
- {py2docfx-0.1.10.dev1871906.dist-info → py2docfx-0.1.10.dev1872051.dist-info}/top_level.txt +0 -0
py2docfx/__main__.py
CHANGED
@@ -309,8 +309,8 @@ async def donwload_package_generate_documents(
|
|
309
309
|
asyncio.create_task(py2docfxEnvironment.copy_venv(0, idx + py2docfxEnvironment.VENV_BUFFER)))
|
310
310
|
end_time = time.time()
|
311
311
|
print(f"<create_prepare_venv>{package.name},{end_time-start_time}<create_prepare_venv/>")
|
312
|
-
# TODO: remove the last venv
|
313
|
-
if idx >=
|
312
|
+
# TODO: remove the last venv, keep the template venv0
|
313
|
+
if idx >= 2:
|
314
314
|
start_time = time.time()
|
315
315
|
env_remove_tasks.append(asyncio.create_task(
|
316
316
|
py2docfxEnvironment.remove_environment(idx-1)))
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: py2docfx
|
3
|
-
Version: 0.1.10.
|
3
|
+
Version: 0.1.10.dev1872051
|
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=eGlDN87txxbPoL5rxSRqpfHy6EHB7qCsSa7kJ2bzYLU,16491
|
3
3
|
py2docfx/convert_prepare/__init__.py,sha256=XxtxrP0kmW3ZBHIAoxsPDEHzcgeC0WSnole8Lk6CjKs,11
|
4
4
|
py2docfx/convert_prepare/environment.py,sha256=F_2YRI7ljMoJ4aZuT0UmceRd7qyfLWRTXq8mbhPUI34,5065
|
5
5
|
py2docfx/convert_prepare/generate_conf.py,sha256=wqs6iyElzJarH-20_qEL9zvZvt5xfBMsGXSXPSZy6wg,2295
|
@@ -1882,7 +1882,7 @@ py2docfx/venv/venv0/Scripts/rst2s5.py,sha256=lnv7lRNv1Oz3gjI5BOJlTqfCJQLJxgwJ9l3
|
|
1882
1882
|
py2docfx/venv/venv0/Scripts/rst2xetex.py,sha256=5_9VjwA5RKUMJG9L__1ZiS8DIeLHRdPWeWW7B4otM8M,909
|
1883
1883
|
py2docfx/venv/venv0/Scripts/rst2xml.py,sha256=hU2nzGVbXbQBnH_ydI5f2VDkGQyDMUdTgz3rfa45JMg,638
|
1884
1884
|
py2docfx/venv/venv0/Scripts/rstpep2html.py,sha256=uLmCJKfEKPeeWS0n76HharN9YEYIuCRQQXfPPBJaRso,706
|
1885
|
-
py2docfx-0.1.10.
|
1886
|
-
py2docfx-0.1.10.
|
1887
|
-
py2docfx-0.1.10.
|
1888
|
-
py2docfx-0.1.10.
|
1885
|
+
py2docfx-0.1.10.dev1872051.dist-info/METADATA,sha256=_4ExugCzVog3pi83DNrnhVU-qm4H56-7rzcGVQIlg7w,601
|
1886
|
+
py2docfx-0.1.10.dev1872051.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
1887
|
+
py2docfx-0.1.10.dev1872051.dist-info/top_level.txt,sha256=5dH2uP81dczt_qQJ38wiZ-gzoVWasfiJALWRSjdbnYU,9
|
1888
|
+
py2docfx-0.1.10.dev1872051.dist-info/RECORD,,
|
File without changes
|
File without changes
|