Skip to content

Commit 59fc463

Browse files
authored
Merge pull request #15 from LibreSign/fix/resolve-warnings
fix: resolve warnings
2 parents 33b6a24 + 7ff40e1 commit 59fc463

5 files changed

Lines changed: 40 additions & 44 deletions

File tree

docs/admin_manual/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@
2525
'style_external_links': True,
2626
'version_selector': False,
2727
}
28-
html_static_path = ['_static']

docs/developer_manual/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@
2525
'style_external_links': True,
2626
'version_selector': False,
2727
}
28-
html_static_path = ['_static']
2928
html_extra_path = ['html']

docs/main/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@
2727
'style_external_links': True,
2828
'version_selector': False,
2929
}
30-
html_static_path = ['_static']

docs/user_manual/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@
2525
'style_external_links': True,
2626
'version_selector': False,
2727
}
28-
html_static_path = ['_static']

docs/user_manual/functionality.rst

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Screens
55
--------------
66

77
Main screen
8-
^^^^^^
9-
.. figure:: images/screen_functionalities.png
10-
:alt: Screen login.
8+
^^^^^^^^^^^
9+
.. figure:: images/screen_functionalities.png
10+
:alt: Screen login.
1111

1212
* 1 - Upload: in this option you can upload a file to the system. The file must be in .pdf format and contain the data to be processed.
1313
* 2 - Choose from files: You can choose a file from the system to be processed. And this file is necessarily in .pdf format and contains the data to be processed.
@@ -18,19 +18,19 @@ Main screen
1818

1919

2020
Files screen
21-
^^^^^^
22-
.. figure:: images/files_screen1.png
23-
:alt: Screen files.
21+
^^^^^^^^^^^^
22+
.. figure:: images/files_screen1.png
23+
:alt: Screen files.
2424

2525
In this page you can see your files. Can see the status:
2626
* Green: signed;
2727
* Orange: warning;
2828
* Red: draft;
2929

3030
Validate screen
31-
^^^^^^
32-
.. figure:: images/validate_screen.png
33-
:alt: Screen validate.
31+
^^^^^^^^^^^^^^^
32+
.. figure:: images/validate_screen.png
33+
:alt: Screen validate.
3434

3535
* 1 - Upload: in this option you can upload a file to the system. The file must be in .pdf format and contain the data to be processed.
3636
* 2 - From UUID: this option allows you to upload a file from a URL.
@@ -40,97 +40,97 @@ Sign files
4040
--------------
4141

4242
Choose file - Upload
43-
^^^^^^^^^^^^^^^^^^^^^^
44-
.. figure:: images/file_to_sign.png
45-
:alt: Choose file.
43+
^^^^^^^^^^^^^^^^^^^^
44+
.. figure:: images/file_to_sign.png
45+
:alt: Choose file.
4646

4747
Here you can choose the file to be signed. The file must be in .pdf format and contain the data to be processed. You can also choose the file from the system or upload a new one.
4848

4949
File loaded
50-
^^^^^^^^^^^^^^^^^^^^^^
51-
.. figure:: images/file_loaded.png
52-
:alt: File loaded.
50+
^^^^^^^^^^^
51+
.. figure:: images/file_loaded.png
52+
:alt: File loaded.
5353

5454
Here you can see the file that was loaded. You can also see the status of the file. The status can be:
5555
* Red: draft;
5656

5757
Add signature
58-
^^^^^^^^^^^^^^^^^^^^^^
59-
.. figure:: images/button_add_signer.png
60-
:alt: Add signature.
58+
^^^^^^^^^^^^^
59+
.. figure:: images/button_add_signer.png
60+
:alt: Add signature.
6161

6262
* 1 - Button Add signer, this button allows you to add a signature to the file. You can choose the type of signature you want to add.
6363

6464
For next step to sign the file. You need to click the button Add signer.
6565

6666
Fill in data
67-
"""""""""""""""""""""
68-
.. figure:: images/fill_data.png
69-
:alt: Fill in data.
67+
""""""""""""
68+
.. figure:: images/fill_data.png
69+
:alt: Fill in data.
7070

7171
Here you need to fill in the data to be signed. Type you email and the name you want to sign the file.
7272
After that, you need to click the button save.
7373

7474
Check the datas
75-
"""""""""""""""""""""
76-
.. figure:: images/check_datas.png
77-
:alt: Check datas.
75+
"""""""""""""""
76+
.. figure:: images/check_datas.png
77+
:alt: Check datas.
7878

7979
If your data is correct, you can click the button next.
8080

8181
Choose location to sign
82-
"""""""""""""""""""""
83-
.. figure:: images/choose_location.png
84-
:alt: Choose location.
82+
"""""""""""""""""""""""
83+
.. figure:: images/choose_location.png
84+
:alt: Choose location.
8585

8686
* 1 - Message: Say you need to choose the location to sign the file.
8787
* 2 - Click on the user that appears.
8888
* 3 - File: Here you will sign in the location you chosen in the file.
8989
* 4 - Request button: This button allows you to request the signature of the file.
9090

9191
See the file signed
92-
"""""""""""""""""""""
93-
.. figure:: images/check_file_signed.png
94-
:alt: File signed.
92+
"""""""""""""""""""
93+
.. figure:: images/check_file_signed.png
94+
:alt: File signed.
9595

9696
* 1 - Files: click here to see the files that were signed.
9797
* 2 - status file: here you can see the status of the file. The status can be:
9898
* Orange: warning;
9999

100100
Check your email
101-
"""""""""""""""""""""
102-
.. figure:: images/check_email.png
103-
:alt: Check email.
101+
""""""""""""""""
102+
.. figure:: images/check_email.png
103+
:alt: Check email.
104104

105105
Here you will recieve the email to sign the file.
106106
Click on the link to Sign>>file_example<< the file.
107107

108108
Confirm the signature
109109
"""""""""""""""""""""
110-
.. figure:: images/confirm_signature.png
111-
:alt: Confirm signature.
110+
.. figure:: images/confirm_signature.png
111+
:alt: Confirm signature.
112112

113113
* 1 - Click on the file to sign.
114114
* 2 - Click on the button to sign the file.
115115

116116
Sign the file
117-
"""""""""""""""""""""
118-
.. figure:: images/sign_file.png
119-
:alt: Sign the file.
117+
"""""""""""""
118+
.. figure:: images/sign_file.png
119+
:alt: Sign the file.
120120

121121
* 1 - Check your signature.
122122
* 2 - Here you can see the way you will sign the file.
123123
* 3 - Click on the button Sign the document.
124124

125125
Signed file
126-
"""""""""""""""""""""
126+
"""""""""""
127127
.. figure:: images/signed.png
128128
:alt: Signed file.
129129

130130
Here you can see the information of the file that was signed. You can click on the button to see the file signed.
131131

132132
Signed file
133-
"""""""""""""""""""""
133+
"""""""""""
134134
.. figure:: images/structure_file_signed.png
135135
:alt: Signed file.
136136

0 commit comments

Comments
 (0)