Skip to content

Commit

Permalink
Pull request #76: Add captioning
Browse files Browse the repository at this point in the history
Merge in HYP/hypernetx from add-captioning to bp2

* commit '71a77b60c476e00fa7aeea9fc3b7e161402296f0':
  Add figures and captioning
  Update LICENSE.rst, change versioning tool
  • Loading branch information
bonicim committed May 4, 2023
2 parents a92b8df + 71a77b6 commit 5ea5890
Show file tree
Hide file tree
Showing 6 changed files with 188 additions and 167 deletions.
21 changes: 21 additions & 0 deletions .cz.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "2.0"
version_files = [
"setup.py",
"docs/source/conf.py",
"hypernetx/__init__.py"
]
update_changelog_on_bump = false
style = [
["qmark", "fg:#ff9d00 bold"],
["question", "bold"],
["answer", "fg:#ff9d00 bold"],
["pointer", "fg:#ff9d00 bold"],
["highlighted", "fg:#ff9d00 bold"],
["selected", "fg:#cc5454"],
["separator", "fg:#cc5454"],
["instruction", ""],
["text", ""],
["disabled", "fg:#858585 italic"]
]
2 changes: 1 addition & 1 deletion LICENSE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ License

HyperNetX

Copyright © 2018, Battelle Memorial Institute
Copyright © 2023, Battelle Memorial Institute

Battelle Memorial Institute (hereinafter Battelle) hereby grants permission
to any person or entity lawfully obtaining a copy of this software and associated
Expand Down
62 changes: 0 additions & 62 deletions docs/source/_static/copybutton.js

This file was deleted.

8 changes: 6 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,10 @@
# If false, no index is generated.
# epub_use_index = True

# Remove the command prompts such as >>> when copying code snippets from copybutton
# see https://sphinx-copybutton.readthedocs.io/en/latest/use.html
copybutton_exclude = '.linenos, .gp'

def setup(app):
app.add_js_file("copybutton.js")
# tables and code-blocks are automatically numbered if they have a caption.
# See https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-numfig
numfig = True
Loading

0 comments on commit 5ea5890

Please sign in to comment.