berkerpeksag / astor

Python AST read/write
https://pypi.org/project/astor/
BSD 3-Clause "New" or "Revised" License
810 stars 102 forks source link

Make changelog look better at readthedocs #65

Closed pmaupin closed 6 years ago

pmaupin commented 7 years ago

Someone who knows sphinx better than me (e.g. at all) should look into this.

changelog.rst will have to be modified.

Look at modifications to index.rst to see how to make it still display properly at github.

berkerpeksag commented 7 years ago

We really shouldn't support reading any docs on GitHub. It's broken, unsupported and astor isn't the only project that suffers from it. We already put the RtD link in README and project description so IMO that should be enough.

pmaupin commented 7 years ago

How about at least the note at the top that says you're not seeing everything? (It only shows up at github; doesn't clutter the doc at rtfd.)

berkerpeksag commented 7 years ago

How about at least the note at the top that says you're not seeing everything?

Sounds good to me!

berkerpeksag commented 6 years ago

Fixed in https://github.com/berkerpeksag/astor/commit/b1d4476fabb421ccd89dc808fb41dcade46d13bb.