Git Product home page Git Product logo

Comments (4)

mrocklin avatar mrocklin commented on August 25, 2024

Github renders markdown natively. Does github support RST? If not then is
there a minimally offending subset that we can use?

On Mon, Nov 18, 2013 at 10:12 AM, Erik Welch [email protected]:

PyPI (and its cousins) expects reStructuredText for the long description
of a package. Markdown renders partially correctly, but much of it is
rendered incorrectly as can be seen here:
https://pypi.python.org/pypi/toolz
https://crate.io/packages/toolz/

"pandoc" can convert from markdown to rst, although a couple changes to
README.md may be required to convert everything smoothly. For example,
itertoolz,hasn't converted properly for me (maybe a newer version of pandoc or
different command line options would help), but changing itertools to
itertools works.


Reply to this email directly or view it on GitHubhttps://github.com//issues/104
.

from toolz.

eriknw avatar eriknw commented on August 25, 2024

Yes, github renders RST and all the other markups listed here: https://github.com/github/markup

For example, sympy, ipython, matplotlib, scikit-learn (and many others) all have a README.rst

from toolz.

mrocklin avatar mrocklin commented on August 25, 2024

Then moving to RST sounds like a good idea to me.

On Mon, Nov 18, 2013 at 10:34 AM, Erik Welch [email protected]:

Yes, github renders RST and all the other markups listed here:
https://github.com/github/markup

For example, sympy, ipython, matplotlib, scikit-learn (and many others)
all have a README.rst


Reply to this email directly or view it on GitHubhttps://github.com//issues/104#issuecomment-28724616
.

from toolz.

eriknw avatar eriknw commented on August 25, 2024

I can do this tonight. I found a way to make literal text also a hyperlink in rst, such as itertoolz:

|literal itertoolz|_, for operations on iterables. Examples: ``groupby``, ``unique``, ``interpose``,

.. |literal itertoolz| replace:: ``itertoolz``
.. _literal itertoolz: https://github.com/pytoolz/toolz/blob/master/toolz/itertoolz/core.py

from toolz.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.