Skip to content

Commit 1ada5bf

Browse files
committed
Added status / requirements information
1 parent 1e85251 commit 1ada5bf

6 files changed

+57
-19
lines changed

demo-GAP3-Semigroupe.rst

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1+
.. -*- coding: utf-8 -*-
12
.. _demo-GAP3-Semigroupe:
23

3-
Demonstration: Sage + GAP4 + GAP3 + Chevie + Semigroupe
4-
=======================================================
4+
======================================================================
5+
Demonstration: Sage + GAP4 + GAP3 + Chevie + Semigroupe (experimental)
6+
======================================================================
7+
8+
.. MODULEAUTHOR:: Nicolas M. Thiéry <nthiery at users.sf.net>
9+
10+
.. TOPIC:: Requirements
11+
12+
- some experimental code that has not yet been migrated from the
13+
Sage-Combinat queue to the `sage-semigroups
14+
<https://github.com/nthiery/sage-semigroups/>`_ package.
15+
- `gap3 <http://doc.sagemath.org/html/en/reference/interfaces/sage/interfaces/gap3.html>`_
16+
- the `Semigroupe <https://trac.sagemath.org/ticket/8360>`_ package
17+
18+
.. TODO:: update to use `libsemigroups <https://github.com/james-d-mitchell/libsemigroups/>`_
519

620
Let us create the Coxeter group W::
721

demo-monoids-jtrivial.rst

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
.. _demo-monoids-jtrivial:
22

3-
=====================================================================================================
4-
Demonstration: A real life example, parallel testing of a conjecture on J-Trivial monoids using MuPAD
5-
=====================================================================================================
3+
====================================================================================================================
4+
Demonstration: A real life example, parallel testing of a conjecture on J-Trivial monoids using MuPAD (experimental)
5+
====================================================================================================================
6+
7+
.. MODULEAUTHOR:: Florent Hivert, Nicolas M. Thiéry <nthiery at users.sf.net>
8+
9+
.. TOPIC:: Requirements
10+
11+
This demonstration requires experimental code that has not yet
12+
been migrated from the Sage-Combinat queue to the
13+
`sage-semigroups <https://github.com/nthiery/sage-semigroups/>`_
14+
package, as well as MuPAD and MuPAD-Combinat.
615

716
::
817

demo-profiling.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
.. -*- coding: utf-8 -*-
12
.. nodoctest
23
.. _demo-profiling:
34

45
A micro demo of profiling Sage / Python code (draft)
56
====================================================
67

7-
.. MODULEAUTHOR:: Nicolas M. Thiéry <nthiery@users.sf.net>
8+
.. MODULEAUTHOR:: Nicolas M. Thiéry <nthiery at users.sf.net>
89

910
.. linkall
1011

demo-tsetlin.rst

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1+
.. -*- coding: utf-8 -*-
12
.. _demo-tsetlin-library:
23

3-
==============================================================================================
4-
Demonstration: Representation theory of monoids and Markov chains: generalized Tsetlin library
5-
==============================================================================================
4+
=============================================================================================================
5+
Demonstration: Representation theory of monoids and Markov chains: generalized Tsetlin library (experimental)
6+
=============================================================================================================
67

78
.. MODULEAUTHOR:: Nicolas M. Thiéry <nthiery at users.sf.net>,
89

10+
.. TOPIC:: Requirements
11+
12+
This demonstration requires experimental code that has not yet
13+
been migrated from the Sage-Combinat queue to the
14+
`sage-semigroups <https://github.com/nthiery/sage-semigroups/>`_
15+
package.
16+
917
In a first step, we construct a poset, its set of linear extensions,
1018
and endow this set with the promotion action::
1119

tutorial-first-exercises.rst

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
.. _tutorial-first-exercises:
22

3-
=========================
4-
Tutorial: First exercises
5-
=========================
3+
======================================
4+
Tutorial: First exercises (superseded)
5+
======================================
6+
7+
.. WARNING::
8+
9+
This tutorial has been superseded by
10+
:ref:`tutorial-notebook-and-help-long` which is self contained.
611

712
Go to the ``File`` menu, and select ``Load worksheet from a file`` to upload the
813
worksheet from the following URL: ``http://wiki.sagemath.org/days20.5/schedule?action=AttachFile&do=get&target=SageDays20.5-Exercises.sws``
914

1015
Then run through the exercises there. Ask for help whenever needed!
1116

12-
.. note::
13-
14-
This tutorial has been superseded by
15-
:ref:`tutorial-notebook-and-help-long` which is self contained.

tutorial-notebook-and-help.rst

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
.. _tutorial-notebook-and-help:
22

3-
===========================================================
4-
Tutorial: Using the notebook and navigating the help system
5-
===========================================================
3+
======================================================================
4+
Tutorial: Using the notebook and navigating the help system (outdated)
5+
======================================================================
66

77
This worksheet is based on William Stein's `JPL09__intro_to_sage.sws
88
<http://modular.math.washington.edu/talks/20090701-sage_graphics_tutorial/JPL09___intro_to_sage.sws>`_
99
worksheet.
1010

11+
.. WARNING::
12+
13+
Some of this tutorial needs to be updated w.r.t. the new Jupyter
14+
based notebook.
15+
1116
Making this help page into a worksheet
1217
--------------------------------------
1318

0 commit comments

Comments
 (0)