Skip to content

Commit

Permalink
Fix external hoverxref and clean up some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jul 20, 2023
1 parent e53896f commit 8b8a17b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ file:///home/runner/work/PyBaMM/PyBaMM/docs/source/user_guide/api_docs
file:///home/runner/work/PyBaMM/PyBaMM/docs/source/user_guide/fundamentals/base_battery_model
file:///home/runner/work/PyBaMM/PyBaMM/docs/source/user_guide/fundamentals/parameter_sets
file:///home/runner/work/PyBaMM/PyBaMM/docs/source/user_guide/fundamentals/quick_plot
file:///home/runner/work/PyBaMM/PyBaMM/docs/source/user_guide/fundamentals/plot_voltage_components
file:///home/runner/work/PyBaMM/PyBaMM/docs/source/user_guide/fundamentals/pybamm.plot_voltage_components

# Errors in docs/source/user_guide/index.md
file:///home/runner/work/PyBaMM/PyBaMM/docs/source/user_guide/api_docs

2 changes: 1 addition & 1 deletion docs/source/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ API documentation

This reference manual details functions, modules, and objects
included in PyBaMM, describing what they are and what they do.
For a high-level introduction to PyBaMM, see the :ref:`user guide <user_guide>` and the :ref:`examples <examples>`.
For a high-level introduction to PyBaMM, see the :ref:`user guide <user_guide>` and the :ref:`examples <pybamm_examples>`.

.. toctree::
:maxdepth: 2
Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _examples:
.. _pybamm_examples:

########
Examples
Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/notebooks/change-settings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
"source": [
"Most of the parameters in this list have numerical values. Some have string values, that point to particular python functions within PyBaMM. These denote parameters that vary over time and/or space, in a manner defined by the given python function. For the moment we will ignore these, and focus on altering one of the numerical parameters.\n",
"\n",
"The class [`pybamm.ParameterValues`](https://pybamm.readthedocs.io/en/latest/source/api/parameters/parameter_values.html) acts like the normal python `dict` data structure, so you can read or write individual parameters accordingly:"
"The class [`pybamm.ParameterValues`](https://docs.pybamm.org/en/latest/source/api/parameters/parameter_values.html) acts like the normal python `dict` data structure, so you can read or write individual parameters accordingly:"
]
},
{
Expand Down

0 comments on commit 8b8a17b

Please sign in to comment.