srvk / DiViMe

ACLEW Diarization Virtual Machine
Apache License 2.0
32 stars 9 forks source link

readthedocs does not reflect 1.1's docs #98

Closed alecristia closed 5 years ago

alecristia commented 5 years ago

The latest release (1.1) has an improved documentation, yet divime.readthedocs.io has the old, messy one. What is the procedure for getting changes reflected?

alecristia commented 5 years ago

in fact, the master branch doesn't have the improved docs -- did this section not merge? Or was the release not based on master?

riebling commented 5 years ago

I have no idea. I really am not the best person for doing commits or merges or rebases or branches or any of the other git verb vocabulary. But I can at least guess, and try:

I didn't do anything to the master branch. We did a lot of development in major_reorganization. Jaden merged most all of that into yunified. (techically origin/yunified, for naming convention reasons I do not understand, probably some git special state). Then I cleared and fixed conflicts and code and tests and launcher scripts so things all passed the test, and looked good to me, and made this be release 1.1.

I did not do anything to change the content of head, or mark a different branch as being the default branch.

Since then, to try and resolve this issue, I:

Now we have a master branch that might reflect release 2.0. but I have no confidence because it has not been tested. So it's still technically broken, until being tested, and having everyone look at it and make sure their changes are there, and that artifacts like documentation are just as up to date.

I'm not sure what the procedure is for updating divime.readthedocs.io. Assuming we need to create one. Maybe it's even documented somewhere, for developers: "how to update divime.readthedocs.io". Or could be.

riebling commented 5 years ago

https://github.com/srvk/DiViMe/wiki/gitProblems

alecristia commented 5 years ago

readthedocs fixed by the merge