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

Commit cecbcac

Browse files
committed
Add WARNING directive
1 parent 5bd2d25 commit cecbcac

File tree

8 files changed

+102
-78
lines changed

8 files changed

+102
-78
lines changed

src/doc/en/developer/advanced_git.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66
Advanced Git
77
============
88

9-
**Sage development is scheduled to move to GitHub in February 2023.** The exact
10-
date will be announced in `<https://groups.google.com/g/sage-devel>`_. After
11-
the transition, some parts of this guide (especially those related with `the
12-
Sage Trac server <https://trac.sagemath.org>`_) will become obsolete and be
13-
updated according to the new workflow on GitHub. See our `transition guide from Trac to
14-
GitHub
15-
<https://github.com/sagemath/trac-to-github/blob/master/docs/Migration-Trac-to-Github.md>`_
16-
for the preliminary version of the workflow.
9+
.. WARNING::
10+
11+
**Sage development is scheduled to move to GitHub in February 2023.** The exact
12+
date will be announced in `<https://groups.google.com/g/sage-devel>`_. After
13+
the transition, some parts of this guide (especially those related with `the
14+
Sage Trac server <https://trac.sagemath.org>`_) will become obsolete and be
15+
updated according to the new workflow on GitHub. See our `transition guide from Trac to
16+
GitHub
17+
<https://github.com/sagemath/trac-to-github/blob/master/docs/Migration-Trac-to-Github.md>`_
18+
for the preliminary version of the workflow.
1719

1820
This chapter covers some advanced uses of git that go beyond what is
1921
required to work with branches. These features can be used in Sage

src/doc/en/developer/git_trac.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66
Optional: Using the Git-Trac Command
77
====================================
88

9-
**Sage development is scheduled to move to GitHub in February 2023.** The exact
10-
date will be announced in `<https://groups.google.com/g/sage-devel>`_. After
11-
the transition, some parts of this guide (especially those related with `the
12-
Sage Trac server <https://trac.sagemath.org>`_) will become obsolete and be
13-
updated according to the new workflow on GitHub. See our `transition guide from Trac to
14-
GitHub
15-
<https://github.com/sagemath/trac-to-github/blob/master/docs/Migration-Trac-to-Github.md>`_
16-
for the preliminary version of the workflow.
9+
.. WARNING::
10+
11+
**Sage development is scheduled to move to GitHub in February 2023.** The exact
12+
date will be announced in `<https://groups.google.com/g/sage-devel>`_. After
13+
the transition, some parts of this guide (especially those related with `the
14+
Sage Trac server <https://trac.sagemath.org>`_) will become obsolete and be
15+
updated according to the new workflow on GitHub. See our `transition guide from Trac to
16+
GitHub
17+
<https://github.com/sagemath/trac-to-github/blob/master/docs/Migration-Trac-to-Github.md>`_
18+
for the preliminary version of the workflow.
1719

1820
Git is a separate project from trac, and the two do not know how to
1921
talk to each other. To simplify the development, we have a special

src/doc/en/developer/index.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
Welcome to the Sage Developer's Guide!
55
======================================
66

7-
**Sage development is scheduled to move to GitHub in February 2023.** The exact
8-
date will be announced in `<https://groups.google.com/g/sage-devel>`_. After
9-
the transition, some parts of this guide (especially those related with `the
10-
Sage Trac server <https://trac.sagemath.org>`_) will become obsolete and be
11-
updated according to the new workflow on GitHub. See our `transition guide from Trac to
12-
GitHub
13-
<https://github.com/sagemath/trac-to-github/blob/master/docs/Migration-Trac-to-Github.md>`_
14-
for the preliminary version of the workflow.
7+
.. WARNING::
8+
9+
**Sage development is scheduled to move to GitHub in February 2023.** The exact
10+
date will be announced in `<https://groups.google.com/g/sage-devel>`_. After
11+
the transition, some parts of this guide (especially those related with `the
12+
Sage Trac server <https://trac.sagemath.org>`_) will become obsolete and be
13+
updated according to the new workflow on GitHub. See our `transition guide from Trac to
14+
GitHub
15+
<https://github.com/sagemath/trac-to-github/blob/master/docs/Migration-Trac-to-Github.md>`_
16+
for the preliminary version of the workflow.
1517

1618
Everybody who uses Sage is encouraged to contribute something back to Sage at
1719
some point. You could:

src/doc/en/developer/manual_git.rst

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66
Using Git with the Sage Trac Server
77
===================================
88

