Skip to content

Commit

Permalink
Renames features.md and updates references to it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy Melhase committed Feb 5, 2012
1 parent c4f83ea commit df576ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/intro.md
Expand Up @@ -90,7 +90,7 @@ if mangled_name_for_x == 0:
```

See what java2python did there? It tried to do what you would do. For further
explanation and enumeration see the [features][] page.
explanation and enumeration see the [translation details][] page.


### Why Bother?
Expand All @@ -101,5 +101,5 @@ it's an interesting problem (kind of).


[ANTLR]: http://www.antlr.org
[features]: https://github.com/natural/java2python/tree/master/doc/features.md
[translation details]: https://github.com/natural/java2python/tree/master/doc/translation.md
[1]: http://roundrockriver.wordpress.com/2007/02/15/automated-translation-of-java-to-python/
8 changes: 4 additions & 4 deletions doc/readme.md
Expand Up @@ -9,10 +9,10 @@ this first.

The [Installation][] doc describes how to install the package.

#### Translation Features
#### Translation Details

The [Translation Features][] page documents how the package translates Java
syntax to Python
The [Translation Details][] page documents how the package translates Java
syntax to Python.

#### Usage
The [Usage][] page explains how to run the `j2py` script.
Expand All @@ -25,5 +25,5 @@ The [Customization][] doc describes how to customize translation behavior.
[Customization]: https://github.com/natural/java2python/tree/master/doc/customization.md
[Installation]: https://github.com/natural/java2python/tree/master/doc/install.md
[Introduction]: https://github.com/natural/java2python/tree/master/doc/intro.md
[Translation Features]: https://github.com/natural/java2python/tree/master/doc/features.md
[Translation Details]: https://github.com/natural/java2python/tree/master/doc/translation.md
[Usage]: https://github.com/natural/java2python/tree/master/doc/usage.md
File renamed without changes.

0 comments on commit df576ee

Please sign in to comment.