Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Reordered documents
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Feb 16, 2022
1 parent 65f3c3d commit 725555c
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 53 deletions.
10 changes: 5 additions & 5 deletions src/doc/en/website/root_index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<head>
<title>SageMath Documentation </title>
<link rel="stylesheet" href="/html/en/website/_static/sage.css" type="text/css" />
<link rel="stylesheet" href="html/en/_static/sage.css" type="text/css" />
<style>
html { margin: 20px; font-family: sans-serif; font-size: 90%; }
body { background-color: white; max-width: 1200px; }
body { background-color: white; max-width: 1300px; }
h2 { margin: 0;}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
Expand All @@ -18,7 +18,7 @@
div.row.last { height: 3em; }
div.entry { margin: 1em 1em 1em 0; display: inline; white-space: nowrap; }
</style>
<link rel="shortcut icon" href="/html/en/website/_static/favicon.ico"/>
<link rel="shortcut icon" href="html/en/_static/favicon.ico"/>
</head>
<body>
<a href="https://www.sagemath.org/">
Expand All @@ -44,10 +44,10 @@ <h1>Sage Documentation</h1>
<div class='entry lang-en'><a href='html/en/thematic_tutorials/index.html'>Thematic Tutorials</a></div>
<div class='entry lang-en'><a href='html/en/prep/index.html'>PREP Tutorials</a></div>
<div class='entry lang-en'><a href='html/en/constructions/index.html'>Constructions</a></div>
<div class='entry lang-en'><a href='html/en/faq/index.html'>FAQ</a></div>
<div class='entry lang-en'><a href='html/en/reference/index.html'>Reference Manual</a></div>
<div class='entry lang-en'><a href='html/en/installation/index.html'>Installation Guide</a></div>
<div class='entry lang-en'><a href='html/en/developer/index.html'>Developer's Guide</a></div>
<div class='entry lang-en'><a href='html/en/faq/index.html'>FAQ</a></div>
</div></div>
<div class="row fr"><div class="cell"></div>
<div class="cell lang">French</div>
Expand Down Expand Up @@ -117,10 +117,10 @@ <h1>Sage Documentation</h1>
<div class='entry lang-en'><a href='pdf/en/thematic_tutorials/thematic_tutorials.pdf'>Thematic Tutorials</a></div>
<div class='entry lang-en'><a href='pdf/en/prep/prep_tutorials.pdf'>PREP Tutorials</a></div>
<div class='entry lang-en'><a href='pdf/en/constructions/constructions.pdf'>Constructions</a></div>
<div class='entry lang-en'><a href='pdf/en/faq/faq.pdf'>FAQ</a></div>
<div class='entry lang-en'><a href='pdf/en/reference/index.html'>Reference Manual</a></div>
<div class='entry lang-en'><a href='pdf/en/installation/installation.pdf'>Installation Guide</a></div>
<div class='entry lang-en'><a href='pdf/en/developer/developer.pdf'>Developer's Guide</a></div>
<div class='entry lang-en'><a href='pdf/en/faq/faq.pdf'>FAQ</a></div>
</div></div>
<div class="row fr"><div class="cell"></div>
<div class="cell lang">French</div>
Expand Down
88 changes: 40 additions & 48 deletions src/doc/en/website/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,20 @@ <h2>
</strong>
</h2>
<table class="contentstable" align="center" cellspacing="20">
<tr valign="top">
<tr valign="top">
<td width="50%">
<p class="biglink">
<a class="biglink" href="tutorial/index.html">
Tutorial
<a class="biglink" href="a_tour_of_sage/index.html">
A Tour of Sage
</a>
<a title="Download PDF" class="pdf" href="../../pdf/en/tutorial/sage_tutorial.pdf">
<a title="Download PDF" class="pdf" href="../../pdf/en/a_tour_of_sage/a_tour_of_sage.pdf">
<img class="icon" src="_static/pdf.png"></img>
</a>
<br>
<span class="linkdescr">
This tutorial is the best way to become familiar with Sage
in only a few hours.
This is a tour of Sage that closely follows the tour of
Mathematica that is at the beginning of the Mathematica
Book.
</span>
</p>
</td>
Expand All @@ -69,6 +70,39 @@ <h2>
</p>
</td>
</tr>
<tr valign="top">
<td width="50%">
<p class="biglink">
<a class="biglink" href="tutorial/index.html">
Tutorial
</a>
<a title="Download PDF" class="pdf" href="../../pdf/en/tutorial/sage_tutorial.pdf">
<img class="icon" src="_static/pdf.png"></img>
</a>
<br>
<span class="linkdescr">
This tutorial is the best way to become familiar with Sage
in only a few hours.
</span>
</p>
</td>
<td width="50%">
<p class="biglink">
<a class="biglink" href="constructions/index.html">
Constructions
</a>
<a title="Download PDF" class="pdf" href="../../pdf/en/constructions/constructions.pdf">
<img class="icon" src="_static/pdf.png"></img>
</a>
<br>
<span class="linkdescr">
This document collects answers to some questions along the line "How
do I construct ... in Sage?" Try to find out how to see the Riemann zeta
function \(\zeta(s)\) along the line \(s=\frac{1}{2}+it\).
</span>
</p>
</td>
</tr>
<tr valign="top">
<td width="50%">
<p class="biglink">
Expand Down Expand Up @@ -183,47 +217,5 @@ <h2>
</td>
</tr>
</table>
<h2>
<strong>
Other Documents
</strong>
</h2>
<table class="contentstable" align="center" cellspacing="20">
<tr valign="top">

<td width="50%">
<p class="biglink">
<a class="biglink" href="a_tour_of_sage/index.html">
A Tour of Sage
</a>
<a title="Download PDF" class="pdf" href="../../pdf/en/a_tour_of_sage/a_tour_of_sage.pdf">
<img class="icon" src="_static/pdf.png"></img>
</a>
<br>
<span class="linkdescr">
This is a tour of Sage that closely follows the tour of
Mathematica that is at the beginning of the Mathematica
Book.
</span>
</p>
</td>
<td width="50%">
<p class="biglink">
<a class="biglink" href="constructions/index.html">
Constructions
</a>
<a title="Download PDF" class="pdf" href="../../pdf/en/constructions/constructions.pdf">
<img class="icon" src="_static/pdf.png"></img>
</a>
<br>
<span class="linkdescr">
This document collects answers to some questions along the line "How
do I construct ... in Sage?" Try to find out how to see the Riemann zeta
function \(\zeta(s)\) along the line \(s=\frac{1}{2}+it\).
</span>
</p>
</td>
</tr>
</table>
{% endblock %}
{% endblock %}

0 comments on commit 725555c

Please sign in to comment.