caleb531 / automata

A Python library for simulating finite automata, pushdown automata, and Turing machines
https://caleb531.github.io/automata/
MIT License
338 stars 63 forks source link

Changed excludes in docs config #187

Closed eliotwrobson closed 9 months ago

eliotwrobson commented 9 months ago

Dummy PR for changing config file in the mkdocs branch. Docs now ignore methods that start with an underscore, as these are usually not part of the public interface.

coveralls commented 9 months ago

Coverage Status

coverage: 99.847%. remained the same when pulling 0ea583183a350577dac57bfc83ca9ca8e75f74ba on eliotwrobson:mkdocs_changes into 984ee6f3d60c5c76491338e7bc2cbdd09b2ca88d on caleb531:docs_rework.