Skip to content

Commit 5775066

Browse files
committed
auto publish 2023-02-12 20:30:23+00:00
1 parent 9d6e5a3 commit 5775066

Some content is hidden

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

48 files changed

+3352
-2913
lines changed

404.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
</a></div>
4949

5050
<div id="header-text"><form action="search.html" method="get">
51-
<a href="http://planet.sagemath.org/">Blog</a>
51+
<a href="https://github.com/sagemath/sage">GitHub</a>
5252
&middot;
53-
<a href="https://trac.sagemath.org/sage_trac">Trac</a>
53+
<a href="http://planet.sagemath.org/">Blog</a>
5454
&middot;
5555
<a href="https://wiki.sagemath.org/">Wiki</a>
5656
&middot;
@@ -168,20 +168,19 @@
168168
<li><a href="development.html">Development</a>
169169
<ul>
170170
<li><a href="https://github.com/sagemath/sage/blob/develop/CONTRIBUTING.md" class="ext">Contributing to SageMath</a></li>
171+
<li><a href="https://github.com/sagemath/sage" class="ext">GitHub repository</a></li>
171172
<li><a href="development-groups.html">Mailing Lists</a></li>
172-
<li><a href="https://trac.sagemath.org" class="ext">Trac server</a></li>
173173
<li><a href="development-map.html">Developer Map</a></li>
174-
<li><a href="https://trac.sagemath.org/wiki/WikiStart#Followingthepulseofdevelopment" class="ext">Status</a></li>
174+
175175
<li><a href="development-prize.html">Prize</a></li>
176176
<li><a href="development-ack.html">Acknowledgment</a></li>
177-
<li><a href="https://github.com/sagemath/sage" class="ext">GitHub repository</a></li>
178177
<li><a href="https://doc.sagemath.org/html/en/developer/" class="ext">Developer Guide</a></li>
179178
</ul>
180179
</li>
181180

182181
<li><a href="links.html">Links</a>
183182
<ul>
184-
<li><a href="https://trac.sagemath.org/wiki/WikiStart#Surveyingthemathematicalsoftwarelandscape" class="ext">Math Software Landscape</a></li>
183+
<li><a href="https://github.com/sagemath/sage/wiki/WikiStart#surveying-the-mathematical-software-landscape" class="ext">Math Software Landscape</a></li>
185184
<li><a href="https://doc.sagemath.org/html/en/reference/spkg/" class="ext">SageMath Components</a></li>
186185
<li class="section"><a href="https://sagecell.sagemath.org/" class="ext">SageMath Cell Server</a></li>
187186
<li class="section"><a href="http://planet.sagemath.org/" class="ext">SageMath Blog</a></li>

changelogs/index.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
</a></div>
3535

3636
<div id="header-text"><form action="../search.html" method="get">
37-
<a href="http://planet.sagemath.org/">Blog</a>
37+
<a href="https://github.com/sagemath/sage">GitHub</a>
3838
&middot;
39-
<a href="https://trac.sagemath.org/sage_trac">Trac</a>
39+
<a href="http://planet.sagemath.org/">Blog</a>
4040
&middot;
4141
<a href="https://wiki.sagemath.org/">Wiki</a>
4242
&middot;
@@ -154,20 +154,19 @@
154154
<li><a href="../development.html">Development</a>
155155
<ul>
156156
<li><a href="https://github.com/sagemath/sage/blob/develop/CONTRIBUTING.md" class="ext">Contributing to SageMath</a></li>
157+
<li><a href="https://github.com/sagemath/sage" class="ext">GitHub repository</a></li>
157158
<li><a href="../development-groups.html">Mailing Lists</a></li>
158-
<li><a href="https://trac.sagemath.org" class="ext">Trac server</a></li>
159159
<li><a href="../development-map.html">Developer Map</a></li>
160-
<li><a href="https://trac.sagemath.org/wiki/WikiStart#Followingthepulseofdevelopment" class="ext">Status</a></li>
160+
161161
<li><a href="../development-prize.html">Prize</a></li>
162162
<li><a href="../development-ack.html">Acknowledgment</a></li>
163-
<li><a href="https://github.com/sagemath/sage" class="ext">GitHub repository</a></li>
164163
<li><a href="https://doc.sagemath.org/html/en/developer/" class="ext">Developer Guide</a></li>
165164
</ul>
166165
</li>
167166

