Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Add support for reST-style docstrings #274

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 18, 2020

  1. ENH: Add support for reST-style docstrings

    muecelee committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    e9f6795 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Change reST docstring processing to use docutils

    Change "restructuredtext" to "epytext" in test_docformat() since
    restructuredtext is now (somewhat) supported
    Add trailing spaces to reST tags at docstring type inference
    muecelee committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    893e4bb View commit details
    Browse the repository at this point in the history
  2. Clean up code wrt linter

    muecelee committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    2abd246 View commit details
    Browse the repository at this point in the history
  3. Change reST docstring processing to use docutils

    Change "restructuredtext" to "epytext" in test_docformat() since
    restructuredtext is now (somewhat) supported
    Add trailing spaces to reST tags at docstring type inference
    
    Clean up code wrt linter
    muecelee committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    662b144 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'reST_style_docstrings_support' of github.com:muecelee/p…

    …doc into reST_style_docstrings_support
    muecelee committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    985669d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    925a938 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Fix mypy issues

    In html_helpers.reST_node_to_html() return an empty string in case the
    regex can't find a div with class "document"
    Specifiy variable types where not inferable
    muecelee committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    6d35cca View commit details
    Browse the repository at this point in the history