Giter Site home page Giter Site logo

3.5.0: sphinx warnings about paste HOT 5 OPEN

kloczek avatar kloczek commented on September 6, 2024
3.5.0: sphinx warnings

from paste.

Comments (5)

cdent avatar cdent commented on September 6, 2024

Thanks for raising the issue.

I'm happy to review and accept a patch that addresses this, but from the README: "Paste is in maintenance mode ... Patches are accepted to keep it on life support, but for the most part, please consider using other options."

from paste.

kloczek avatar kloczek commented on September 6, 2024

I've switched from using setuptools<>sphinx integration to use straight sphinx-build command to build documentation out of source tree

+ /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man
Running Sphinx v4.5.0
making output directory... done
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 61 added, 0 changed, 0 removed
reading sources... [100%] url-parsing-with-wsgi
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/index.txt:14: WARNING: toctree contains reference to nonexisting document 'StyleGuide'
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/index.txt:14: WARNING: duplicated entry found in toctree: paste-httpserver-threadpool
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/index.txt:14: WARNING: duplicated entry found in toctree: testing-applications
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/index.txt:14: WARNING: duplicated entry found in toctree: url-parsing-with-wsgi
WARNING: autodoc: failed to import module 'auth.auth_tkt' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'AuthTKTMiddleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_auth_tkt_middleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'AuthTicket' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'BadTicket' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'auth.basic' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'AuthBasicAuthenticator' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'AuthBasicHandler' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_basic' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'auth.cas' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'AuthCASHandler' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'auth.cookie' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'AuthCookieSigner' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'AuthCookieHandler' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'AuthCookieEnviron' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_auth_cookie' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'auth.digest' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'AuthDigestAuthenticator' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'AuthDigestHandler' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'digest_password' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_digest' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'auth.form' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'AuthFormHandler' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_form' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'auth.grantip' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'GrantIPMiddleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_grantip' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'auth.multi' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'MultiHandler' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'cascade' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'Cascade' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_cascade' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'cgiapp' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'CGIApplication' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'CGIError' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_cgi_application' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'cgitb_catcher' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'CgitbMiddleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_cgitb_middleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'debug.debugapp' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'SimpleApplication' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'SlowConsumer' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_test_app' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_slow_app' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'debug.fsdiff' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'Diff' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'Snapshot' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'File' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'Dir' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'report_expected_diffs' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'show_diff' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'debug.prints' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'PrintDebugMiddleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'debug.profile' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'ProfileMiddleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_profile_middleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'profile_decorator' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'debug.watchthreads' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'WatchThreads' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_watch_threads' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_bad_app' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'debug.wdg_validate' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'WDGValidateMiddleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_wdg_validate_middleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'errordocument' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'StatusBasedForward' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_errordocument' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'evalexception' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'EvalException' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'exceptions.errormiddleware' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'ErrorMiddleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'handle_exception' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_error_middleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'exceptions.collector' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'ExceptionCollector' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'collect_exception' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'exceptions.formatter' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'TextFormatter' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTMLFormatter' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'format_html' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'format_text' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'exceptions.reporter' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'EmailReporter' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'LogReporter' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'FileReporter' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'WSGIAppReporter' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'fileapp' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'FileApp' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'DirectoryApp' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'DataApp' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'ArchiveStore' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'fixture' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'TestApp' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'TestRequest' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'Form' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'Field' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'Select' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'Radio' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'Checkbox' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'Text' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'Textarea' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'Hidden' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'Submit' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'TestFileEnvironment' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'ProcResult' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'FoundFile' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'FoundDir' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'gzipper' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'middleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_gzip_middleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'httpexceptions' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'HTTPExceptionHandler' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_middleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPException' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPError' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPRedirection' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPMultipleChoices' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPMovedPermanently' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPFound' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPNotModified' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPUseProxy' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPTemporaryRedirect' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPClientError' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPBadRequest' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPUnauthorized' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPPaymentRequired' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPForbidden' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPNotFound' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPMethodNotAllowed' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPNotAcceptable' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPProxyAuthenticationRequired' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPRequestTimeout' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPConflict' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPGone' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPLengthRequired' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPPreconditionFailed' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPRequestEntityTooLarge' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPRequestURITooLong' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPUnsupportedMediaType' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPRequestRangeNotSatisfiable' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPExpectationFailed' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPServerError' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPInternalServerError' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPNotImplemented' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPBadGateway' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPServiceUnavailable' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPGatewayTimeout' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'HTTPVersionNotSupported' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'httpheaders' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: autodoc: failed to import module 'httpserver' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'serve' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'server_runner' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'lint' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'middleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'WSGIWarning' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'pony' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'PonyMiddleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_pony' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'progress' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'UploadProgressMonitor' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'UploadProgressReporter' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'proxy' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'Proxy' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_proxy' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'TransparentProxy' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_transparent_proxy' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'recursive' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'RecursiveMiddleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'ForwardRequestException' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'registry' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'StackedObjectProxy' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'Registry' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'RegistryManager' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'StackedObjectRestorer' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_registry_manager' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'reloader' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'install' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'Monitor' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'watch_file' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'request' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'get_cookies' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'get_cookie_dict' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'parse_querystring' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'parse_formvars' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'construct_url' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'path_info_split' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'path_info_pop' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'resolve_relative_url' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'EnvironHeaders' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'response' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'HeaderDict' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'has_header' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'header_value' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'remove_header' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'replace_header' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'session' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'SessionMiddleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_session_middleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'transaction' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'TransactionManagerMiddleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'ConnectionFactory' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'BasicTransactionHandler' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'translogger' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'TransLogger' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_filter' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'url' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'URL' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'Image' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'urlmap' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'URLMap' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'urlmap_factory' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'PathProxyURLMap' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'urlparser' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'StaticURLParser' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_static' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'PkgResourcesParser' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_pkg_resources' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'URLParser' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_url_parser' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'util.import_string' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'eval_import' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'simple_import' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'import_module' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'try_import_module' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'util.multidict' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'MultiDict' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'UnicodeMultiDict' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'wsgilib' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'add_close' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'add_start_close' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'chained_app_iters' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'encode_unicode_app_iter' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'catch_errors' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'catch_errors_app' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'raw_interactive' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'interactive' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'dump_environ' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'intercept_output' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'wsgiwrappers' from module 'paste'; the following exception was raised:
No module named 'paste'
WARNING: don't know which module to import for autodocumenting 'WSGIRequest' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'WSGIResponse' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
looking for now-outdated files... none found
pickling environment... done
checking consistency... /home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/include/reference_header.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/auth.auth_tkt.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/auth.basic.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/auth.cas.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/auth.cookie.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/auth.digest.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/auth.form.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/auth.grantip.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/auth.multi.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/cascade.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/cgiapp.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/cgitb_catcher.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/debug.debugapp.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/debug.fsdiff.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/debug.prints.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/debug.profile.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/debug.watchthreads.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/debug.wdg_validate.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/errordocument.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/evalexception.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/exceptions.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/fileapp.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/fixture.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/gzipper.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/httpexceptions.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/httpheaders.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/httpserver.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/lint.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/pony.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/progress.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/proxy.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/recursive.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/registry.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/reloader.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/request.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/response.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/session.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/transaction.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/translogger.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/url.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/urlmap.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/urlparser.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/util.import_string.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/util.multidict.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/wsgilib.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/wsgiwrappers.txt: WARNING: document isn't included in any toctree
done
writing... python-paste.3 { news future testing-applications url-parsing-with-wsgi do-it-yourself-framework paste-httpserver-threadpool developer-features DeveloperGuidelines community/index community/mailing-list community/repository download/index license } /home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:263: WARNING: py:mod reference target not found: paste.auth.auth_tkt
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:273: WARNING: py:mod reference target not found: paste.translogger
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:279: WARNING: py:mod reference target not found: paste.auth.auth_tkt
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:282: WARNING: py:mod reference target not found: paste.errordocument
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:288: WARNING: py:class reference target not found: paste.urlparser.StaticURLParser
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:288: WARNING: py:class reference target not found: paste.urlmap.URLMap
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:295: WARNING: py:func reference target not found: paste.util.mimeparse.desired_match
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:300: WARNING: py:class reference target not found: paste.urlparser.StaticURLParser
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:303: WARNING: py:mod reference target not found: paste.evalexception
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:309: WARNING: py:mod reference target not found: paste.cowbell
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:311: WARNING: py:mod reference target not found: paste.httpserver
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:313: WARNING: py:mod reference target not found: paste.auth.cookie
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:316: WARNING: py:mod reference target not found: paste.util.mimeparse
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:321: WARNING: py:mod reference target not found: paste.auth.auth_tkt
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:325: WARNING: py:class reference target not found: paste.proxy.Proxy
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:327: WARNING: py:mod reference target not found: paste.httpexceptions
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:329: WARNING: py:mod reference target not found: paste.httpserver
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:338: WARNING: py:mod reference target not found: paste.proxy
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:338: WARNING: py:class reference target not found: paste.proxy.Proxy
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:338: WARNING: py:class reference target not found: paste.proxy.TransparentProxy
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:343: WARNING: py:mod reference target not found: paste.debug.prints
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:345: WARNING: py:mod reference target not found: paste.httpserver
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:349: WARNING: py:mod reference target not found: paste.httpserver
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:352: WARNING: py:mod reference target not found: paste.wsgiwrappers
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:355: WARNING: py:func reference target not found: paste.reloader.add_file_callback
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:360: WARNING: py:mod reference target not found: paste.auth.cookie
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:362: WARNING: py:class reference target not found: paste.reloader.JythonMonitor
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:368: WARNING: py:class reference target not found: paste.urlparser.StaticURLParser
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:372: WARNING: py:func reference target not found: paste.fixture.setup_module
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:377: WARNING: py:class reference target not found: paste.fixture.TestApp
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:382: WARNING: py:mod reference target not found: paste.httpserver
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:386: WARNING: py:mod reference target not found: paste.cascade
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:389: WARNING: py:class reference target not found: paste.fixture.TestApp
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:393: WARNING: py:mod reference target not found: paste.httpserver
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:395: WARNING: py:mod reference target not found: paste.auth.auth_tkt
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:398: WARNING: py:mod reference target not found: paste.translogger
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:404: WARNING: py:class reference target not found: paste.exceptions.errormiddleware.ErrorMiddleware
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:408: WARNING: py:mod reference target not found: paste.fixture.TestApp
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:415: WARNING: py:mod reference target not found: paste.debug.profile
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:418: WARNING: py:class reference target not found: paste.urlparser.StaticURLParser
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:423: WARNING: py:class reference target not found: paste.registry.StackedObjectProxy
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:429: WARNING: py:mod reference target not found: paste.debug.prints
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:431: WARNING: py:meth reference target not found: paste.wsgiwrappers.WSGIResponse.delete_cookie
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:7: WARNING: py:class reference target not found: paste.fixture.TestApp
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:10: WARNING: py:class reference target not found: paste.fixture.TestFileEnvironment
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:13: WARNING: py:mod reference target not found: paste.lint
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:15: WARNING: py:mod reference target not found: paste.debug.fsdiff
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:20: WARNING: py:mod reference target not found: paste.httpserver
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:22: WARNING: py:mod reference target not found: paste.debug.watchthreads
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:28: WARNING: py:mod reference target not found: paste.cascade
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:31: WARNING: py:mod reference target not found: paste.urlmap
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:34: WARNING: py:mod reference target not found: paste.recursive
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:37: WARNING: py:mod reference target not found: paste.errordocument
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:43: WARNING: py:mod reference target not found: paste.wsgiwrappers
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:46: WARNING: py:mod reference target not found: paste.request
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:48: WARNING: py:mod reference target not found: paste.cgiapp
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:50: WARNING: py:mod reference target not found: paste.urlparser
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:53: WARNING: py:mod reference target not found: paste.urlparser
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:56: WARNING: py:mod reference target not found: paste.proxy
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:59: WARNING: py:mod reference target not found: paste.fileapp
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:65: WARNING: py:mod reference target not found: paste.httpexceptions
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:68: WARNING: py:mod reference target not found: paste.httpheaders
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:70: WARNING: py:mod reference target not found: paste.auth
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:72: WARNING: py:mod reference target not found: paste.session
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:72: WARNING: py:mod reference target not found: paste.flup_session
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:74: WARNING: py:mod reference target not found: paste.gzipper
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:76: WARNING: py:mod reference target not found: paste.request
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:76: WARNING: py:mod reference target not found: paste.response
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:76: WARNING: py:mod reference target not found: paste.wsgilib
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:80: WARNING: py:mod reference target not found: paste.translogger
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:82: WARNING: py:mod reference target not found: paste.wsgiwrappers
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:84: WARNING: py:mod reference target not found: paste.registry
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:89: WARNING: py:mod reference target not found: paste.auth.cookie
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:89: WARNING: py:mod reference target not found: paste.auth.auth_tkt
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:89: WARNING: py:mod reference target not found: paste.auth.form
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:92: WARNING: py:mod reference target not found: paste.auth.open_id
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:92: WARNING: py:mod reference target not found: paste.auth.cas
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:96: WARNING: py:mod reference target not found: paste.auth.basic
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:96: WARNING: py:mod reference target not found: paste.auth.digest
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:99: WARNING: py:mod reference target not found: paste.auth.multi
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:102: WARNING: py:mod reference target not found: paste.auth.grantip
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:107: WARNING: py:mod reference target not found: paste.exceptions
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:110: WARNING: py:mod reference target not found: paste.evalexception
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:114: WARNING: py:mod reference target not found: paste.cgitb_catcher
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:118: WARNING: py:mod reference target not found: paste.debug.profile
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:121: WARNING: py:mod reference target not found: paste.debug.prints
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:124: WARNING: py:mod reference target not found: paste.debug.wdg_validator
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:131: WARNING: py:mod reference target not found: paste.reloader
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:135: WARNING: py:mod reference target not found: paste.url
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:138: WARNING: py:mod reference target not found: paste.util.template
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:141: WARNING: py:mod reference target not found: paste.util.looper
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:143: WARNING: py:mod reference target not found: paste.util.import_string
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:146: WARNING: py:mod reference target not found: paste.util.multidict
done
build succeeded, 384 warnings.

