forked from sagemath/sage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sagemathgh-37331: Fixed the doc
sets/recursively_enumerated_set.py
<!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes sagemath#1234" use "Introduce new method to calculate 1+1" --> Modified the doc in `sets/recursively_enumerated_set.py ` (in the section `Example: Forest structure`) to display the HTML nicely; also corrected some typos. <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> Sphinx `.. MATH::` directive is unable to render the `picture` environment in LaTeX, as a result of which the image is not begin displayed nicely in [sets/recursively_enumerated_set](https://doc.sagema th.org/html/en/reference/sets/sage/sets/recursively_enumerated_set.html) . I generated the pdf and png of the required image by compiling the LaTeX code and attached the image. The inspiration is from `Figure: The five complete binary trees with four leaves` in [combinat/tutorial](http s://doc.sagemath.org/html/en/reference/combinat/sage/combinat/tutorial.h tml). <!-- If this PR resolves an open issue, please link to it here. For example "Fixes sagemath#12345". --> This PR resolves an open issue, that is -- sagemath#37084. <!-- If your change requires a documentation PR, please link it appropriately. --> The link of the original documentation -- [sets/recursively_enumerated_s et](https://doc.sagemath.org/html/en/reference/sets/sage/sets/recursivel y_enumerated_set.html). ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. (Not required it seems.) - [x] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> None. <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#37331 Reported by: Janmenjaya Panda Reviewer(s): Martin Rubey
- Loading branch information
Showing
1 changed file
with
38 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters