반응형

Javascript 120

Python 문서 용 reStructuredText에 대한 실제 대안이 있습니까?

Python 문서 용 reStructuredText에 대한 실제 대안이 있습니까? 곧 오픈 소스 Python 프로젝트를 시작하고 있으며 문서화 문자열을 작성하는 방법을 미리 결정하려고합니다. 분명한 대답은 autodoc과 함께 reStructuredText와 Sphinx를 사용하는 것입니다. 왜냐하면 저는 독 스트링에 내 코드를 적절하게 문서화 한 다음 Sphinx가 자동으로 API 문서를 생성하도록하는 아이디어를 정말 좋아 하기 때문 입니다. 문제는 그것이 사용하는 reStructuredText 구문입니다. 렌더링되기 전에는 완전히 읽을 수 없다고 생각합니다. 예를 들면 : : param path : 래핑 할 파일의 경로 : 유형 경로 : str : param field_storage : 래핑 할 : ..

programing 2021.01.17

Webclient / HttpWebRequest with Basic Authentication returns 404 not found for valid URL

Webclient / HttpWebRequest with Basic Authentication returns 404 not found for valid URL Edit: I wanted to come back to note that the problem wasn't on my end at all, but rather with with code on the other company's side. I'm trying to pull up a page using Basic Authentication. I keep getting a 404 Page not found error. I can copy and paste my url into the browser and it works fine (if I'm not l..

programing 2021.01.17
반응형