Skip to content

Commit e927538

Browse files
Updated RST documentation templates to reflect new module name
1 parent 3c15dcf commit e927538

3 files changed

Lines changed: 35 additions & 35 deletions

File tree

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
python\_package.hello\_world package
2-
====================================
1+
tl\_python\_package\_template.hello\_world package
2+
========================================
33

44
Submodules
55
----------
66

7-
python\_package.hello\_world.hello\_world module
8-
------------------------------------------------
7+
tl\_python\_package\_template.hello\_world.hello\_world module
8+
--------------------------------------------------------------
99

10-
.. automodule:: python_package.hello_world.hello_world
10+
.. automodule:: tl_python_package_template.hello_world.hello_world
1111
:members:
1212
:undoc-members:
1313
:show-inheritance:
1414

1515
Module contents
1616
---------------
1717

18-
.. automodule:: python_package.hello_world
18+
.. automodule:: tl_python_package_template.hello_world
1919
:members:
2020
:undoc-members:
2121
:show-inheritance:
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
tl\_python\_package\_template package
2+
=====================================
3+
4+
Subpackages
5+
-----------
6+
7+
.. toctree::
8+
:maxdepth: 4
9+
10+
tl_python_package_template.hello_world
11+
12+
Submodules
13+
----------
14+
15+
tl\_python\_package\_template.setup module
16+
------------------------------------------
17+
18+
.. automodule:: tl_python_package_template.setup
19+
:members:
20+
:undoc-members:
21+
:show-inheritance:
22+
23+
Module contents
24+
---------------
25+
26+
.. automodule:: tl_python_package_template
27+
:members:
28+
:undoc-members:
29+
:show-inheritance:

docs/tl_python_packaget_template.rst

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)