9-
**Sage development is scheduled to move to GitHub in February 2023.** The exact
10-
date will be announced in `<https://groups.google.com/g/sage-devel>`_. After
11-
the transition, some parts of this guide (especially those related with `the
12-
Sage Trac server <https://trac.sagemath.org>`_) will become obsolete and be
13-
updated according to the new workflow on GitHub. See our `transition guide from Trac to
14-
GitHub
15-
<https://github.com/sagemath/trac-to-github/blob/master/docs/Migration-Trac-to-Github.md>`_
16-
for the preliminary version of the workflow.
9+
.. WARNING::
10+
11+
**Sage development is scheduled to move to GitHub in February 2023.** The exact
12+
date will be announced in `<https://groups.google.com/g/sage-devel>`_. After
13+
the transition, some parts of this guide (especially those related with `the
14+
Sage Trac server <https://trac.sagemath.org>`_) will become obsolete and be
15+
updated according to the new workflow on GitHub. See our `transition guide from Trac to
16+
GitHub
17+
<https://github.com/sagemath/trac-to-github/blob/master/docs/Migration-Trac-to-Github.md>`_
18+
for the preliminary version of the workflow.
1719

1820
Now we continue our introduction to git from :ref:`chapter-walkthrough`.
1921
We discuss how to push your local changes to a remote repository
@@ -163,10 +165,12 @@ repository, use these commands::
163165
[user@localhost sage]$ git remote add trac https://github.com/sagemath/sagetrac-mirror.git -t master
164166
[user@localhost sage]$ git remote set-url --push trac [email protected]:sage.git
165167

166-
**Sage development is scheduled to move to GitHub in February 2023.** After the
167-
move, the Sage trac server [email protected]:sage.git will no longer be
168-
available, but all branches will be available (in read-only mode) on
169-
https://github.com/sagemath/sagetrac-mirror.git.
168+
.. WARNING::
169+
170+
**Sage development is scheduled to move to GitHub in February 2023.** After the
171+
move, the Sage trac server [email protected]:sage.git will no longer be
172+
available, but all branches will be available (in read-only mode) on
173+
https://github.com/sagemath/sagetrac-mirror.git.
170174

171175
Instead of ``trac`` you can use any other name you want, of course.
172176
To verify that it is set up correctly::

src/doc/en/developer/reviewer_checklist.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66
The reviewer's check list
77
=========================
88

9-
**Sage development is scheduled to move to GitHub in February 2023.** The exact
10-
date will be announced in `<https://groups.google.com/g/sage-devel>`_. After
11-
the transition, some parts of this guide (especially those related with `the
12-
Sage Trac server <https://trac.sagemath.org>`_) will become obsolete and be
13-
updated according to the new workflow on GitHub. See our `transition guide from Trac to
14-
GitHub
15-
<https://github.com/sagemath/trac-to-github/blob/master/docs/Migration-Trac-to-Github.md>`_
16-
for the preliminary version of the workflow.
9+
.. WARNING::
10+
11+
**Sage development is scheduled to move to GitHub in February 2023.** The exact
12+
date will be announced in `<https://groups.google.com/g/sage-devel>`_. After
13+
the transition, some parts of this guide (especially those related with `the
14+
Sage Trac server <https://trac.sagemath.org>`_) will become obsolete and be
15+
updated according to the new workflow on GitHub. See our `transition guide from Trac to
16+
GitHub
17+
<https://github.com/sagemath/trac-to-github/blob/master/docs/Migration-Trac-to-Github.md>`_
18+
for the preliminary version of the workflow.
1719

1820
All code that goes into Sage is peer-reviewed. Two reasons for this are:
1921

src/doc/en/developer/trac.rst

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66
The Sage Trac Server
77
====================
88

9-
**Sage development is scheduled to move to GitHub in February 2023.** The exact
10-
date will be announced in `<https://groups.google.com/g/sage-devel>`_. After
11-
the transition, some parts of this guide (especially those related with `the
12-
Sage Trac server <https://trac.sagemath.org>`_) will become obsolete and be
13-
updated according to the new workflow on GitHub. See our `transition guide from Trac to
14-
GitHub
15-
<https://github.com/sagemath/trac-to-github/blob/master/docs/Migration-Trac-to-Github.md>`_
16-
for the preliminary version of the workflow.
9+
.. WARNING::
10+
11+
**Sage development is scheduled to move to GitHub in February 2023.** The exact
12+
date will be announced in `<https://groups.google.com/g/sage-devel>`_. After
13+
the transition, some parts of this guide (especially those related with `the
14+
Sage Trac server <https://trac.sagemath.org>`_) will become obsolete and be
15+
updated according to the new workflow on GitHub. See our `transition guide from Trac to
16+
GitHub
17+
<https://github.com/sagemath/trac-to-github/blob/master/docs/Migration-Trac-to-Github.md>`_
18+
for the preliminary version of the workflow.
1719

