GitExtensionsDoc-master

所属分类:Windows编程
开发工具:C/C++
文件大小:3443KB
下载次数:0
上传日期:2019-11-09 14:49:14
上 传 者CrazyICer
说明:  从一个git的图形化管理客户端软件,方便管理git
(A git graphical management client software, easy to manage Git)

文件列表:
.tx (0, 2019-10-04)
.tx\config (3472, 2019-10-04)
GitExtensions.settings (1759, 2019-10-04)
Makefile (5613, 2019-10-04)
UpdateTranslations.cmd (60, 2019-10-04)
compile_translation.cmd (39, 2019-10-04)
make-HTMLHelp.cmd (262, 2019-10-04)
make-html.cmd (84, 2019-10-04)
make-singlehtml.cmd (90, 2019-10-04)
make.cmd (5287, 2019-10-04)
make_and_start_Browser.cmd (175, 2019-10-04)
make_and_start_MsHtmlHelp.cmd (370, 2019-10-04)
source (0, 2019-10-04)
source\branches.rst (9695, 2019-10-04)
source\browse_repository.rst (2825, 2019-10-04)
source\command_line.rst (386, 2019-10-04)
source\commit.rst (8053, 2019-10-04)
source\conf.py (10902, 2019-10-04)
source\extensions (0, 2019-10-04)
source\extensions\settings-ext.py (4621, 2019-10-04)
source\file_history.rst (1152, 2019-10-04)
source\files (0, 2019-10-04)
source\files\settings (0, 2019-10-04)
source\files\settings\GitExtensions.settings (3421, 2019-10-04)
source\getting_started.rst (5279, 2019-10-04)
source\git-extensions-logo-128px.png (3383, 2019-10-04)
source\git-extensions-logo.ico (34494, 2019-10-04)
source\git_extensions.rst (1878, 2019-10-04)
source\images (0, 2019-10-04)
source\images\add_note_context_menu.png (49883, 2019-10-04)
source\images\add_submodules.png (4687, 2019-10-04)
source\images\advance_filter_dialog-menu.png (152849, 2019-10-04)
source\images\advance_filter_dialog.png (9478, 2019-10-04)
source\images\apply_patche.png (13234, 2019-10-04)
... ...

Git Extensions Manual ===================== This repository contains the new Git extensions Manual. Feel free to help us improve this manual by sending pull requests or by opening issues. Refer to the Wiki here: https://github.com/gitextensions/gitextensions/wiki for details on how to update the documentation. View Online ----------- The current documentation can be viewed here: https://git-extensions-documentation.readthedocs.org/en/latest/ PDF and other formats can be downloaded here: https://readthedocs.org/projects/git-extensions-documentation/downloads/ **Note:** Only the HTML format is "supported" (i.e. from the display point of view). Other formats might have layout issues but the content remains the same for all formats, whether or not you build it locally (provided your local clone is up to date). Build ----- To generate the documentation, you need to have Sphinx installed: http://www.sphinx-doc.org/en/master/usage/installation.html#windows The following installs and build the GE html documentation for any Python package with PIP included: - pip install -U sphinx - sphinx-build -b html -d build/doctrees source build/html ### HTML Simply run `make-html.cmd`. You can also use `make-singlehtml.cmd` to generate a single HTML file. The `make_and_start_Browser.cmd` is an alias of `make-html.cmd` that will open in your default browser the documentation main index. ### HTML Help Files **Warning:** This format is not completely supported (i.e. you can generate it but we don't guarantee as good a display quality as for HTML). Download HTML Help Workshop (http://www.microsoft.com/en-us/download/details.aspx?id=21138). To build the file, use `make-HTMLHelp.cmd` ### PDF **Warning:** This format is not completely supported (i.e. you can generate it but we don't guarantee as good a display quality as for HTML). To use the PDF builder, you'll need to install: * rst2pdf `easy_install rst2pdf` * pil `easy_install pil` Also add `,'rst2pdf.pdfbuilder'` to the source/conf.py file at the line 28. Then run `make.cmd pdf`. Version update -------------- * Set version in source/conf.py * Create release branch release/x.y (this is the default from the GE About menu for released versions, 'master' for development builds). * When releasing final, push 'latest' branch to release/x.y commit (this branch is the default when browsing https://git-extensions-documentation.readthedocs.io/). * Edit versions in https://readthedocs.org/projects/git-extensions-documentation/versions/ (admin privileges needed). Keep relevant versions active. * Trigger a build for changed versions

近期下载者

相关文件


收藏者