| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Merge pull request #8014 from jakobandersen/utzig-named-variadic-arg | Jakob Lykke Andersen | 2020-07-27 | 1 | -3/+17 | |
| | |\ \ \ \ | | | | | | | | | | | | | C, named variadic arg | |||||
| | | * | | | | C, changelog and test for named variadic args | Jakob Lykke Andersen | 2020-07-27 | 1 | -0/+2 | |
| | | | | | | | ||||||
| | | * | | | | domains: c: add support for named variadic argument | Fabio Utzig | 2020-07-23 | 1 | -3/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for gcc extensions which allow variadic arguments to be named: https://gcc.gnu.org/onlinedocs/cpp/Variadic-Macros.html A named variadic argument takes the form "<name>..." with spaces around allowed and must be the last argument. Currently it generates a warning "Invalid C declaration: Expected identifier, ')', or ',' in macro parameter list." Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no> | |||||
| | * | | | | | Fix typo | Fabio Utzig | 2020-07-27 | 1 | -1/+1 | |
| | | |/ / / | |/| | | | | | | | | | | | | | Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no> | |||||
| | * | | | | Merge pull request #7992 from jobec/3.x | Takeshi KOMIYA | 2020-07-26 | 2 | -3/+2 | |
| | |\ \ \ \ | | | | | | | | | | | | | Allow searching for things like serials, phone numbers, etc | |||||
| | | * | | | | Allow searching for things like serials, phone numbers, etc | Joris Beckers | 2020-07-22 | 2 | -3/+2 | |
| | | |/ / / | ||||||
| | * | | | | Fix typo | Joachim Jablon | 2020-07-26 | 1 | -1/+1 | |
| | | |_|/ | |/| | | ||||||
| | * | | | Merge pull request #8000 from tk0miya/7985_protocol_relative_url | Takeshi KOMIYA | 2020-07-25 | 1 | -1/+1 | |
| | |\ \ \ | | | | | | | | | | | linkcheck: Fix a protocol relative URL is considered as a local file | |||||
| | | * | | | linkcheck: Fix a protocol relative URL is considered as a local file | Takeshi KOMIYA | 2020-07-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since #7985, a protocol relative URL (URL starts with "//") is considered as a local file incorrectly. This makes it to a "unchecked" URL. refs: #7985 | |||||
| | * | | | | Merge pull request #7690 from keewis/transform_numpy_parameter_types | Takeshi KOMIYA | 2020-07-25 | 2 | -2/+193 | |
| | |\ \ \ \ | | | | | | | | | | | | | preprocessing numpy types | |||||
| | | * | | | | add a comment about default not being a official keyword | Keewis | 2020-07-25 | 1 | -0/+2 | |
| | | | | | | | ||||||
| | | * | | | | mention that the type aliases only work with napoleon_use_param | Keewis | 2020-07-25 | 1 | -1/+2 | |
| | | | | | | | ||||||
| | | * | | | | don't provide a empty line number | Keewis | 2020-07-25 | 1 | -2/+1 | |
| | | | | | | | ||||||
| | | * | | | | allow mapping to a long name | Keewis | 2020-07-21 | 1 | -2/+7 | |
| | | | | | | | ||||||
| | | * | | | | support pandas-style default spec by postprocessing tokens | Keewis | 2020-07-21 | 1 | -2/+9 | |
| | | | | | | | ||||||
| | | * | | | | only transform the types if napoleon_use_param is true | Keewis | 2020-07-16 | 1 | -5/+6 | |
| | | | | | | | ||||||
| | | * | | | | add type hints and location information | Keewis | 2020-07-16 | 1 | -12/+23 | |
| | | | | | | | ||||||
| | | * | | | | replace .format with %-style string interpolation | Keewis | 2020-07-16 | 1 | -7/+7 | |
| | | | | | | | ||||||
| | | * | | | | make sure singletons actually use :obj: | Keewis | 2020-07-16 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | * | | | | use :class: as default role and only fall back to :obj: for singletons | Keewis | 2020-07-16 | 1 | -1/+5 | |
| | | | | | | | ||||||
| | | * | | | | use the format method instead of f-strings | Keewis | 2020-07-16 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | | * | | | | remove a debug print | Keewis | 2020-07-16 | 1 | -1/+0 | |
| | | | | | | | ||||||
| | | * | | | | move the binary operator "or" to before the newline | Keewis | 2020-07-16 | 1 | -4/+4 | |
| | | | | | | | ||||||
| | | * | | | | reimplement the value set combination function using collections.deque | Keewis | 2020-07-16 | 1 | -15/+36 | |
| | | | | | | | ||||||
| | | * | | | | move the warnings to token_type | Keewis | 2020-07-16 | 1 | -30/+49 | |
| | | | | | | | ||||||
| | | * | | | | make invalid value sets a literal to avoid further warnings | Keewis | 2020-07-16 | 1 | -0/+3 | |
| | | | | | | | ||||||
| | | * | | | | remove the default for the default translation | Keewis | 2020-07-16 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | * | | | | treat value sets as literals | Keewis | 2020-07-16 | 1 | -5/+7 | |
| | | | | | | | ||||||
| | | * | | | | move the regexes to top-level | Keewis | 2020-07-16 | 1 | -17/+10 | |
| | | | | | | | ||||||
| | | * | | | | set a default so translations don't to be specified | Keewis | 2020-07-16 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | * | | | | update the splitting regexp to handle braces in strings and escaped quotes | Keewis | 2020-07-16 | 1 | -4/+17 | |
| | | | | | | | ||||||
| | | * | | | | properly use sphinx's logger | Keewis | 2020-07-16 | 1 | -3/+8 | |
| | | | | | | | ||||||
| | | * | | | | emit a warning instead of raising an error | Keewis | 2020-07-16 | 1 | -1/+4 | |
| | | | | | | | ||||||
| | | * | | | | replace the custom role with markup | Keewis | 2020-07-16 | 1 | -16/+3 | |
| | | | | | | | ||||||
| | | * | | | | rename the configuration option | Keewis | 2020-07-16 | 2 | -5/+5 | |
| | | | | | | | ||||||
| | | * | | | | replace the hard-coded mapping of translations with a config option | Keewis | 2020-07-16 | 2 | -9/+10 | |
| | | | | | | | ||||||
| | | * | | | | get the type converter function to work, verified by new tests | Keewis | 2020-07-16 | 1 | -10/+6 | |
| | | | | | | | ||||||
| | | * | | | | move tokenize_type_spec to its own function and add tests for it | Keewis | 2020-07-16 | 1 | -30/+51 | |
| | | | | | | | ||||||
| | | * | | | | don't use the obj role if it is not necessary | Keewis | 2020-07-16 | 1 | -3/+10 | |
| | | | | | | | ||||||
| | | * | | | | move the numpy type spec parsing function out of NumpyDocstring | Keewis | 2020-07-16 | 1 | -78/+79 | |
| | | | | | | | ||||||
| | | * | | | | more flake8 | Keewis | 2020-07-16 | 1 | -4/+4 | |
| | | | | | | | ||||||
| | | * | | | | update the translations | Keewis | 2020-07-16 | 1 | -1/+2 | |
| | | | | | | | ||||||
| | | * | | | | don't treat instance as special | Keewis | 2020-07-16 | 1 | -2/+0 | |
| | | | | | | | ||||||
| | | * | | | | actually apply the type conversion | Keewis | 2020-07-16 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | | * | | | | try to mark literals as such | Keewis | 2020-07-16 | 1 | -1/+91 | |
| | | | | | | | ||||||
| | * | | | | | Fix a mypy violation | Takeshi KOMIYA | 2020-07-24 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Merge branch '3.x' into 5090_distutils_version | Takeshi KOMIYA | 2020-07-24 | 465 | -44063/+183208 | |
| | |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | | * | | | | Merge pull request #7927 from jnothman/name-case-clash | Takeshi KOMIYA | 2020-07-24 | 2 | -1/+10 | |
| | | |\ \ \ \ | | | |_|/ / | | |/| | | | Add autosummary_filename_map config to avoid clashes | |||||
| | | | * | | | Rm unused import | Joel Nothman | 2020-07-15 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | * | | | Fix toctree generation | Joel Nothman | 2020-07-15 | 2 | -4/+3 | |
| | | | | | | | ||||||
