Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-innocenti committed Jun 20, 2024
1 parent 1dded6e commit 00fa0bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Gradients
# compute_pc_param_grads

::: jpc.compute_pc_param_grads
2 changes: 1 addition & 1 deletion docs/api/Energy functions.md → docs/api/pc_energy_fn.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Energy functions
# pc_energy_fn

::: jpc.pc_energy_fn
2 changes: 1 addition & 1 deletion jpc/_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""High-level functions to test predictive coding networks."""
"""Utility functions to test predictive coding networks."""

import equinox as eqx
from jpc import (
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ nav:
- 'api/get_fc_network.md'
- Advanced API:
- 'api/Initialisation.md'
- 'api/Energy functions.md'
- 'api/pc_energy_fn.md'
- 'api/solve_pc_activities.md'
- 'api/Gradients.md'
- 'api/compute_pc_param_grads.md'

copyright: |
&copy; 2024 <a href="https://github.com/thebuckleylab" target="_blank" rel="noopener">thebuckleylab</a>

0 comments on commit 00fa0bc

Please sign in to comment.