49 | | == Testing == |
50 | | Because of all the dependencies of this ticket it is a bit hard to build this. If you have access to k8s, you can use the version in `~/Src/sage-mac_lane/` to try this package out. (Please do not push all the dependencies onto this branch as this is going to make reviewing this much harder.) |
51 | | |
52 | | == Documentation == |
53 | | To review the documentation, you can go to https://drugtestbots.info/maclane/reference/index.html. The relevant sections are: |
54 | | |
55 | | * [x] https://drugtestbots.info/maclane/reference/valuations/index.html |
56 | | * [x] https://drugtestbots.info/maclane/reference/padics/sage/rings/padics/padic_generic.html#sage.rings.padics.padic_generic.pAdicGeneric.valuation |
57 | | * [x] https://drugtestbots.info/maclane/reference/number_fields/sage/rings/number_field/number_field.html#sage.rings.number_field.number_field.NumberField_generic.valuation |
58 | | * [x] https://drugtestbots.info/maclane/reference/number_fields/sage/rings/number_field/order.html#sage.rings.number_field.order.Order.valuation |
59 | | * [x] https://drugtestbots.info/maclane/reference/function_fields/sage/rings/function_field/function_field.html#sage.rings.function_field.function_field.FunctionField.valuation |
60 | | * [x] https://drugtestbots.info/maclane/reference/rings_standard/sage/rings/rational_field.html#sage.rings.rational_field.RationalField.valuation |
61 | | * [x] https://drugtestbots.info/maclane/reference/rings_standard/sage/rings/integer_ring.html |
62 | | |