mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-07 07:02:53 +03:00
Pyvelox sphinx documentation (#3363)
Summary: This is the initial PR to integrate PyVelox documentation. X-link: https://github.com/facebookincubator/velox/pull/3363 Reviewed By: Yuhta Differential Revision: D43483032 Pulled By: kgpai fbshipit-source-id: f632974161b0c71c461415d239b1fa3726bb8299
This commit is contained in:
committed by
Facebook GitHub Bot
parent
bfdc73e4d6
commit
9bcc1277d4
@@ -31,7 +31,6 @@ from getdeps.platform import HostType
|
|||||||
from getdeps.runcmd import run_cmd
|
from getdeps.runcmd import run_cmd
|
||||||
from getdeps.subcmd import add_subcommands, cmd, SubCmd
|
from getdeps.subcmd import add_subcommands, cmd, SubCmd
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import getdeps.facebook # noqa: F401
|
import getdeps.facebook # noqa: F401
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
@@ -33,7 +33,6 @@ from .fetcher import (
|
|||||||
)
|
)
|
||||||
from .py_wheel_builder import PythonWheelBuilder
|
from .py_wheel_builder import PythonWheelBuilder
|
||||||
|
|
||||||
|
|
||||||
REQUIRED = "REQUIRED"
|
REQUIRED = "REQUIRED"
|
||||||
OPTIONAL = "OPTIONAL"
|
OPTIONAL = "OPTIONAL"
|
||||||
|
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
# LICENSE file in the root directory of this source tree.
|
# LICENSE file in the root directory of this source tree.
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
import platform
|
import platform
|
||||||
import re
|
import re
|
||||||
import shlex
|
import shlex
|
||||||
|
Reference in New Issue
Block a user