Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move bordeaux_2008 into thematic_tutorials #17615

Closed
nathanncohen mannequin opened this issue Jan 11, 2015 · 20 comments
Closed

Move bordeaux_2008 into thematic_tutorials #17615

nathanncohen mannequin opened this issue Jan 11, 2015 · 20 comments

Comments

@nathanncohen
Copy link
Mannequin

nathanncohen mannequin commented Jan 11, 2015

Like for #17614, the document entitled "Three Lectures about Explicit Methods in Number Theory Using Sage" is a document of its own though it is literally a thematic tutorial. This branch moves it where it belongs.

Note: in order to look at this branch's diff you should use git diff -M HEAD ^develop. Otherwise you will see files being added/removed while they are only renamed. The -M option makes this clear.

Nathann

Depends on #17614

CC: @kcrisman @jhpalmieri

Component: documentation

Author: Nathann Cohen

Branch/Commit: e4f3206

Reviewer: Karl-Dieter Crisman, David Coudert

Issue created by migration from https://trac.sagemath.org/ticket/17615

@nathanncohen nathanncohen mannequin added this to the sage-6.5 milestone Jan 11, 2015
@nathanncohen
Copy link
Mannequin Author

nathanncohen mannequin commented Jan 11, 2015

Branch: public/17615

@nathanncohen nathanncohen mannequin added the s: needs review label Jan 11, 2015
@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jan 11, 2015

Commit: 3c4d499

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jan 11, 2015

Branch pushed to git repo; I updated commit sha1. New commits:

4645442trac #17614: Move numerical_sage to thematic_tutorials (and only that)
612c3cftrac #17614: Update the links
c07c428trac #17615: Move bordeaux_2008 into thematic_tutorials/explicit_methods_in_number_theory/ (and only that)
3c4d499trac #17615: Update the links

@kcrisman
Copy link
Member

comment:3

I won't be thinking about these two tickets immediately, but did want to point out that at least a couple of them may have localizations and I wonder where those would fit. Also be careful about the actual Sage webpage which would need to have links change, probably (looks like you did the "website" in src/doc).

@nathanncohen
Copy link
Mannequin Author

nathanncohen mannequin commented Jan 12, 2015

comment:4

I won't be thinking about these two tickets immediately, but did want to point out that at least a couple of them may have localizations

There was no localization problem that I saw, and in particular both html and pdf documentation were built successfully. There is not a single non-ascii character in any of those two folders.

and I wonder where those would fit.

You mean "among the thematic tutorials" ? Nothing unusual there:

  • "Numerical Computations" that contains the bordeaux2008 document and the LP tutorial
  • "Number Theory" contains three documents, among which the moved 'three lectures [...]'.

Also be careful about the actual Sage webpage which would need to have links change, probably (looks like you did the "website" in src/doc).

I learned the existence of that file while reviewing your patch recently, and modified it in those two branches. It looks good.

Nathann

@kcrisman
Copy link
Member

comment:5

There was no localization problem that I saw, and in particular both html and pdf documentation were built successfully. There is not a single non-ascii character in any of those two folders.

No, I meant I think that someone has translated at least one of these documents already! So they live in some other doc/xy folder. Maybe those are only under review.

Also be careful about the actual Sage webpage which would need to have links change, probably (looks like you did the "website" in src/doc).

I learned the existence of that file while reviewing your patch recently, and modified it in those two branches. It looks good.

Right, but what I mean is that the actual Sage website also has links, see https://github.com/sagemath/website which is not the same.

@nathanncohen
Copy link
Mannequin Author

nathanncohen mannequin commented Jan 12, 2015

comment:6

Hello,

No, I meant I think that someone has translated at least one of these documents already! So they live in some other doc/xy folder. Maybe those are only under review.

It seems so. There is no folder with a name similar to any of those two in the folder corresponding to other languages.

Right, but what I mean is that the actual Sage website also has links, see https://github.com/sagemath/website which is not the same.

There does not seem to be any link toward any of those two documents on sagemath.org.

Nathann

@kcrisman
Copy link
Member

comment:7

Incorrect. See http://sagemath.org/help.html#SageStandardDoc and

Numerical Sage, PDF — how to do numerical computing with Sage
Explicit Methods in Number Theory, PDF — computing with number fields and modular forms

@nathanncohen
Copy link
Mannequin Author

nathanncohen mannequin commented Jan 12, 2015

comment:8

Incorrect. See http://sagemath.org/help.html#SageStandardDoc and

Thank you for pointing this out, I missed it. Can it be done with a sage branch, or is it orthogonal ?

Nathann

@kcrisman
Copy link
Member

comment:9

Orthogonal (you can also email Harald for questions, or do a PR there), but obviously related.

@nathanncohen
Copy link
Mannequin Author

nathanncohen mannequin commented Jan 12, 2015

comment:10

Orthogonal (you can also email Harald for questions, or do a PR there), but obviously related.

Okay. I will do this when those two tickets will be reviewed. There is always some time before a positive review and the next update of the online doc.

Nathann

@dcoudert
Copy link
Contributor

comment:11

For me this patch is working correctly, and since the modification of some links pointing to these pages cannot be done in this patch, I propose to change the status to positive review.

Nathann, don't forget to ask for the required modifications.

@dcoudert
Copy link
Contributor

Reviewer: Karl-Dieter Crisman, David Coudert

@nathanncohen
Copy link
Mannequin Author

nathanncohen mannequin commented Jan 18, 2015

comment:12

Nathann, don't forget to ask for the required modifications.

Done, thanks.

@vbraun
Copy link
Member

vbraun commented Jan 24, 2015

comment:13

Pushes this test over the threshold:

sage -t --long --warn-long 70.4 src/sage/misc/sagedoc.py
**********************************************************************
File "src/sage/misc/sagedoc.py", line 1039, in sage.misc.sagedoc.?
Failed example:
    len(search_doc('tree', whole_word=True, interact=False).splitlines()) < 1000  # long time
Expected:
    True
Got:
    False

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jan 26, 2015

Changed commit from 3c4d499 to cf7b89a

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jan 26, 2015

Branch pushed to git repo; I updated commit sha1. New commits:

c949950trac #17615: Merged with 6.5.beta6
cf7b89atrac #17615: Broken doctest

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jan 26, 2015

Changed commit from cf7b89a to e4f3206

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jan 26, 2015

Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. This was a forced push. New commits:

21dbfd8trac #17615: Merged with 6.5.beta6
e4f3206trac #17615: Broken doctest

@vbraun
Copy link
Member

vbraun commented Jan 29, 2015

Changed branch from public/17615 to e4f3206

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants