Skip to content

Commit 22c653c

Browse files
authored
Merge pull request #257 from jxmils/issue/252-Duplicate-functions-and-unclear-link-function
Issue/252 duplicate functions and unclear link function
2 parents 8d5ce6c + b60a5eb commit 22c653c

File tree

121 files changed

+3554
-28
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+3554
-28
lines changed

ACKNOWLEDGEMENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ Thank you to everyone here for your impactful contributions!
66
- Rich Caruana
77
- Avinava Dubey
88
- Manolis Kellis
9-
- Eric Xing
9+
- Eric Xing
10+
- Jason Miller

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you would like to implement a new feature or a bug, please make sure you (or
1313
3. Install extra developer dependencies with `pip install -r dev_requirements.txt`.
1414
4. Make your code changes locally.
1515
5. Automatically format your code and check for style issues by running `format_style.sh`. We are working on linting the entire repo, but please make sure your code is cleared by pylint.
16-
6. Automatically update our documentation by running `update_docs.sh`.
16+
6. Automatically update our documentation by running `make_docs.sh`.
1717
7. (Optional) Include your name in alphabetical order in [ACKNOWLEDGEMENTS.md](https://github.com/cnellington/Contextualized/blob/main/ACKNOWLEDGEMENTS.md).
1818
8. Issue a PR to merge your changes into the `main` branch.
1919

context/lib/python3.11/site-packages/pydata_sphinx_theme/theme/pydata_sphinx_theme/static/scripts/bootstrap.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/*!
2+
* Bootstrap v5.3.3 (https://getbootstrap.com/)
3+
* Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5+
*/

context/lib/python3.11/site-packages/pydata_sphinx_theme/theme/pydata_sphinx_theme/static/scripts/bootstrap.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

context/lib/python3.11/site-packages/pydata_sphinx_theme/theme/pydata_sphinx_theme/static/scripts/pydata-sphinx-theme.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

context/lib/python3.11/site-packages/pydata_sphinx_theme/theme/pydata_sphinx_theme/static/scripts/pydata-sphinx-theme.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

context/lib/python3.11/site-packages/pydata_sphinx_theme/theme/pydata_sphinx_theme/static/styles/bootstrap.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

context/lib/python3.11/site-packages/pydata_sphinx_theme/theme/pydata_sphinx_theme/static/styles/bootstrap.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

context/lib/python3.11/site-packages/pydata_sphinx_theme/theme/pydata_sphinx_theme/static/styles/pydata-sphinx-theme.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)