Skip to content

Commit bc360ff

Browse files
Fix sphinx doc build and publish
* Fix sphinx doc build and publish
1 parent 6bcf4d2 commit bc360ff

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ HBAT 2 is a modern Python re-implementation of the original Perl-based tool deve
6161
- Automated PDB fixing with OpenBabel and PDBFixer integration
6262
- Support graphical (tkinter), command-line, and programming API interfaces
6363
- Use graphical interfaces for interactive analysis, CLI/API for batch processing and automation
64-
- Cooperativity chain visualization using NetworkX/matplotlib and GraphViz
65-
- Export cooperativity chain visualizations to PNG, SVG, PDF formats
64+
- Hydrogen bond network (potential cooperativity/anticooperativity chains and water-mediated hydrogen bond networks) visualization using NetworkX/matplotlib and GraphViz
65+
- Export hydrogen bond network visualizations to PNG, SVG, PDF formats
6666
- Built-in presets for different structure types (high-resolution, NMR, membrane proteins, etc.)
6767
- Customizable distance cutoffs, angle thresholds, and analysis modes.
6868
- Multiple Output Formats: Text, CSV, and JSON export options

docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
'sphinx.ext.intersphinx',
3434
'sphinx.ext.coverage',
3535
'sphinx.ext.githubpages',
36-
'sphinx_toolbox.shields',
3736
'sphinx_sitemap',
3837
'sphinx_copybutton',
3938
'sphinxcontrib.bibtex',

docs/source/index.rst

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -26,32 +26,33 @@ A Python package to automate the analysis of potential hydrogen bonds and simila
2626
:alt: GitHub Actions Test Workflow Status
2727
:target: https://github.com/abhishektiwari/hbat/actions/workflows/test.yml
2828

29-
.. pypi-shield::
30-
:project: hbat
31-
:version:
32-
33-
.. pypi-shield::
34-
:wheel:
35-
36-
.. pypi-shield::
37-
:py-versions:
38-
39-
.. github-shield::
40-
:username: abhishektiwari
41-
:repository: hbat
42-
:branch: main
43-
:last-commit:
29+
.. image:: https://img.shields.io/pypi/v/hbat
30+
:alt: PyPI Version
31+
:target: https://pypi.org/project/hbat/
32+
33+
.. image:: https://img.shields.io/pypi/wheel/hbat
34+
:alt: PyPI Wheel
35+
:target: https://pypi.org/project/hbat/
36+
37+
.. image:: https://img.shields.io/pypi/pyversions/hbat
38+
:alt: Python Versions
39+
:target: https://pypi.org/project/hbat/
40+
41+
.. image:: https://img.shields.io/github/last-commit/abhishektiwari/hbat/main
42+
:alt: Last Commit
43+
:target: https://github.com/abhishektiwari/hbat/commits/main
4444

4545
.. image:: https://img.shields.io/pypi/status/hbat
4646
:alt: PyPI - Status
47+
:target: https://pypi.org/project/hbat/
4748

4849
.. image:: https://img.shields.io/conda/v/hbat/hbat
4950
:alt: Conda Version
51+
:target: https://anaconda.org/hbat/hbat
5052

51-
.. github-shield::
52-
:username: abhishektiwari
53-
:repository: hbat
54-
:license:
53+
.. image:: https://img.shields.io/github/license/abhishektiwari/hbat
54+
:alt: License
55+
:target: https://github.com/abhishektiwari/hbat/blob/main/LICENSE
5556

5657
.. image:: https://img.shields.io/github/downloads/abhishektiwari/hbat/total?label=GitHub%20Downloads
5758
:alt: GitHub Downloads (all assets, all releases)
@@ -133,8 +134,8 @@ Highlights of HBAT 2
133134
- Automated PDB fixing with OpenBabel and PDBFixer integration
134135
- Support graphical (tkinter), command-line, and programming API interfaces
135136
- Use graphical interfaces for interactive analysis, CLI/API for batch processing and automation
136-
- Cooperativity chain visualization using NetworkX/matplotlib and GraphViz
137-
- Export cooperativity chain visualizations to PNG, SVG, PDF formats
137+
- Hydrogen bond network (potential cooperativity/anticooperativity chains and water-mediated hydrogen bond networks) visualization using NetworkX/matplotlib and GraphViz
138+
- Export hydrogen bond network visualizations to PNG, SVG, PDF formats
138139
- Built-in presets for different structure types (high-resolution, NMR, membrane proteins, etc.)
139140
- Customizable distance cutoffs, angle thresholds, and analysis modes.
140141
- Multiple Output Formats: Text, CSV, and JSON export options

0 commit comments

Comments
 (0)