=
commited on
Commit
·
d9dec25
1
Parent(s):
58568a7
added examples
Browse files- .idea/deep_translator.iml +2 -2
- Makefile +3 -3
- examples/test.pdf +0 -0
- examples/test.txt +1 -0
.idea/deep_translator.iml
CHANGED
@@ -8,8 +8,8 @@
|
|
8 |
<orderEntry type="sourceFolder" forTests="false" />
|
9 |
</component>
|
10 |
<component name="PyDocumentationSettings">
|
11 |
-
<option name="format" value="
|
12 |
-
<option name="myDocStringFormat" value="
|
13 |
</component>
|
14 |
<component name="TestRunnerService">
|
15 |
<option name="PROJECT_TEST_RUNNER" value="pytest" />
|
|
|
8 |
<orderEntry type="sourceFolder" forTests="false" />
|
9 |
</component>
|
10 |
<component name="PyDocumentationSettings">
|
11 |
+
<option name="format" value="EPYTEXT" />
|
12 |
+
<option name="myDocStringFormat" value="Epytext" />
|
13 |
</component>
|
14 |
<component name="TestRunnerService">
|
15 |
<option name="PROJECT_TEST_RUNNER" value="pytest" />
|
Makefile
CHANGED
@@ -29,9 +29,9 @@ help:
|
|
29 |
clean: clean-build clean-pyc clean-test ## remove all build, test, coverage and Python artifacts
|
30 |
|
31 |
clean-build: ## remove build artifacts
|
32 |
-
rm -
|
33 |
-
rm -
|
34 |
-
rm -
|
35 |
find . -name '*.egg-info' -exec rm -fr {} +
|
36 |
find . -name '*.egg' -exec rm -f {} +
|
37 |
|
|
|
29 |
clean: clean-build clean-pyc clean-test ## remove all build, test, coverage and Python artifacts
|
30 |
|
31 |
clean-build: ## remove build artifacts
|
32 |
+
rm -rf -f build/
|
33 |
+
rm -rf -f dist/
|
34 |
+
rm -rf -f .eggs/
|
35 |
find . -name '*.egg-info' -exec rm -fr {} +
|
36 |
find . -name '*.egg' -exec rm -f {} +
|
37 |
|
examples/test.pdf
ADDED
Binary file (40.6 kB). View file
|
|
examples/test.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
A paragraph is a series of related sentences developing a central idea, called the topic. Try to think about paragraphs in terms of thematic unity: a paragraph is a sentence or a group of sentences that supports one central, unified idea. Paragraphs add one idea at a time to your broader argument.
|