Differences between revisions 1 and 108 (spanning 107 versions)
Revision 1 as of 2011-08-16 17:20:28
Size: 164
Editor: MariaGudelis
Comment:
Revision 108 as of 2020-04-12 05:43:17
Size: 5069
Editor: mkoeppe
Comment: Move SageWiki maintenance stuff away from the front page
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
##master-page:HomepageTemplate
#format wiki
#language en
== Your Name ==
= Sage Wiki =
Line 6: Line 3:
Email: <<MailTo(you AT SPAMFREE example DOT com)>> This is the wiki for the [[https://www.sagemath.org|Sage - Mathematics Software System]] project. This is mainly used by developers for organization of e.g. SageDays and discussion of long-term projects. Since it ''is'' a wiki, pages should be made to last over many, and frequent, changes. If an external link is made, please attach relevant files/content to avoid broken links.
Line 8: Line 5:
... ||<tablestyle="font-size: 1.4em;">||<#FF6347>Warning || Starting from version 9.0, the default distributed version of Sage is using '''Python 3'''. See [[Python3-Switch]] for more information.||
Line 10: Line 7:
----
CategoryHomepage
<<TableOfContents>>

= SageDays and Sage Workshops =
<<Anchor(sagedays)>>
== Past and future Workshops ==
 * Upcoming Workshops
 <<Include(Workshops, , from="^##start-include$", to="^----$")>>
 * [[Workshops | All Workshops]], including past and future Sage Days, Bug Days, Doc Days, Review Days, Education Days, and some other Sage-related events.

== Hosting a workshop ==
 * [[HowToHostASageDays|How To Host A Sage Days]] --- Advice to future hosts
 * [[HowToSpreadSageDuringAWorkshop|How to Spread Sage During a Workshop]] --- Advice to future hosts
= Major external (editable) related pages =
||'''URL'''||'''Description'''||
||[[https://www.sagemath.org/]]||Official homepage of SageMath||
||[[https://trac.sagemath.org/]]||Where development happens||
||[[https://pypi.org/project/sagemath/]]||dummy package on PyPi||
||[[https://wiki.archlinux.org/index.php/SageMath]]||Arch Linux wiki||


= People =
The most up-to date list of Sage developers is on our [[https://trac.sagemath.org/sage_trac/wiki#AccountNamesMappedtoRealNames|list of developers on the Sage trac wiki]].

[[https://www.sagemath.org/development-map.html|Overview of (many) Sage developers on a world map]]

<<Anchor(messagingsites)>>
= Mailing Lists / Chat Rooms =
[[https://groups.google.com/group/sage-support|sage-support]], [[https://groups.google.com/group/sage-devel|sage-devel]], [[https://groups.google.com/group/sage-release|sage-release]], [[https://groups.google.com/group/sage-announce|sage-announcements]], [[https://groups.google.com/group/sage-edu|sage-edu]] for teaching using Sage, [[https://groups.google.com/group/sage-finance|sage-finance]] for finance, [[https://groups.google.com/group/sage-coding-theory|sage-coding-theory]] for coding theory, [[https://groups.google.com/group/sage-nt|sage-nt]] for number theory, and [[https://groups.google.com/group/sage-combinat-devel|sage-combinat-devel]].

[[https://zulip.sagemath.org | Zulip]] group chat server for realtime collaboration on Sage (like Slack). Fairly low-activity but more than IRC.

[[IRC]] channel: {{{#sagemath}}} on [[https://freenode.net/|freenode ]] (`chat.freenode.net`)

The Sage website contains links to [[https://www.sagemath.org/development-groups.html | other discussion mailing lists]].

= Development =

Development is handled using "tickets" on the [[https://trac.sagemath.org/sage_trac/|trac server]].

The main developer doc is the [[https://www.sagemath.org/doc/developer/ | Developers' Guide]].

The [[devel|development wiki]] also contain some (currently out-of-date) information on Sage development. See also this recent [[CodeSharingWorkflow|discussion on SageMath development workflow]].


= Special Discussion Pages =

 * [[Coding_Theory|Coding Theory in Sage]]
 * [[Debate/Collective infrastructure management]]
 * [[CodeSharingWorkflow|On development models for sharing (experimental) code]]
 * [[Python3-compatible code|Writing Python 3 compatible code]]
 * [[OptiPolyGeom|Optimization and Polyhedral Geometry in Sage]]

 * Supporting the [[Foundation|SageMath Foundation]]
 * [[GSoC|Google Summer of Code]]

= Demonstrations of Graphical Capabilities =
 * [[art|Art - posters, banners, etc]]
 * [[interact|Interact Demos]]
 * [[K3D-tools|K3D-jupyter 3D visualisation in jupyter notebook]]

= Packages =

For a wiki page about packages, see [[spkg]].

Use the following shell commands below for the newest information:

 * Standard packages: `./sage -standard`
 * Installed packages: `./sage -installed`
 * Optional packages available: `./sage -optional`
 * Experimental packages available: `./sage -experimental`

For some advanced package tools, use `./sage -package`

= About this wiki =

'''Editing the wiki.''' Page editing uses the MoinMoin syntax. To edit the wiki, log in using your [[https://trac.sagemath.org/sage_trac/|sage-trac]] account. Getting an account involves convincing a human by email that you not a spammer.

'''SageWiki maintenance.''' The [[SageWikiMaintenance page]] attempts to reorganize the wiki, which has accumulated many outdated pages.

'''License and Copyright.''' Contributions to the [[https://www.sagemath.org/|Sage]] wiki and to the [[https://doc.sagemath.org|Sage documentation]] are licensed under the [[https://creativecommons.org/licenses/by-sa/3.0/|Creative Commons 3.0 BY-SA license]]. By contributing, you agree to place your contribution under that license.

Sage Wiki

This is the wiki for the Sage - Mathematics Software System project. This is mainly used by developers for organization of e.g. SageDays and discussion of long-term projects. Since it is a wiki, pages should be made to last over many, and frequent, changes. If an external link is made, please attach relevant files/content to avoid broken links.

Warning

Starting from version 9.0, the default distributed version of Sage is using Python 3. See Python3-Switch for more information.

SageDays and Sage Workshops

Past and future Workshops

  • Upcoming Workshops

  • All Workshops, including past and future Sage Days, Bug Days, Doc Days, Review Days, Education Days, and some other Sage-related events.

Hosting a workshop

Major external (editable) related pages

URL

Description

https://www.sagemath.org/

Official homepage of SageMath

https://trac.sagemath.org/

Where development happens

https://pypi.org/project/sagemath/

dummy package on PyPi

https://wiki.archlinux.org/index.php/SageMath

Arch Linux wiki

People

The most up-to date list of Sage developers is on our list of developers on the Sage trac wiki.

Overview of (many) Sage developers on a world map

Mailing Lists / Chat Rooms

sage-support, sage-devel, sage-release, sage-announcements, sage-edu for teaching using Sage, sage-finance for finance, sage-coding-theory for coding theory, sage-nt for number theory, and sage-combinat-devel.

Zulip group chat server for realtime collaboration on Sage (like Slack). Fairly low-activity but more than IRC.

IRC channel: #sagemath on freenode (chat.freenode.net)

The Sage website contains links to other discussion mailing lists.

Development

Development is handled using "tickets" on the trac server.

The main developer doc is the Developers' Guide.

The development wiki also contain some (currently out-of-date) information on Sage development. See also this recent discussion on SageMath development workflow.

Special Discussion Pages

Demonstrations of Graphical Capabilities

Packages

For a wiki page about packages, see spkg.

Use the following shell commands below for the newest information:

  • Standard packages: ./sage -standard

  • Installed packages: ./sage -installed

  • Optional packages available: ./sage -optional

  • Experimental packages available: ./sage -experimental

For some advanced package tools, use ./sage -package

About this wiki

Editing the wiki. Page editing uses the MoinMoin syntax. To edit the wiki, log in using your sage-trac account. Getting an account involves convincing a human by email that you not a spammer.

SageWiki maintenance. The SageWikiMaintenance page attempts to reorganize the wiki, which has accumulated many outdated pages.

License and Copyright. Contributions to the Sage wiki and to the Sage documentation are licensed under the Creative Commons 3.0 BY-SA license. By contributing, you agree to place your contribution under that license.

SageWiki (last edited 2023-08-30 11:49:08 by tmonteil)