168167
<li><a href="../links.html">Links</a>
169168
<ul>
170-
<li><a href="https://trac.sagemath.org/wiki/WikiStart#Surveyingthemathematicalsoftwarelandscape" class="ext">Math Software Landscape</a></li>
169+
<li><a href="https://github.com/sagemath/sage/wiki/WikiStart#surveying-the-mathematical-software-landscape" class="ext">Math Software Landscape</a></li>
171170
<li><a href="https://doc.sagemath.org/html/en/reference/spkg/" class="ext">SageMath Components</a></li>
172171
<li class="section"><a href="https://sagecell.sagemath.org/" class="ext">SageMath Cell Server</a></li>
173172
<li class="section"><a href="http://planet.sagemath.org/" class="ext">SageMath Blog</a></li>
@@ -186,6 +185,10 @@ <h1>Changelogs</h1>
186185
<div class="small justify bodypadding">
187186
<ul>
188187

188+
<li>
189+
<a href="./sage-9.8.txt">sage-9.8.txt</a>
190+
</li>
191+
189192
<li>
190193
<a href="./sage-9.7.txt">sage-9.7.txt</a>
191194
</li>

changelogs/sage-9.8.txt

Lines changed: 523 additions & 0 deletions
Large diffs are not rendered by default.

contact.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
</a></div>
3535

3636
<div id="header-text"><form action="search.html" method="get">
37-
<a href="http://planet.sagemath.org/">Blog</a>
37+
<a href="https://github.com/sagemath/sage">GitHub</a>
3838
&middot;
39-
<a href="https://trac.sagemath.org/sage_trac">Trac</a>
39+
<a href="http://planet.sagemath.org/">Blog</a>
4040
&middot;
4141
<a href="https://wiki.sagemath.org/">Wiki</a>
4242
&middot;
@@ -154,20 +154,19 @@
154154
<li><a href="development.html">Development</a>
155155
<ul>
156156
<li><a href="https://github.com/sagemath/sage/blob/develop/CONTRIBUTING.md" class="ext">Contributing to SageMath</a></li>
157+
<li><a href="https://github.com/sagemath/sage" class="ext">GitHub repository</a></li>
157158
<li><a href="development-groups.html">Mailing Lists</a></li>
158-
<li><a href="https://trac.sagemath.org" class="ext">Trac server</a></li>
159159
<li><a href="development-map.html">Developer Map</a></li>
160-
<li><a href="https://trac.sagemath.org/wiki/WikiStart#Followingthepulseofdevelopment" class="ext">Status</a></li>
160+
161161
<li><a href="development-prize.html">Prize</a></li>
162162
<li><a href="development-ack.html">Acknowledgment</a></li>
163-
<li><a href="https://github.com/sagemath/sage" class="ext">GitHub repository</a></li>
164163
<li><a href="https://doc.sagemath.org/html/en/developer/" class="ext">Developer Guide</a></li>
165164
</ul>
166165
</li>
167166

168167
<li><a href="links.html">Links</a>
169168
<ul>
170-
<li><a href="https://trac.sagemath.org/wiki/WikiStart#Surveyingthemathematicalsoftwarelandscape" class="ext">Math Software Landscape</a></li>
169+
<li><a href="https://github.com/sagemath/sage/wiki/WikiStart#surveying-the-mathematical-software-landscape" class="ext">Math Software Landscape</a></li>
171170
<li><a href="https://doc.sagemath.org/html/en/reference/spkg/" class="ext">SageMath Components</a></li>
172171
<li class="section"><a href="https://sagecell.sagemath.org/" class="ext">SageMath Cell Server</a></li>
173172
<li class="section"><a href="http://planet.sagemath.org/" class="ext">SageMath Blog</a></li>

development-ack.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
</a></div>
3535