from paste.

kloczek avatar kloczek commented on September 6, 2024

First batch of warnings can be fixed by patch like below:

--- a/docs/conf.py~     2022-05-17 21:59:38.000000000 +0000
+++ b/docs/conf.py      2022-05-17 22:01:02.765774116 +0000
@@ -12,9 +12,10 @@
 # serve to show the default value.

 import sys
+import os

 # If your extensions are in another directory, add it here.
-#sys.path.append('some/directory')
+sys.path.insert(0, os.path.abspath('..'))

 # General configuration
 # ---------------------

With that pach:

+ /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man
Running Sphinx v4.5.0
making output directory... done
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 61 added, 0 changed, 0 removed
reading sources... [100%] url-parsing-with-wsgi
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/index.txt:14: WARNING: toctree contains reference to nonexisting document 'StyleGuide'
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/index.txt:14: WARNING: duplicated entry found in toctree: paste-httpserver-threadpool
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/index.txt:14: WARNING: duplicated entry found in toctree: testing-applications
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/index.txt:14: WARNING: duplicated entry found in toctree: url-parsing-with-wsgi
WARNING: autodoc: failed to import module 'fsdiff' from module 'paste.debug'; the following exception was raised:
No module named 'UserDict'
WARNING: don't know which module to import for autodocumenting 'Diff' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'Snapshot' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'File' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'Dir' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'report_expected_diffs' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'show_diff' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'prints' from module 'paste.debug'; the following exception was raised:
No module named 'cStringIO'
WARNING: don't know which module to import for autodocumenting 'PrintDebugMiddleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'profile' from module 'paste.debug'; the following exception was raised:
No module named 'hotshot'
WARNING: don't know which module to import for autodocumenting 'ProfileMiddleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_profile_middleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'profile_decorator' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'watchthreads' from module 'paste.debug'; the following exception was raised:
No module named 'cStringIO'
WARNING: don't know which module to import for autodocumenting 'WatchThreads' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_watch_threads' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_bad_app' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'wdg_validate' from module 'paste.debug'; the following exception was raised:
No module named 'cStringIO'
WARNING: don't know which module to import for autodocumenting 'WDGValidateMiddleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'make_wdg_validate_middleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: autodoc: failed to import module 'transaction' from module 'paste'; the following exception was raised:
No module named 'wsgilib'
WARNING: don't know which module to import for autodocumenting 'TransactionManagerMiddleware' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'ConnectionFactory' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
WARNING: don't know which module to import for autodocumenting 'BasicTransactionHandler' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
looking for now-outdated files... none found
pickling environment... done
checking consistency... /home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/include/reference_header.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/auth.auth_tkt.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/auth.basic.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/auth.cas.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/auth.cookie.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/auth.digest.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/auth.form.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/auth.grantip.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/auth.multi.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/cascade.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/cgiapp.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/cgitb_catcher.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/debug.debugapp.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/debug.fsdiff.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/debug.prints.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/debug.profile.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/debug.watchthreads.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/debug.wdg_validate.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/errordocument.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/evalexception.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/exceptions.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/fileapp.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/fixture.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/gzipper.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/httpexceptions.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/httpheaders.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/httpserver.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/lint.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/pony.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/progress.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/proxy.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/recursive.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/registry.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/reloader.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/request.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/response.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/session.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/transaction.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/translogger.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/url.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/urlmap.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/urlparser.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/util.import_string.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/util.multidict.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/wsgilib.txt: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/modules/wsgiwrappers.txt: WARNING: document isn't included in any toctree
done
writing... python-paste.3 { news future testing-applications url-parsing-with-wsgi do-it-yourself-framework paste-httpserver-threadpool developer-features DeveloperGuidelines community/index community/mailing-list community/repository download/index license } /home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:295: WARNING: py:func reference target not found: paste.util.mimeparse.desired_match
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:309: WARNING: py:mod reference target not found: paste.cowbell
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:316: WARNING: py:mod reference target not found: paste.util.mimeparse
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:343: WARNING: py:mod reference target not found: paste.debug.prints
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:355: WARNING: py:func reference target not found: paste.reloader.add_file_callback
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:362: WARNING: py:class reference target not found: paste.reloader.JythonMonitor
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:372: WARNING: py:func reference target not found: paste.fixture.setup_module
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:415: WARNING: py:mod reference target not found: paste.debug.profile
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:429: WARNING: py:mod reference target not found: paste.debug.prints
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/news.txt:431: WARNING: py:meth reference target not found: paste.wsgiwrappers.WSGIResponse.delete_cookie
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:15: WARNING: py:mod reference target not found: paste.debug.fsdiff
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:22: WARNING: py:mod reference target not found: paste.debug.watchthreads
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:70: WARNING: py:mod reference target not found: paste.auth
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:72: WARNING: py:mod reference target not found: paste.flup_session
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:92: WARNING: py:mod reference target not found: paste.auth.open_id
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:107: WARNING: py:mod reference target not found: paste.exceptions
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:118: WARNING: py:mod reference target not found: paste.debug.profile
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:121: WARNING: py:mod reference target not found: paste.debug.prints
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:124: WARNING: py:mod reference target not found: paste.debug.wdg_validator
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:138: WARNING: py:mod reference target not found: paste.util.template
/home/tkloczko/rpmbuild/BUILD/paste-3.5.0/docs/developer-features.txt:141: WARNING: py:mod reference target not found: paste.util.looper
done
build succeeded, 95 warnings.

You can peak on fixes that kind of issues in other projects
latchset/jwcrypto#289
click-contrib/sphinx-click@abc31069

from paste.

cdent avatar cdent commented on September 6, 2024

As I said in my previous comment on this issue, I'm happy to accept patches that fix this issue if you provide them, but paste is only on life-support so I won't be fixing it myself. People should not be using paste.

from paste.

kloczek avatar kloczek commented on September 6, 2024

I'm only messanger ..

from paste.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.