File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ if mangled_name_for_x == 0:
9090```
9191
9292See what java2python did there? It tried to do what you would do. For further
93- explanation and enumeration see the [ features ] [ ] page.
93+ explanation and enumeration see the [ translation details ] [ ] page.
9494
9595
9696### Why Bother?
@@ -101,5 +101,5 @@ it's an interesting problem (kind of).
101101
102102
103103[ ANTLR ] : http://www.antlr.org
104- [ features ] : https://github.com/natural/java2python/tree/master/doc/features .md
104+ [ translation details ] : https://github.com/natural/java2python/tree/master/doc/translation .md
105105[ 1 ] : http://roundrockriver.wordpress.com/2007/02/15/automated-translation-of-java-to-python/
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ this first.
99
1010The [ Installation] [ ] doc describes how to install the package.
1111
12- #### Translation Features
12+ #### Translation Details
1313
14- The [ Translation Features ] [ ] page documents how the package translates Java
15- syntax to Python
14+ The [ Translation Details ] [ ] page documents how the package translates Java
15+ syntax to Python.
1616
1717#### Usage
1818The [ Usage] [ ] page explains how to run the ` j2py ` script.
@@ -25,5 +25,5 @@ The [Customization][] doc describes how to customize translation behavior.
2525[ Customization ] : https://github.com/natural/java2python/tree/master/doc/customization.md
2626[ Installation ] : https://github.com/natural/java2python/tree/master/doc/install.md
2727[ Introduction ] : https://github.com/natural/java2python/tree/master/doc/intro.md
28- [ Translation Features ] : https://github.com/natural/java2python/tree/master/doc/features .md
28+ [ Translation Details ] : https://github.com/natural/java2python/tree/master/doc/translation .md
2929[ Usage ] : https://github.com/natural/java2python/tree/master/doc/usage.md
File renamed without changes.
You can’t perform that action at this time.
0 commit comments