1820
Sometimes you will only want to work on local changes to Sage, for
1921
your own private needs. However, typically it is beneficial to
@@ -42,9 +44,11 @@ trac server. Items on the server are called *tickets*, and anyone may
4244
search or browse the tickets. For a list of recent changes, just visit
4345
the :trac:`Sage trac timeline <timeline>`.
4446

45-
**Sage development is scheduled to move to GitHub in February 2023.**
46-
All functions of our Trac server will be taken over by our main repository,
47-
https://github.com/sagemath/sage.
47+
.. WARNING::
48+
49+
**Sage development is scheduled to move to GitHub in February 2023.**
50+
All functions of our Trac server will be taken over by our main repository,
51+
https://github.com/sagemath/sage.
4852

4953

5054
.. _section-trac-account:
@@ -348,10 +352,12 @@ other tests that run on GitHub Actions.
348352
look at the log, especially if the patch buildbot did not give you
349353
the green blob.
350354

351-
**Sage development is scheduled to move to GitHub in February 2023.**
352-
After the move, the patch buildbot will no longer be available; the three
353-
workflows above are considered a full replacement. If you miss any features
354-
of the patch buildbot, please report this in :trac:`33457`.
355+
.. WARNING::
356+
357+
**Sage development is scheduled to move to GitHub in February 2023.**
358+
After the move, the patch buildbot will no longer be available; the three
359+
workflows above are considered a full replacement. If you miss any features
360+
of the patch buildbot, please report this in :trac:`33457`.
355361

356362
The following are some other relevant issues:
357363

src/doc/en/developer/walk_through.rst

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66
Sage Development Process
77
========================
88

9-
**Sage development is scheduled to move to GitHub in February 2023.** The exact
10-
date will be announced in `<https://groups.google.com/g/sage-devel>`_. After
11-
the transition, some parts of this guide (especially those related with `the
12-
Sage Trac server <https://trac.sagemath.org>`_) will become obsolete and be
13-
updated according to the new workflow on GitHub. See our `transition guide from Trac to
14-
GitHub
15-
<https://github.com/sagemath/trac-to-github/blob/master/docs/Migration-Trac-to-Github.md>`_
16-
for the preliminary version of the workflow.
9+
.. WARNING::
10+
11+
**Sage development is scheduled to move to GitHub in February 2023.** The exact
12+
date will be announced in `<https://groups.google.com/g/sage-devel>`_. After
13+
the transition, some parts of this guide (especially those related with `the
14+
Sage Trac server <https://trac.sagemath.org>`_) will become obsolete and be
15+
updated according to the new workflow on GitHub. See our `transition guide from Trac to
16+
GitHub
17+
<https://github.com/sagemath/trac-to-github/blob/master/docs/Migration-Trac-to-Github.md>`_
18+
for the preliminary version of the workflow.
1719

1820
This section is a concise overview of the Sage development process. In
1921
it, we will see how to make changes to the Sage source code and record
@@ -120,9 +122,11 @@ For the experts, note that the repository at
120122
`git.sagemath.org <http://git.sagemath.org>`_ is where development
121123
actually takes place.
122124

123-
**Sage development is scheduled to move to GitHub in February 2023.**
124-
After the move, https://github.com/sagemath/sage.git will be the
125-
primary repository.
125+
.. WARNING::
126+
127+
**Sage development is scheduled to move to GitHub in February 2023.**
128+
After the move, https://github.com/sagemath/sage.git will be the
129+
primary repository.
126130

127131
.. _section-walkthrough-branch:
128132

src/doc/en/developer/workflows.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66
Distributed Development
77
=======================
88

9-
**Sage development is scheduled to move to GitHub in February 2023.** The exact
10-
date will be announced in `<https://groups.google.com/g/sage-devel>`_. After
11-
the transition, some parts of this guide (especially those related with `the
12-
Sage Trac server <https://trac.sagemath.org>`_) will become obsolete and be
13-
updated according to the new workflow on GitHub. See our `transition guide from Trac to
14-
GitHub
15-
<https://github.com/sagemath/trac-to-github/blob/master/docs/Migration-Trac-to-Github.md>`_
16-
for the preliminary version of the workflow.
9+
.. WARNING::
10+
11+
**Sage development is scheduled to move to GitHub in February 2023.** The exact
12+
date will be announced in `<https://groups.google.com/g/sage-devel>`_. After
13+
the transition, some parts of this guide (especially those related with `the
14+
Sage Trac server <https://trac.sagemath.org>`_) will become obsolete and be
15+
updated according to the new workflow on GitHub. See our `transition guide from Trac to
16+
GitHub
17+
<https://github.com/sagemath/trac-to-github/blob/master/docs/Migration-Trac-to-Github.md>`_
18+
for the preliminary version of the workflow.
1719

1820
Git is a tool to exchange commits (organized into branches) with other
1921
developers. As a distributed revision control system, it does not have

0 commit comments

Comments
 (0)