jensengroup / propka

PROPKA predicts the pKa values of ionizable groups in proteins and protein-ligand complexes based in the 3D structure.
http://propka.org
GNU Lesser General Public License v2.1
258 stars 58 forks source link

Check the commit I accidentally pushed to master #119

Closed sobolevnrm closed 3 years ago

sobolevnrm commented 3 years ago

@speleo3 and @orbeckst -- I messed up and pushed https://github.com/jensengroup/propka/commit/d87afb3df55d97080756c3739af1f856d2b5a94d to master. Would you be willing to look over https://github.com/jensengroup/propka/commit/d87afb3df55d97080756c3739af1f856d2b5a94d and comment? I'll address any comments via this (or other new issues).

If I don't receive any comments from you in the next day or so, then I'll release v3.4.0.

speleo3 commented 3 years ago

Any idea if we can suppress section numbering for the changelog? I really thought for a moment that "5.1.2. Fixes" described the fixes for version 5.1.2.

screenshot

sobolevnrm commented 3 years ago

This is difficult to do: https://github.com/sphinx-doc/sphinx/issues/591

speleo3 commented 3 years ago

So I guess the only way would be to remove :numbered: from source/index.rst which removes numbering for all pages.

sobolevnrm commented 3 years ago

So I guess the only way would be to remove :numbered: from source/index.rst which removes numbering for all pages.

I did that but it didn't remove the numbering in my local version of Sphinx. Have you tried it; did it work for you?

speleo3 commented 3 years ago

Yes it works for me. This is what I did after removing :numbered::

cd docs
rm -rf build
sphinx-build source build
sobolevnrm commented 3 years ago

Yes it works for me. This is what I did after removing :numbered::

cd docs
rm -rf build
sphinx-build source build

OK, I'll give it a try later today. You could have just posted https://www.youtube.com/watch?v=aCbfMkh940Q :)