gakhov / pdsa

Probabilistic Data Structures and Algorithms in Python
http://pdsa.readthedocs.io
MIT License
121 stars 19 forks source link

Docs Citation Issues #21

Closed agbutteriss closed 5 years ago

agbutteriss commented 5 years ago

So, I was going through the documentation, and I noticed:

  1. Some pages had citations (in particular the frequency ones), whereas others (which were clearly indicating the existence of some paper) didn't (most of the others). I'm happy to go track them down, as my gut instinct is that they're going to be quite easy to find.

  2. The pages that did didn't have the clearest ones - there wasn't a clear separation between the title of the paper and the title of the journal. I've added quotation marks around the titles to make it clearer in a fork, and I'll make a pull request with this quick fix. Making the journal title italicised and/or moving the references to the bottom of the page seems easy enough, too. If anyone wants me to do that as well.