CausalPy icon indicating copy to clipboard operation
CausalPy copied to clipboard

Improve docs through increased use of intersphinx

Open drbenvincent opened this issue 1 year ago • 1 comments

  1. Add more intersphinx mappings in conf.py:
    "pandas": ("https://pandas.pydata.org/docs/", None),
    "scikit-learn": ("https://scikit-learn.org/stable/", None),
    
    And also arviz when referring to idata for example.
  2. Use external intersphinx references when referring to external classes/functions. E.g. https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#role-external

drbenvincent avatar Sep 11 '23 22:09 drbenvincent