Skip to content

Commit

Permalink
remove last changed date docs and fix mkdocs warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaangupta committed Oct 18, 2024
1 parent 8be7f10 commit f90441f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ plugins:
htmlmin_opts:
remove_comments: true
cache_safe: true
- git-revision-date-localized

nav:
- Home: index.md
Expand Down
8 changes: 0 additions & 8 deletions neuro_py/behavior/cheeseboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ def plot_grid_with_circle_and_random_dots():
colored red and slightly enlarged. Additionally, a grey box is drawn at the
bottom of the plot.
Parameters
----------
None
Returns
-------
None
Notes
-----
- The grid is plotted on a 15x15 layout, with points that fall within the
Expand Down
8 changes: 0 additions & 8 deletions neuro_py/plotting/figure_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ def set_plotting_defaults() -> None:
This function updates matplotlib's plotting style to use serif fonts,
sets font sizes for various elements, and ensures that SVG output uses
non-embedded fonts for better compatibility.
Parameters
----------
None
Returns
-------
None
"""
tex_fonts = {
"font.family": "serif",
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ dependencies = [
"mkdocs-include-markdown-plugin>=6.2.2",
"mkdocs-jupyter>=0.24.8",
"mkdocs-minify-plugin>=0.8.0",
"mkdocs-git-revision-date-localized-plugin>=1.2.9",
]

[project.urls]
Expand Down

0 comments on commit f90441f

Please sign in to comment.