mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
fix docs
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -3,7 +3,7 @@ name: Bug Report
|
|||||||
about: Report an issue with build_tools you've discovered.
|
about: Report an issue with build_tools you've discovered.
|
||||||
---
|
---
|
||||||
|
|
||||||
**Describe your problem**:
|
# Describe your problem:
|
||||||
|
|
||||||
*Be clear in your description of the problem.
|
*Be clear in your description of the problem.
|
||||||
Open an issue with a descriptive title and a summary in complete sentences.*
|
Open an issue with a descriptive title and a summary in complete sentences.*
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
## Overview
|
# Overview
|
||||||
|
|
||||||
**change_autor.py** is a tool for change autor and last modifiend in all documents in folder.
|
**change_autor.py** is a tool for change autor and last modifiend in all documents in folder.
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
1. Place the files to be changed in a folder, e.g. **input**.
|
1. Place the files to be changed in a folder, e.g. **input**.
|
||||||
2. Create a folder in which the modified files will be stored, e.g. **output**.
|
2. Create a folder in which the modified files will be stored, e.g. **output**.
|
||||||
3. Call the file *change_autor.py* as shown below.
|
3. Call the file *change_autor.py* as shown below.
|
||||||
|
|
||||||
@ -17,10 +17,11 @@ ________________________
|
|||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
1. Place the files to be changed in a folder, e.g. **input**.
|
1. Place the files to be changed in a folder, e.g. **input**.
|
||||||
2. Create a folder in which the converted files will be stored, e.g. **output**.
|
2. Create a folder in which the converted files will be stored, e.g. **output**.
|
||||||
3. Call the file *convert_directory.py* as shown below.
|
3. Call the file *convert_directory.py* as shown below.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
convert_directory.py path_to_builder_directory path_to_input_folder path_to_output_folder format_ext
|
convert_directory.py path_to_builder_directory
|
||||||
|
path_to_input_folder path_to_output_folder format_ext
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user