Commit 8b8055d
authored
Doctests and documentation patch (#571)
* Add lowest_terms doc for site
Polynomials.RationalFunction makes a reference to lowest_terms
* Add more doctests and syntax highlighting tags
* Fix latex syntax in docstrings
* Remove names from doctest blocks
The named doctest blocks don't share scope and don't need to have the same environment
* Fix spacing
* Use markdown lists in docstrings
* Fix more spacing
* Use identity check for nothing-ness
* Pull list text into list1 parent a285740 commit 8b8055d
File tree
19 files changed
+276
-287
lines changed- docs
- src
- polynomials
- src
- legacy
- polynomial-container-types
- polynomials/standard-basis
- rational-functions
19 files changed
+276
-287
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| |||
0 commit comments