File tree Expand file tree Collapse file tree 5 files changed +251
-3
lines changed Expand file tree Collapse file tree 5 files changed +251
-3
lines changed Original file line number Diff line number Diff line change 11sphinx == 4.2.0
2- sphinx-readable-theme == 1.3.0
2+ sphinx-readable-theme == 1.3.0
3+ myst_nb == 0.13.1
Original file line number Diff line number Diff line change 3636# ones.
3737extensions = [
3838 'sphinx.ext.autodoc' ,
39- 'sphinx.ext.napoleon'
39+ 'sphinx.ext.napoleon' ,
40+ 'myst_nb'
4041]
4142
43+ jupyter_execute_notebooks = "off"
44+
4245napoleon_numpy_docstring = True
4346
4447# Add any paths that contain templates here, relative to this directory.
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ Contents
4848 :maxdepth: 1
4949
5050 tutorials.rst
51+ pydatastructs_sphinx_graphs
5152 contributing.rst
5253 authors.rst
5354 pydatastructs/pydatastructs.rst
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Tutorials
44We provide the following tutorials to show how ``pydatastructs ``
55APIs can help in solving complicated data structures and algorithms
66problems easily. For now the problems are abstract. However, we plan
7- to add some examples showing usage of ``pydatastructs `` on real world
7+ to add some more examples showing usage of ``pydatastructs `` on real world
88data sets such as `Stanford Large Network Dataset Collection <https://snap.stanford.edu/data/ >`_
99and `Urban Dictionary Words And Definitions <https://www.kaggle.com/therohk/urban-dictionary-words-dataset >`_.
1010If you are interested in playing around with the above datasets using our API,
You can’t perform that action at this time.
0 commit comments