Skip to content

Commit

Permalink
Merge pull request #38 from westurner/patch-1
Browse files Browse the repository at this point in the history
DOC: settings-api.ini, settings-pandas.ini: metadata
  • Loading branch information
jph00 authored Nov 17, 2024
2 parents cf96e1c + 31b0d2e commit c1c3e20
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 11 deletions.
37 changes: 30 additions & 7 deletions mk_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,39 @@

mappings = dict(
stdlib='https://docs.python.org/3',
numpy='https://numpy.org/doc/stable/',

numpy='https://numpy.org/doc/stable',
scipy='https://docs.scipy.org/doc/scipy/reference',
sympy='https://docs.sympy.org/latest',
matplotlib='https://matplotlib.org',
pandas='https://pandas.pydata.org/docs',
h5py='https://docs.h5py.org/en/latest/',
sphinx='https://www.sphinx-doc.org/en/stable/',
attrs='https://www.attrs.org/en/stable/',
sarge='https://sarge.readthedocs.io/en/latest/',
django='http://django.readthedocs.org/en/latest',
pytorch='https://pytorch.org/docs/stable'
h5py='https://docs.h5py.org/en/latest',
pandasdatareader='https://pandas-datareader.readthedocs.io/en/latest',
# https://github.com/scikit-learn-contrib/sklearn-pandas
# https://github.com/astanin/python-tabulate
# https://github.com/Kaggle/docker-python
altair='https://altair-viz.github.io',
pytorch='https://pytorch.org/docs/stable',
cudf='https://docs.rapids.ai/api/cudf/stable',
# https://github.com/pola-rs/polars-book#status-of-the-code-snippets
arrow='https://arrow.apache.org/docs',
dask='https://docs.dask.org/en/stable',
daskml='https://ml.dask.org',
daskdistributed='https://distributed.dask.org/en/stable',
# daskjobqueue='https://jobqueue.dask.org/en/latest'
# daskcloudprovider='https://cloudprovider.dask.org/en/latest',
sklearn='https://scikit-learn.org/stable',
yellowbrick='https://www.scikit-yb.org/en/latest',
featuretools='https://featuretools.alteryx.com/en/stable',

sphinx='https://www.sphinx-doc.org/en/stable',
attrs='https://www.attrs.org/en/stable',
sarge='https://sarge.readthedocs.io/en/latest',
django='https://django.readthedocs.org/en/latest',
jinja2='https://jinja.readthedocs.org/en/latest',
pytest='https://docs.pytest.org/en/stable',

linux='https://docs.kernel.org/',
)

class SphinxIndex:
Expand Down
4 changes: 2 additions & 2 deletions settings-apl.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
host = github
lib_name = nbdev-apl
user = fastai
description = nbdev docs lookup for numpy
keywords = nbdev fastai python
description = nbdev docs lookup for Dyalog APL
keywords = nbdev fastai python apl
author = Jeremy Howard
author_email = [email protected]
copyright = fast.ai, inc
Expand Down
4 changes: 2 additions & 2 deletions settings-pandas.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
host = github
lib_name = nbdev-pandas
user = fastai
description = nbdev docs lookup for the python standard library
keywords = nbdev fastai python
description = nbdev docs lookup for pandas
keywords = nbdev fastai python pandas
author = Jeremy Howard
author_email = [email protected]
copyright = fast.ai, inc
Expand Down

0 comments on commit c1c3e20

Please sign in to comment.