File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
test_build_ts/source/docs
test_dot_dot_paths/source/docs Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
# Minimal stuff needed for Sphinx to work:
6
6
source_suffix = '.rst'
7
7
master_doc = 'index'
8
- author = u 'Nick Alexander'
8
+ author = 'Nick Alexander'
9
9
exclude_patterns = ['_build' , 'Thumbs.db' , '.DS_Store' ]
10
10
js_source_path = ['.' , 'inner' ]
11
11
root_for_relative_js_paths = '.'
Original file line number Diff line number Diff line change 5
5
# Minimal stuff needed for Sphinx to work:
6
6
source_suffix = '.rst'
7
7
master_doc = 'index'
8
- author = u 'Nick Alexander'
8
+ author = 'Nick Alexander'
9
9
exclude_patterns = ['_build' , 'Thumbs.db' , '.DS_Store' ]
10
10
js_language = 'typescript'
11
11
js_source_path = ['.' , 'inner' ]
Original file line number Diff line number Diff line change 5
5
# Minimal stuff needed for Sphinx to work:
6
6
source_suffix = '.rst'
7
7
master_doc = 'index'
8
- author = u 'Erik Rose'
8
+ author = 'Erik Rose'
9
9
exclude_patterns = ['_build' , 'Thumbs.db' , '.DS_Store' ]
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def test_autofunction_typedef(self):
51
51
"""Make sure @typedef uses can be documented with autofunction."""
52
52
self ._file_contents_eq (
53
53
'autofunction_typedef' ,
54
- u 'TypeDefinition()\n \n Arguments:\n * **width** (*Number*) -- width in pixels\n ' )
54
+ 'TypeDefinition()\n \n Arguments:\n * **width** (*Number*) -- width in pixels\n ' )
55
55
56
56
def test_autofunction_callback (self ):
57
57
"""Make sure @callback uses can be documented with autofunction."""
@@ -383,7 +383,7 @@ def test_restructuredtext_injection(self):
383
383
"""
384
384
self ._file_contents_eq (
385
385
'injection' ,
386
- u 'injection(a_, b)\n \n '
386
+ 'injection(a_, b)\n \n '
387
387
' Arguments:\n '
388
388
' * **a_** -- Snorf\n \n '
389
389
' * **b** (*type_*) -- >>Borf_<<\n \n '
Original file line number Diff line number Diff line change 5
5
# Minimal stuff needed for Sphinx to work:
6
6
source_suffix = '.rst'
7
7
master_doc = 'index'
8
- author = u 'Erik Rose'
8
+ author = 'Erik Rose'
9
9
exclude_patterns = ['_build' , 'Thumbs.db' , '.DS_Store' ]
10
10
11
11
jsdoc_config_path = '../tsconfig.json'
Original file line number Diff line number Diff line change 5
5
# Minimal stuff needed for Sphinx to work:
6
6
source_suffix = '.rst'
7
7
master_doc = 'index'
8
- author = u 'Erik Rose'
8
+ author = 'Erik Rose'
9
9
exclude_patterns = ['_build' , 'Thumbs.db' , '.DS_Store' ]
10
10
root_for_relative_js_paths = './'
You can’t perform that action at this time.
0 commit comments