Skip to content

Commit 97c9900

Browse files
committed
Different approach to #36066, #35376
1 parent 8972309 commit 97c9900

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/en/tutorial/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
# Grouping the document tree into LaTeX files. List of tuples
3434
# (source start file, target name, title, author, document class [howto/manual]).
3535
latex_documents = [
36-
('index', 'SageTutorial.tex', project,
36+
('index', 'sage_tutorial.tex', 'Tutorial',
3737
'The Sage Development Team', 'manual'),
3838
]

src/doc/en/website/root_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h1>Sage Documentation</h1>
113113
<div class="cell lang"><a href='html/en/index.html'>English</a></div>
114114
<div class="cell doc">
115115
<div class='entry lang-en'><a href='pdf/en/a_tour_of_sage/a_tour_of_sage.pdf'>A Tour of Sage</a></div>
116-
<div class='entry lang-en'><a href='pdf/en/tutorial/SageTutorial.pdf'>Tutorial</a></div>
116+
<div class='entry lang-en'><a href='pdf/en/tutorial/sage_tutorial.pdf'>Tutorial</a></div>
117117
<div class='entry lang-en'><a href='pdf/en/thematic_tutorials/thematic_tutorials.pdf'>Thematic Tutorials</a></div>
118118
<div class='entry lang-en'><a href='pdf/en/prep/prep_tutorials.pdf'>PREP Tutorials</a></div>
119119
<div class='entry lang-en'><a href='pdf/en/constructions/constructions.pdf'>Constructions</a></div>

0 commit comments

Comments
 (0)