3636
<div id="header-text"><form action="search.html" method="get">
37-
<a href="http://planet.sagemath.org/">Blog</a>
37+
<a href="https://github.com/sagemath/sage">GitHub</a>
3838
&middot;
39-
<a href="https://trac.sagemath.org/sage_trac">Trac</a>
39+
<a href="http://planet.sagemath.org/">Blog</a>
4040
&middot;
4141
<a href="https://wiki.sagemath.org/">Wiki</a>
4242
&middot;
@@ -154,20 +154,19 @@
154154
<li><a href="development.html">Development</a>
155155
<ul>
156156
<li><a href="https://github.com/sagemath/sage/blob/develop/CONTRIBUTING.md" class="ext">Contributing to SageMath</a></li>
157+
<li><a href="https://github.com/sagemath/sage" class="ext">GitHub repository</a></li>
157158
<li><a href="development-groups.html">Mailing Lists</a></li>
158-
<li><a href="https://trac.sagemath.org" class="ext">Trac server</a></li>
159159
<li><a href="development-map.html">Developer Map</a></li>
160-
<li><a href="https://trac.sagemath.org/wiki/WikiStart#Followingthepulseofdevelopment" class="ext">Status</a></li>
160+
161161
<li><a href="development-prize.html">Prize</a></li>
162162
<li><a href="development-ack.html">Acknowledgment</a></li>
163-
<li><a href="https://github.com/sagemath/sage" class="ext">GitHub repository</a></li>
164163
<li><a href="https://doc.sagemath.org/html/en/developer/" class="ext">Developer Guide</a></li>
165164
</ul>
166165
</li>
167166

168167
<li><a href="links.html">Links</a>
169168
<ul>
170-
<li><a href="https://trac.sagemath.org/wiki/WikiStart#Surveyingthemathematicalsoftwarelandscape" class="ext">Math Software Landscape</a></li>
169+
<li><a href="https://github.com/sagemath/sage/wiki/WikiStart#surveying-the-mathematical-software-landscape" class="ext">Math Software Landscape</a></li>
171170
<li><a href="https://doc.sagemath.org/html/en/reference/spkg/" class="ext">SageMath Components</a></li>
172171
<li class="section"><a href="https://sagecell.sagemath.org/" class="ext">SageMath Cell Server</a></li>
173172
<li class="section"><a href="http://planet.sagemath.org/" class="ext">SageMath Blog</a></li>

development-groups.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
</a></div>
3535

3636
<div id="header-text"><form action="search.html" method="get">
37-
<a href="http://planet.sagemath.org/">Blog</a>
37+
<a href="https://github.com/sagemath/sage">GitHub</a>
3838
&middot;
39-
<a href="https://trac.sagemath.org/sage_trac">Trac</a>
39+
<a href="http://planet.sagemath.org/">Blog</a>
4040
&middot;
4141
<a href="https://wiki.sagemath.org/">Wiki</a>
4242
&middot;
@@ -154,20 +154,19 @@
154154
<li><a href="development.html">Development</a>
155155
<ul>
156156
<li><a href="https://github.com/sagemath/sage/blob/develop/CONTRIBUTING.md" class="ext">Contributing to SageMath</a></li>
157+
<li><a href="https://github.com/sagemath/sage" class="ext">GitHub repository</a></li>
157158
<li><a href="development-groups.html">Mailing Lists</a></li>
158-
<li><a href="https://trac.sagemath.org" class="ext">Trac server</a></li>
159159
<li><a href="development-map.html">Developer Map</a></li>
160-
<li><a href="https://trac.sagemath.org/wiki/WikiStart#Followingthepulseofdevelopment" class="ext">Status</a></li>
160+
161161
<li><a href="development-prize.html">Prize</a></li>
162162
<li><a href="development-ack.html">Acknowledgment</a></li>
163-
<li><a href="https://github.com/sagemath/sage" class="ext">GitHub repository</a></li>
164163
<li><a href="https://doc.sagemath.org/html/en/developer/" class="ext">Developer Guide</a></li>
165164
</ul>
166165
</li>
167166

168167
<li><a href="links.html">Links</a>
169168
<ul>
170-
<li><a href="https://trac.sagemath.org/wiki/WikiStart#Surveyingthemathematicalsoftwarelandscape" class="ext">Math Software Landscape</a></li>
169+
<li><a href="https://github.com/sagemath/sage/wiki/WikiStart#surveying-the-mathematical-software-landscape" class="ext">Math Software Landscape</a></li>
171170
<li><a href="https://doc.sagemath.org/html/en/reference/spkg/" class="ext">SageMath Components</a></li>
172171
<li class="section"><a href="https://sagecell.sagemath.org/" class="ext">SageMath Cell Server</a></li>
173172
<li class="section"><a href="http://planet.sagemath.org/" class="ext">SageMath Blog</a></li>

0 commit comments

Comments
 (0)