Skip to content

Commit e79413a

Browse files
committed
Updated documentation from txt to rst
Signed-off-by: Abhijeet Kasurde <[email protected]>
1 parent c605cf9 commit e79413a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+48
-48
lines changed

doc/en/apiref.rst

+27

doc/en/apiref.txt

-27
This file was deleted.

doc/en/conf.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
templates_path = ['_templates']
4848

4949
# The suffix of source filenames.
50-
source_suffix = '.txt'
50+
source_suffix = '.rst'
5151

5252
# The encoding of source files.
5353
#source_encoding = 'utf-8-sig'
@@ -73,13 +73,13 @@
7373

7474
# List of patterns, relative to source directory, that match files and
7575
# directories to ignore when looking for source files.
76-
exclude_patterns = ['links.inc', '_build', 'naming20.txt', 'test/*',
76+
exclude_patterns = ['links.inc', '_build', 'naming20.rst', 'test/*',
7777
"old_*",
7878
'*attic*',
7979
'*/attic*',
80-
'funcargs.txt',
81-
'setup.txt',
82-
'example/remoteinterp.txt',
80+
'funcargs.rst',
81+
'setup.rst',
82+
'example/remoteinterp.rst',
8383
]
8484

8585

doc/en/contents.txt renamed to doc/en/contents.rst

+2-2

doc/en/example/index.txt renamed to doc/en/example/index.rst

+7-7

doc/en/goodpractises.txt renamed to doc/en/goodpractises.rst

+1-1

doc/en/overview.txt renamed to doc/en/overview.rst

+6-6

0 commit comments

Comments
 (0)