codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
199 stars 269 forks source link

Documentation generation using Sphinx #415

Closed czgdp1807 closed 2 years ago

czgdp1807 commented 2 years ago

References to other Issues or PRs or Relevant literature

Brief description of what is fixed or changed

Other comments

codecov[bot] commented 2 years ago

Codecov Report

Merging #415 (b299269) into master (ce7a749) will increase coverage by 0.005%. The diff coverage is 100.000%.

@@              Coverage Diff              @@
##            master      #415       +/-   ##
=============================================
+ Coverage   98.606%   98.611%   +0.005%     
=============================================
  Files           26        27        +1     
  Lines         3516      3529       +13     
=============================================
+ Hits          3467      3480       +13     
  Misses          49        49               
Impacted Files Coverage Δ
pydatastructs/graphs/algorithms.py 99.489% <ø> (ø)
pydatastructs/graphs/graph.py 100.000% <ø> (ø)
pydatastructs/strings/algorithms.py 100.000% <ø> (ø)
pydatastructs/trees/binary_trees.py 97.818% <ø> (ø)
docs/source/conf.py 100.000% <100.000%> (ø)

Impacted file tree graph