Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9752b38

Browse files
author
Troy Melhase
committed
Absolute URLs in docs.
1 parent aa7bd0a commit 9752b38

File tree

3 files changed

+24
-13
lines changed

3 files changed

+24
-13
lines changed

doc/install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## java2python Installation

doc/readme.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
## java2python Documentation
22

3-
Please read the [introduction](./intro.md) for information about what the
4-
package does, how it works, and why it was created. From there you should
5-
proceed to the [usage](./usage.md) page for an overview of how to work with
6-
the tool. When you really get going, you'll want to read the
7-
[features](./features.md) page to learn what you can do.
3+
Please read the
4+
[introduction](https://github.com/natural/java2python/tree/master/doc/intro.md)
5+
for information about what the package does, how it works, and why it was
6+
created. From there you should proceed to the
7+
[usage](https://github.com/natural/java2python/tree/master/doc/usage.md) page
8+
for an overview of how to work with the tool. When you really get going,
9+
you'll want to read the
10+
[features](https://github.com/natural/java2python/tree/master/doc/features.md)
11+
page to learn what you can do.
812

913

1014
### Contents
1115

1216
These are the docs we've got:
1317

14-
* [Introduction](intro.md)
15-
* [Features](features.md)
16-
* [Usage](usage.md)
17-
* [Customization](customization.md)
18-
* [Glossary](glossary.md)
18+
* [Introduction](https://github.com/natural/java2python/tree/master/doc/intro.md)
19+
* [Installation](https://github.com/natural/java2python/tree/master/doc/install.md)
20+
* [Features](https://github.com/natural/java2python/tree/master/doc/features.md)
21+
* [Usage](https://github.com/natural/java2python/tree/master/doc/usage.md)
22+
* [Customization](https://github.com/natural/java2python/tree/master/doc/customization.md)

readme.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@
33
Simple but effective tool to translate Java source code into Python.
44

55

6-
There are [lots of docs](./java2python/tree/master/doc/), [plenty of tests](./java2python/tree/master/test/), and [many options](./java2python/tree/master/doc/customizations.md) for controlling code generation.
7-
8-
I'm in the process of finalizing the documentation and packaging a release. That will be release 0.5 when it's done. If you're looking for old releases, check the [downloads](./java2python/downloads) link above.
6+
There are
7+
[lots of docs](https://github.com/natural/java2python/tree/master/doc/),
8+
[plenty of tests](https://github.com/natural/java2python/tree/master/test/),
9+
and [many options](https://github.com/natural/java2python/tree/master/doc/customizations.md) for
10+
controlling code generation.
11+
12+
I'm in the process of finalizing the documentation and packaging a release.
13+
That will be release 0.5 when it's done. If you're looking for old releases,
14+
check the [downloads](https://github.com/natural/java2python/downloads) link above.
915

1016
Here's a very simple example. First we show the file:
1117

0 commit comments

Comments
 (0)