Changed project link from ssh to https.
This commit is contained in:
2
docs/build/_sources/installation.rst.txt
vendored
2
docs/build/_sources/installation.rst.txt
vendored
@ -42,7 +42,7 @@ It will also install several required python packages, including venv, which is
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ git clone ssh://git@strade.fit.vutbr.cz:3022/xlanro00/BP_DP-xlanro00.git
|
||||
$ git clone https://strade.fit.vutbr.cz/git/xlanro00/BP_DP-xlanro00.git
|
||||
|
||||
3. Go inside cloned directory:
|
||||
|
||||
|
8
docs/build/_sources/usage.rst.txt
vendored
8
docs/build/_sources/usage.rst.txt
vendored
@ -18,8 +18,8 @@ Which will print out the following message.
|
||||
|
||||
$ usage: main.py [-h] [-m | --mirror | --no-mirror] input_file
|
||||
output_file dpi ([-c | --config config_file preset] |
|
||||
[filters ...]) [-s | --stl_file p height_line height_base |
|
||||
--stl_file c height_line height_base curv_rate_x curv_rate_y |
|
||||
[filters ...]) [-s | --stl p height_line height_base |
|
||||
--stl c height_line height_base curv_rate_x curv_rate_y |
|
||||
--stl m height_line iter finger_x finger_y finger_z finger_model]
|
||||
[-d | --database database_filename]
|
||||
|
||||
@ -37,8 +37,10 @@ Which will print out the following message.
|
||||
-h, --help show this help message and exit
|
||||
-m, --mirror, --no-mirror
|
||||
switch to mirror input image
|
||||
-s [STL_FILE ...], --stl_file [STL_FILE ...]
|
||||
-s [STL ...], --stl [STL ...]
|
||||
create stl model from processed image
|
||||
-c CONFIG CONFIG, --config CONFIG CONFIG
|
||||
pair: name of the config file with presets,
|
||||
name of the preset
|
||||
-d DATABASE, --database DATABASE
|
||||
switch to store presets in config database
|
||||
|
Reference in New Issue
Block a user