mmengine/docs/resources/config/learn_read_config.py
Mashiro fbd31d2041
[Docs] Refine config docs. (#432)
* tmp commit

* refine docstring

* minor refine

* fix as comment

* add tutorial for merge_from_dict

* minor refine

* minor refine

* export md by jupyter

* temp add ipnb

* refine the docs

* remote ipynb

* fix as comment

* add change _base_.variable

* Fix as comment

* minor refine

* Fix as comment

* Fix as comment

* minor refine
2022-08-30 18:39:19 +08:00

4 lines
77 B
Python

test_int = 1
test_list = [1, 2, 3]
test_dict = dict(key1='value1', key2=0.1)