-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
document and doctest constructing polyhedra over number fields #26077
Comments
comment:1
Could please someone provide a working example? I'll do the rest... |
comment:2
here is a small working example
I'd also have something more interesting, e.g. a regular icosahedron. |
This comment has been minimized.
This comment has been minimized.
Author: Dima Pasechnik |
comment:4
Have a look at #17197 (which this present ticket might qualify as a duplicate). Yes, this is true that polyhedron over number field is now well-documented. You can have a look at #22420: Meta-ticket: Polyhedron: new features and known bugs and https://wiki.sagemath.org/OptiPolyGeom for a roadmap about things on polyhedra. This issue is on the list for a long time. My priority was to offer a wide breath tutorial on polyhedra and use it to then complete the docstring. Perhaps not the right way around, but the tutorial is now available: http://doc.sagemath.org/html/en/thematic_tutorials/geometry/polyhedra_tutorial.html thanks to #22572: Add a thematic tutorial on the polyhedron class from which you can pick many examples that work under Sage 8.3. I am sorry if the documentation string still has not been adapted yet. |
Commit: |
Branch: u/dimpase/geometry/poly_NF_doc |
comment:5
Here is a short fix for this. I deliberately constructed an example from scratch, I wonder how one can make pointers to the tutorial in the reference manual without New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:7
some typos fixed; now the links look proper. |
Changed branch from u/dimpase/geometry/poly_NF_doc to public/26077 |
Reviewer: Jean-Philippe Labbé |
comment:8
Hi, This looks good to me. I added the spacing convention to the example. You can put it as positive review on my behalf if you accept the changes. New commits:
|
comment:9
Thanks. |
Changed branch from public/26077 to |
Currently, the only example given in Polyhedron docstring is
This is clearly insufficient from online documentation point of view. One has to look either at the html/pdf docs ot at the header of the file
sage/geometry/polyhedron/constructor.py
for more examples with embeddings specified.CC: @jplab @mkoeppe @mo271
Component: geometry
Author: Dima Pasechnik
Branch/Commit:
a962a00
Reviewer: Jean-Philippe Labbé
Issue created by migration from https://trac.sagemath.org/ticket/26077
The text was updated successfully, but these errors were encountered: