-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
Crosslinks to poset catalog, add documentation of sage.geometry.polyhedron.base* and combinatorial_polyhedron #25675
Comments
Commit: |
Branch: u/chapoton/25675 |
New commits:
|
comment:3
Stalled in |
Author: Frédéric Chapoton |
comment:5
Do the new references show up as links for you? After merging the branch and doing |
comment:8
I think the issue with comment:5 is that the cited instances of diff --git a/src/doc/en/reference/discrete_geometry/index.rst b/src/doc/en/reference/discrete_geometry/index.rst
index a5d9663c5d..d84e72b481 100644
--- a/src/doc/en/reference/discrete_geometry/index.rst
+++ b/src/doc/en/reference/discrete_geometry/index.rst
@@ -76,6 +76,14 @@ Base classes for polyhedra
.. toctree::
:maxdepth: 1
+ sage/geometry/polyhedron/base0
+ sage/geometry/polyhedron/base1
+ sage/geometry/polyhedron/base2
+ sage/geometry/polyhedron/base3
+ sage/geometry/polyhedron/base4
+ sage/geometry/polyhedron/base5
+ sage/geometry/polyhedron/base6
+ sage/geometry/polyhedron/base7
sage/geometry/polyhedron/base
sage/geometry/polyhedron/base_QQ
sage/geometry/polyhedron/base_ZZ and also add a section on Combinatorial Polyhedra, to include various files from |
comment:10
Let's fix this here on the ticket, looks like we forgot to add them in #32651. |
Changed branch from u/chapoton/25675 to u/mkoeppe/25675 |
comment:14
Replying to @jhpalmieri:
I've pushed this change to the ticket New commits:
|
comment:15
I propose these changes. It's interesting that #30448 didn't catch the markup error in |
Changed branch from u/mkoeppe/25675 to u/jhpalmieri/25675 |
comment:45
|
comment:46
I'm rewriting the docstring where this is coming from |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:51
Now it's OK with html and pdf |
comment:53
It looks good to me, thanks for the revisions. |
comment:54
Thanks! |
Changed branch from u/mkoeppe/25675 to |
Add a mention about
GrowthDiagram.rules.Sylvester().P_graph(5)
,polytopes.tetrahedron().face_lattice()
etc. to poset catalog.Repair the documentation of polyhedra damaged in #32651.
Add documentation of combinatorial polyhedra.
Depends on #34167
CC: @slel @jhpalmieri @kwankyu @kliem @jplab @yuan-zhou
Component: documentation
Author: Frédéric Chapoton, Matthias Koeppe, John Palmieri
Branch/Commit:
3082afe
Reviewer: John Palmieri, Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/25675
The text was updated successfully, but these errors were encountered: