Download List

프로젝트 설명

HappyDoc is a tool for extracting documentation from Python source code. It differs from other such applications by the fact that it uses the parse tree for a module to derive the information used in its output instead of importing the module directly. This allows the user to generate documentation for modules which need special context to be imported.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-08-25 06:43
2.1

버그는 어디에 출력이 잘못된 장소에있을 때 - d 옵션을 사용하도록 작성되었다 해결되었습니다. PluginLoader 더 이상 플러그인은 Python으로 작성되지 않은 수 있도록 플러그인에 대한 '. 평'의 확장이 필요합니다.
Tags: Major bugfixes
A bug was fixed where output was written to the wrong place when the -d option was used. The PluginLoader no longer requires a '.py' extension on plugins, allowing plugins not written in Python.

2001-12-30 20:15
2.0

훨씬 코드 기반의 (뿐만 아니라 다른 파이썬 라이브러리) HappyDoc 코드에 대한 네임 스페이스를 보호하기 위해 재배열되었습니다. 패키지 설명은 지금 __init__.py 모듈을 대신 docstring 항상 README 파일에 있어야한다는 데에서 추출하실 수있습니다. HTMLTable 포맷터와 문제가 발생 페이지 이상 많은 브라우저에서 해결된 것처럼 보이게합니다.
Tags: Minor feature enhancements
Much of the code base has been rearranged to protect the namespace for HappyDoc
code (as well as other Python libraries). Package descriptions can now be
extracted from the __init__.py module docstring instead of always having to be
in a README file. A problem with the HTMLTable formatter that caused pages to
look odd in many browsers was fixed.

2001-11-21 21:54
1.6.1

수정의 다양한 구문 파이썬 2.0 업데이 트를 지원하도록 구현했다. 플러그인 시스템이 모듈은 작가 워드 프로세서를 사용하여 각기 다른 마크업 스타일을 개발할 수 있도록 변환기 docstring에 추가되었습니다. 외부 파일은 이제 그들의 확장에 의해 인식됩니다. 전역 기본 설정 docstrings 명령줄이나 파일에 대한 특정 설정을 입력 파일에 포함된 수있습니다 전달할 수있습니다. 기본적으로 마크업 구문 StructuredTextNG로, 원래 StructuredText 교체 업데이 트되었습니다. 파일 시스템 고유의 파서가 컨트롤을 변수에 입력 소스 파일에 포함 될 수 있도록 구현되었습니다.
Tags: Major feature enhancements
A variety of modifications were implemented to support Python 2.0 syntax
updates. A plugin system was added for docstring converters to allow module
authors to write docs using different markup styles. External files are now
recognized by their extension. The global default setting for docstrings can be
passed on the command line or a file-specific setting can be embedded in the
input file. The default markup syntax was updated to StructuredTextNG,
replacing the original StructuredText. A system to allow file-specific parser
control variables to be embedded in the input source files was implemented.

2001-01-30 15:12
0.7.1

이것도 Freshmeat에있는 초기 릴리스 발표입니다. 버전 0.7.1은 아직 개발하지만, 사용할 수 있어야합니다. 그것의 핵심 기능이 없기 때문에 남은 구현되어 1.x에서 버전 번호가 지정되지 않았습니다.
This is the initial release announcement on freshmeat. Version 0.7.1 is still in development, but should be usable. It has not been assigned a 1.x version number because there are core features left to be implemented.

Project Resources