File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ file. The generated Python code is not guaranteed to run, nor is guaranteed to
88be syntactically valid Python. However, java2python works well many cases, and
99in some of those, it creates perfectly usable and workable Python code.
1010
11+ For more information, read the [ introduction] [ ] . To install, refer to the
12+ [ installation] [ ] page.
13+
1114There are [ lots of docs] [ ] , [ plenty of tests] [ ] , and [ many options] [ ] for
1215controlling code generation.
1316
@@ -52,7 +55,9 @@ if __name__ == '__main__':
5255```
5356
5457
58+ [ downloads ] : https://github.com/natural/java2python/downloads
59+ [ installation ] : https://github.com/natural/java2python/tree/master/doc/install.md
60+ [ introduction ] : https://github.com/natural/java2python/tree/master/doc/intro.md
5561[ lots of docs ] : https://github.com/natural/java2python/tree/master/doc/
56- [ plenty of tests ] : https://github.com/natural/java2python/tree/master/test/
5762[ many options ] : https://github.com/natural/java2python/tree/master/doc/customization.md
58- [ downloads ] : https://github.com/natural/java2python/downloads
63+ [ plenty of tests ] : https://github.com/natural/java2python/tree/master/test/
You can’t perform that action at this time.
0 commit comments