File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 103103
104104___author__ = "Nikolaus Hansen and Petr Baudis and Youhei Akimoto"
105105__license__ = "BSD 3-clause"
106- __version__ = "4.4.3"
106+ __version__ = "4.4.4"
107+ '''version 4.4.4''' # allows the apidocs to "pick up" the version number
107108
108109
109110import collections as _collections
Original file line number Diff line number Diff line change 3737 git checkout -- cma
3838 pydoctor --docformat=restructuredtext --html-output=apidocs cma > pydoctor-messages.txt
3939 backup --recover
40- less pydoctor-messages.txt # less +G = check for errors (which are at the end!)
40+ less +G pydoctor-messages.txt # less +G = check for errors (which are at the end!)
4141
42425.
4343Make and check the distribution assuming a clean src/ folder (ln -s ../cma src/cma, was: from a (usual) dirty code folder ==> install-folder)::
9292Push new docs to github
9393
9494 cp -r apidocs/* /Users/hansen/git/CMA-ES.github.io/apidocs-pycma
95- cd /Users/hansen/git/CMA-ES.github.io
95+ z /Users/hansen/git/CMA-ES.github.io
9696 git add apidocs-pycma # there may be new files
9797 git ci
9898 git push
Original file line number Diff line number Diff line change 11package :
2- version : " 4.4.3 "
2+ version : " 4.4.4 "
33 name : ' cma'
44
55source :
You can’t perform that action at this time.
0 commit comments