Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 3a05817

Browse files
author
Release Manager
committed
Trac #28601: some typos and https
URL: https://trac.sagemath.org/28601 Reported by: chapoton Ticket author(s): Frédéric Chapoton Reviewer(s): Thierry Monteil
2 parents ceee1d4 + 25e0186 commit 3a05817

File tree

17 files changed

+64
-62
lines changed

17 files changed

+64
-62
lines changed

src/doc/en/developer/git_trac.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Collaborative Development with Git-Trac
99
Sometimes you will only want to work on local changes to Sage, for
1010
your own private needs. However, typically it is beneficial to
1111
share code and ideas with others; the manner in which the
12-
`Sage project <http://sagemath.org>`_ does this (as well as fixing
12+
`Sage project <https://www.sagemath.org>`_ does this (as well as fixing
1313
bugs and upgrading components) is in a very collaborative and
14-
public setting on `the Sage Trac server <http://trac.sagemath.org>`_
14+
public setting on `the Sage Trac server <https://trac.sagemath.org>`_
1515
(the Sage bug and enhancement tracker).
1616

1717
One can use ``git`` :ref:`the hard way <chapter-manual-git>` for this,
@@ -71,10 +71,10 @@ Git and Trac Configuration
7171

7272
.. NOTE::
7373

74-
* `trac <http://trac.sagemath.org>`_ uses username/password for
74+
* `trac <https://trac.sagemath.org>`_ uses username/password for
7575
authentication.
7676

77-
* Our `git repository server <http://git.sagemath.org>`_ uses SSH
77+
* Our `git repository server <https://git.sagemath.org>`_ uses SSH
7878
public key authentication for write access.
7979

8080
You need to set up both authentication mechanisms to be able to upload
@@ -84,8 +84,8 @@ to the Sage directory and tell ``git trac`` about your trac account::
8484

8585
[user@localhost sage]$ git trac config --user USERNAME --pass 'PASSWORD'
8686
Trac xmlrpc URL:
87-
http://trac.sagemath.org/xmlrpc (anonymous)
88-
http://trac.sagemath.org/login/xmlrpc (authenticated)
87+
https://trac.sagemath.org/xmlrpc (anonymous)
88+
https://trac.sagemath.org/login/xmlrpc (authenticated)
8989
realm sage.math.washington.edu
9090
Username: USERNAME
9191
Password: PASSWORD
@@ -165,7 +165,7 @@ want to add it to Sage. You would first open a ticket for that::
165165
[user@localhost sage]$ git trac create 'Last Twin Prime'
166166
Remote branch: u/user/last_twin_prime
167167
Newly-created ticket number: 12345
168-
Ticket URL: http://trac.sagemath.org/12345
168+
Ticket URL: https://trac.sagemath.org/12345
169169
Local branch: t/12345/last_twin_prime
170170

171171
This will create a new trac ticket titled "Last Twin Prime" with a
@@ -190,7 +190,7 @@ Check out an Existing Ticket
190190
----------------------------
191191

192192
Alternatively, you can use the `web interface to the Sage trac
193-
development server <http://trac.sagemath.org>`_ to open a new ticket.
193+
development server <https://trac.sagemath.org>`_ to open a new ticket.
194194
Just log in and click on "Create Ticket".
195195

196196
Or maybe somebody else already opened a ticket. Then, to get a suitable
@@ -266,7 +266,7 @@ done by::
266266
Changing the trac "Branch:" field...
267267

268268
This uploads your changes to a remote branch on the `Sage git server
269-
<http://git.sagemath.org/sage.git>`_. The ``git trac`` command uses
269+
<https://git.sagemath.org/sage.git>`_. The ``git trac`` command uses
270270
the following logic to find out the remote branch name:
271271

272272
* By default, the remote branch name will be whatever is already on
@@ -567,7 +567,7 @@ For an explanation of what should be checked by the reviewer, see
567567
:ref:`chapter-review`.
568568

569569
If you go to the `web interface to the Sage trac development server
570-
<http://trac.sagemath.org>`_ then you can click on the "Branch:" field and see
570+
<https://trac.sagemath.org>`_ then you can click on the "Branch:" field and see
571571
the code that is added by combining all commits of the ticket. This is what
572572
needs to be reviewed.
573573

src/doc/en/developer/trac.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Sage Trac Server
77
====================
88

99
All changes to Sage source code have to go through the `Sage Trac
10-
development server <http://trac.sagemath.org>`_. The purpose
10+
development server <https://trac.sagemath.org>`_. The purpose
1111
of the Sage trac server is to
1212

1313
1. Provide a place for discussion on issues and store a permanent
@@ -17,15 +17,15 @@ of the Sage trac server is to
1717

1818
3. Link these two together.
1919

20-
There is also a `wiki <http://trac.sagemath.org/wiki>`_ for more general
20+
There is also a `wiki <https://trac.sagemath.org/wiki>`_ for more general
2121
organizational web pages, like Sage development workshops.
2222

2323
Thus if you find a bug in Sage, if you have new code to submit, want
2424
to review new code already written but not yet included in Sage, or if
2525
you have corrections for the documentation, you should post on the
2626
trac server. Items on the server are called *tickets*, and anyone may
2727
search or browse the tickets. For a list of recent changes, just visit
28-
the `Sage trac timeline <http://trac.sagemath.org/timeline>`_.
28+
the `Sage trac timeline <https://trac.sagemath.org/timeline>`_.
2929

3030
.. _section-trac-account:
3131

@@ -131,7 +131,7 @@ Linking your Public Key to your Trac Account
131131
The Sage trac server needs to know one of your public keys. You can
132132
upload it in the preferences, that is
133133

134-
1. Go to http://trac.sagemath.org
134+
1. Go to https://trac.sagemath.org
135135

136136
2. Log in with your trac username/password
137137

@@ -174,14 +174,14 @@ If you think you have found a bug in Sage, here is the procedure:
174174
- Search through our Google groups for postings related to your possible bug (it
175175
may have been fixed/reported already):
176176

177-
* ``sage-devel``: `<http://groups.google.com/group/sage-devel>`_
178-
* ``sage-support``: `<http://groups.google.com/group/sage-support>`_
177+
* ``sage-devel``: `<https://groups.google.com/group/sage-devel>`_
178+
* ``sage-support``: `<https://groups.google.com/group/sage-support>`_
179179

180180
Similarly, you can search :ref:`chapter-sage-trac` to see if anyone else has
181181
opened a ticket about your bug.
182182

183183
- If you do not find anything, and you are not sure that you have found a bug,
184-
ask about it on `sage-devel <http://groups.google.com/group/sage-devel>`_. A
184+
ask about it on `sage-devel <https://groups.google.com/group/sage-devel>`_. A
185185
bug report should contain:
186186

187187
- An explicit and **reproducible example** illustrating your bug (and/or the
@@ -381,7 +381,7 @@ new branch on the trac ticket. The following are some other relevant
381381
issues:
382382

383383
* The Patch buildbot wil automatically test your ticket. See `the
384-
patchbot wiki <http://wiki.sagemath.org/buildbot>`_ for more
384+
patchbot wiki <https://wiki.sagemath.org/buildbot>`_ for more
385385
information about its features and limitations. Make sure that you
386386
look at the log, especially if the patch buildbot did not give you
387387
the green blob.

src/sage/combinat/crystals/pbw_datum.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ cpdef list enhance_braid_move_chain(braid_move_chain, cartan_type):
461461
# This likely could be done when performing chain_of_reduced_words
462462
# Things in here get called the most (about 50x more than enhance_braid_move_chain)
463463
for pos in range(1, len(braid_move_chain)):
464-
# This gets the smallest continguous half-open interval [a, b)
464+
# This gets the smallest contiguous half-open interval [a, b)
465465
# that contains the indices where current_word and previous_word differ.
466466
current_word = <tuple> (braid_move_chain[pos])
467467
for k in range(ell):

src/sage/combinat/rsk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1887,7 +1887,7 @@ class RuleSuperRSK(RuleRSK):
18871887
18881888
* The output still consists of two tableaux `(P, Q)` of equal
18891889
shapes, but rather than both of them being semistandard, now
1890-
they are semistandard super tableax.
1890+
they are semistandard super tableaux.
18911891
18921892
* The main difference is in the way bumping works. Instead of having
18931893
only row bumping super RSK uses `\epsilon`-insertion, a combination

src/sage/geometry/newton_polygon.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212
# Distributed under the terms of the GNU General Public License (GPL)
1313
#
14-
# http://www.gnu.org/licenses/
14+
# https://www.gnu.org/licenses/
1515
#############################################################################
1616
from __future__ import division
1717

@@ -246,7 +246,7 @@ def _mul_(self, other):
246246
sage: NP = NP1 * NP2; NP
247247
Infinite Newton polygon with 3 vertices: (0, 0), (1, 1), (2, 5/2) ending by an infinite line of slope 2
248248
249-
The slopes of ``NP`` is the union of thos of ``NP1`` and those of ``NP2``
249+
The slopes of ``NP`` is the union of those of ``NP1`` and those of ``NP2``
250250
which are less than the last slope::
251251
252252
sage: NP1.slopes()

src/sage/geometry/polyhedron/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3476,7 +3476,7 @@ def triangulate(self, engine='auto', connected=True, fine=False, regular=None, s
34763476
except AssertionError:
34773477
# PointConfiguration is not adapted to inhomogeneous cones
34783478
# This is a hack. TODO: Implement the necessary things in
3479-
# PointConfiguration to accep such cases.
3479+
# PointConfiguration to accept such cases.
34803480
c = self.representative_point()
34813481
normed_v = ((1/(r.vector()*c))*r.vector() for r in self.ray_generator())
34823482
pc = PointConfiguration(normed_v, connected=connected, fine=fine, regular=regular, star=star)

src/sage/graphs/generic_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6196,7 +6196,7 @@ def edge_disjoint_spanning_trees(self, k, root=None, solver=None, verbose=0):
61966196
if root is None:
61976197
root = next(self.vertex_iterator())
61986198

6199-
# r_edges is a relaxed variable grater than edges. It is used to
6199+
# r_edges is a relaxed variable greater than edges. It is used to
62006200
# check the presence of cycles
62016201
r_edges = p.new_variable(nonnegative=True)
62026202

src/sage/matrix/matrix_modn_sparse.pyx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ Sparse matrices over `\ZZ/n\ZZ` for `n` small
44
This is a compiled implementation of sparse matrices over
55
`\ZZ/n\ZZ` for `n` small.
66
7-
TODO: - move vectors into a Cython vector class - add _add_ and
8-
_mul_ methods.
7+
.. TODO::
8+
9+
move vectors into a Cython vector class - add _add_ and _mul_ methods.
910
1011
EXAMPLES::
1112
@@ -68,15 +69,15 @@ TESTS::
6869
[]
6970
"""
7071

71-
#*****************************************************************************
72+
# ****************************************************************************
7273
# Copyright (C) 2006 William Stein <[email protected]>
7374
#
7475
# This program is free software: you can redistribute it and/or modify
7576
# it under the terms of the GNU General Public License as published by
7677
# the Free Software Foundation, either version 2 of the License, or
7778
# (at your option) any later version.
78-
# http://www.gnu.org/licenses/
79-
#*****************************************************************************
79+
# https://www.gnu.org/licenses/
80+
# ****************************************************************************
8081

8182
from collections import Iterator, Sequence
8283

@@ -758,7 +759,7 @@ cdef class Matrix_modn_sparse(matrix_sparse.Matrix_sparse):
758759
.. NOTE::
759760
760761
For very sparse matrices Gaussian elimination is faster
761-
because it barly has anything to do. If the fill in needs to
762+
because it barely has anything to do. If the fill in needs to
762763
be considered, 'Symbolic Reordering' is usually much faster.
763764
"""
764765
if self._nrows == 0 or self._ncols == 0:

src/sage/matrix/matrix_space.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1810,7 +1810,7 @@ def matrix(self, x=None, **kwds):
18101810
def matrix_space(self, nrows=None, ncols=None, sparse=False):
18111811
"""
18121812
Return the matrix space with given number of rows, columns and
1813-
sparcity over the same base ring as self, and defaults the same as
1813+
sparsity over the same base ring as self, and defaults the same as
18141814
self.
18151815
18161816
EXAMPLES::

src/sage/misc/classcall_metaclass.pyx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AUTHORS:
99
documentation, Cythonization and optimization.
1010
"""
1111

12-
#*****************************************************************************
12+
# ****************************************************************************
1313
# Copyright (C) 2009 Nicolas M. Thiery <nthiery at users.sf.net>
1414
# Copyright (C) 2010-2012 Florent Hivert <Florent.Hivert at lri.fr>
1515
#
@@ -18,7 +18,7 @@ AUTHORS:
1818
# the Free Software Foundation, either version 2 of the License, or
1919
# (at your option) any later version.
2020
# https://www.gnu.org/licenses/
21-
#*****************************************************************************
21+
# ****************************************************************************
2222

2323
from cpython.object cimport *
2424
from cpython.type cimport type as pytype
@@ -75,7 +75,7 @@ cdef class ClasscallMetaclass(NestedClassMetaclass):
7575
7676
``ClasscallMetaclass`` is an extension of the base :class:`type`.
7777
78-
TODO: find a good name for this metaclass.
78+
.. TODO:: find a good name for this metaclass.
7979
8080
TESTS::
8181
@@ -269,7 +269,7 @@ cdef class ClasscallMetaclass(NestedClassMetaclass):
269269
270270
Typical applications include the implementation of factories or of
271271
unique representation (see :class:`UniqueRepresentation`). Such
272-
features are traditionaly implemented by either using a wrapper
272+
features are traditionally implemented by either using a wrapper
273273
function, or fiddling with :meth:`~object.__new__`.
274274
275275
The benefit, compared with fiddling directly with

0 commit comments

Comments
 (0)