Expand description
NumPy-style docstring support.
This module contains the AST types and parser for NumPy-style docstrings.
Re-exports§
pub use ast::NumPyAttribute;pub use ast::NumPyDeprecation;pub use ast::NumPyDocstring;pub use ast::NumPyDocstringItem;pub use ast::NumPyException;pub use ast::NumPyMethod;pub use ast::NumPyParameter;pub use ast::NumPyReference;pub use ast::NumPyReturns;pub use ast::NumPySection;pub use ast::NumPySectionBody;pub use ast::NumPySectionHeader;pub use ast::NumPySectionKind;pub use ast::NumPyWarning;pub use ast::SeeAlsoItem;pub use parser::parse_numpy;