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

Commit

Permalink
Add warning header to more places
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Jan 5, 2023
1 parent abd204d commit 5bd2d25
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 10 deletions.
9 changes: 9 additions & 0 deletions src/doc/en/developer/advanced_git.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
Advanced Git
============

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

This chapter covers some advanced uses of git that go beyond what is
required to work with branches. These features can be used in Sage
development, but are not really necessary to contribute to Sage. If
Expand Down
11 changes: 10 additions & 1 deletion src/doc/en/developer/git_trac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
Optional: Using the Git-Trac Command
====================================

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

Git is a separate project from trac, and the two do not know how to
talk to each other. To simplify the development, we have a special
``git trac`` subcommand for the git suite. Note that this really is
Expand Down Expand Up @@ -40,7 +49,7 @@ do this by symlinking::
[user@localhost git-trac-command]$ ln -s `pwd`/git-trac ~/bin/

See the `git-trac README <https://github.com/sagemath/git-trac-command>`_ for
more details. At this point you leave ``git-trac-command`` subdirectory, and only go
more details. At this point you leave ``git-trac-command`` subdirectory, and only go
there whenever you need to update the ``git-trac`` command.


Expand Down
18 changes: 9 additions & 9 deletions src/doc/en/developer/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
Welcome to the Sage Developer's Guide!
======================================

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

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

Expand All @@ -20,15 +29,6 @@ reporting bugs to modifying and extending Sage and its documentation. We also
discuss how to share your new and modified code with other Sage users around the
globe.

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

Here are brief overviews of each part; for more details, see the extended table
of contents below. No matter where you start, good luck and welcome to Sage
development!
Expand Down
9 changes: 9 additions & 0 deletions src/doc/en/developer/reviewer_checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
The reviewer's check list
=========================

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

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

- Because a developer cannot think of everything at once;
Expand Down
9 changes: 9 additions & 0 deletions src/doc/en/developer/workflows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
Distributed Development
=======================

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

Git is a tool to exchange commits (organized into branches) with other
developers. As a distributed revision control system, it does not have
the notion of a central server. The Sage trac server is just one of
Expand Down

0 comments on commit 5bd2d25

Please sign in to comment.