Skip to content

Commit a2202a4

Browse files
author
Troy Melhase
committed
Testing inter-doc links.
1 parent 9eb53ea commit a2202a4

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

doc/customization.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,13 @@ These values are strings or generators that yield strings for a module
122122
prologue.
123123

124124
Default:
125-
```[basic.shebangLine,
126-
basic.simpleDocString,
127-
basic.maybeBsr,
128-
basic.maybeSyncHelpers
129-
]```
125+
```
126+
[basic.shebangLine,
127+
basic.simpleDocString,
128+
basic.maybeBsr,
129+
basic.maybeSyncHelpers
130+
]
131+
```
130132

131133

132134
#### <a name="moduleEpilogueHandlers"></a>moduleEpilogueHandlers
@@ -248,11 +250,12 @@ These generators yield values for the module prologue.
248250

249251
Default:
250252

251-
```[basic.maybeAbstractMethod,
252-
basic.maybeClassMethod,
253-
basic.maybeSynchronizedMethod,
254-
basic.overloadedClassMethods,
255-
]
253+
```
254+
[basic.maybeAbstractMethod,
255+
basic.maybeClassMethod,
256+
basic.maybeSynchronizedMethod,
257+
basic.overloadedClassMethods,
258+
]
256259
```
257260

258261
#### <a name="astTransforms"></a>astTransforms

doc/translation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Literals are copied from source to target with the following modifications:
2525
* string and character literals are changed to Python strings
2626

2727
Transformation of literal values happens at the AST level; see the
28-
`astTransforms` configuration value for details.
28+
[`astTransforms`][1] configuration value for details.
2929

3030
### Expressions
3131

@@ -239,3 +239,6 @@ JavaDoc comments are preserved as Python comments.
239239
Java language specification: http://java.sun.com/docs/books/jls/third_edition/html/syntax.html
240240

241241

242+
243+
244+
[1]: https://github.com/natural/java2python/tree/master/doc/customization.md#astTransforms

0 commit comments

Comments
 (0)