Changes between Version 31 and Version 32 of Ticket #21869
- Timestamp:
- 07/19/17 07:51:08 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21869
-
Property
Work issues
changed from
to
move references to references file, move README to sage documentation, make sure that valuation() has a lot of the documentation and the factory just references it, remove optional: integrated bits
-
Property
Authors
changed from
to
Julian Rüth
-
Property
Work issues
changed from
-
Ticket #21869 – Description
v31 v32 4 4 5 5 For your convenience you can review this ticket at https://github.com/saraedum/mac_lane/pull/4 (and leave inline comments.) 6 7 Please check off `[x]` the following when you think that a file is in good shape (modulo the comments that you made.) Or put a `[-]` if it needs substantial work. 8 9 {{{ 10 [ ] function_field/function_field_valuation.py 11 [ ] padics/discrete_value_group.py 12 [ ] padics/padic_valuation.py 13 [-] valuation/README.md 14 [x] valuation/__init__.py 15 [ ] valuation/all.py 16 [ ] valuation/augmented_valuation.py 17 [ ] valuation/developing_valuation.py 18 [ ] valuation/gauss_valuation.py 19 [ ] valuation/inductive_valuation.py 20 [ ] valuation/limit_valuation.py 21 [ ] valuation/mapped_valuation.py 22 [ ] valuation/scaled_valuation.py 23 [ ] valuation/trivial_valuation.py 24 [ ] valuation/valuation.py 25 [ ] valuation/valuation_space.py 26 [ ] valuation/valuations_catalog.py 27 [ ] valuation/value_group.py 28 }}} 6 29 7 30 = Necessary changes =