` tag in `convert_markdown` filter ([5351fc8](https://github.com/mkdocstrings/mkdocstrings/commit/5351fc8b417fb20f0681a22f49fcc902579eacdb) by Oleh Prypin). [PR #369](https://github.com/mkdocstrings/mkdocstrings/pull/369) +- Support handlers spanning multiple locations ([f42dfc6](https://github.com/mkdocstrings/mkdocstrings/commit/f42dfc61ce4f9f317c4bd17f568e504ed9764d35) by Timothée Mazzucotelli). [PR #355](https://github.com/mkdocstrings/mkdocstrings/pull/355) + +### Code Refactoring +- Prefix logs with the package name only ([6c2b734](https://github.com/mkdocstrings/mkdocstrings/commit/6c2b7348ae40989e4adccc087feae599fcea949d) by Timothée Mazzucotelli). [PR #375](https://github.com/mkdocstrings/mkdocstrings/pull/375) +- Extract the Python handler into its own repository ([74371e4](https://github.com/mkdocstrings/mkdocstrings/commit/74371e49c32059fefd34c7cc7f7b8f085b383237) by Timothée Mazzucotelli). [PR #356](https://github.com/mkdocstrings/mkdocstrings/pull/356) +- Support Jinja2 3.1 ([b377227](https://github.com/mkdocstrings/mkdocstrings/commit/b37722716b1e0ed6393ec71308dfb0f85e142f3b) by Timothée Mazzucotelli). [Issue #360](https://github.com/mkdocstrings/mkdocstrings/issues/360), [PR #361](https://github.com/mkdocstrings/mkdocstrings/pull/361) +- Find templates in new and deprecated namespaces ([d5d5f18](https://github.com/mkdocstrings/mkdocstrings/commit/d5d5f1844dbac3affacc95f2f3eab57a61d2068c) by Timothée Mazzucotelli). [PR #367](https://github.com/mkdocstrings/mkdocstrings/pull/367) +- Support loading handlers from the `mkdocstrings_handlers` namespace ([5c22c6c](https://github.com/mkdocstrings/mkdocstrings/commit/5c22c6ce4e056ac2334e2dfcd47c1f1a7884d352) by Timothée Mazzucotelli). [PR #367](https://github.com/mkdocstrings/mkdocstrings/pull/367) + + +## [0.17.0](https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.17.0) - 2021-12-27 + +[Compare with 0.16.2](https://github.com/mkdocstrings/mkdocstrings/compare/0.16.2...0.17.0) + +### Features +- Add `show_signature` rendering option ([024ee82](https://github.com/mkdocstrings/mkdocstrings/commit/024ee826bb6f0aa297ba857bc18075d6f4162cad) by Will Da Silva). [Issue #341](https://github.com/mkdocstrings/mkdocstrings/issues/341), [PR #342](https://github.com/mkdocstrings/mkdocstrings/pull/342) +- Support Keyword Args and Yields sections ([1286427](https://github.com/mkdocstrings/mkdocstrings/commit/12864271b7f997af7b421a834919b1e686793905) by Timothée Mazzucotelli). [Issue #205](https://github.com/mkdocstrings/mkdocstrings/issues/205) and [#324](https://github.com/mkdocstrings/mkdocstrings/issues/324), [PR #331](https://github.com/mkdocstrings/mkdocstrings/pull/331) + +### Bug Fixes +- Do minimum work when falling back to re-collecting an object to get its anchor ([f6cf570](https://github.com/mkdocstrings/mkdocstrings/commit/f6cf570255df17db1088b6e6cd94bcc823b3b17f) by Timothée Mazzucotelli). [Issue #329](https://github.com/mkdocstrings/mkdocstrings/issues/329), [PR #330](https://github.com/mkdocstrings/mkdocstrings/pull/330) + +### Code Refactoring +- Return multiple identifiers from fallback method ([78c498c](https://github.com/mkdocstrings/mkdocstrings/commit/78c498c4a6cfc33cc6ceab9829426bd64e518d44) by Timothée Mazzucotelli). [Issue mkdocstrings/autorefs#11](https://github.com/mkdocstrings/autorefs/issues/11), [PR #350](https://github.com/mkdocstrings/mkdocstrings/pull/350) + + +## [0.16.2](https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.16.2) - 2021-10-04 + +[Compare with 0.16.1](https://github.com/mkdocstrings/mkdocstrings/compare/0.16.1...0.16.2) + +### Dependencies +- Support `pymdown-extensions` v9.x ([0831343](https://github.com/mkdocstrings/mkdocstrings/commit/0831343aa8726ed785b17bba1c8d4adf49b46748) by Ofek Lev and [38b22ec](https://github.com/mkdocstrings/mkdocstrings/commit/38b22ec11cded4689115dafc43e16a1e8e40feda) by Timothée Mazzucotelli). + + +## [0.16.1](https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.16.1) - 2021-09-23 + +[Compare with 0.16.0](https://github.com/mkdocstrings/mkdocstrings/compare/0.16.0...0.16.1) + +### Bug Fixes +- Fix ReadTheDocs "return" template ([598621b](https://github.com/mkdocstrings/mkdocstrings/commit/598621bff29d2aeda0e14f350cda36c1a1f418d5) by Timothée Mazzucotelli). + + +## [0.16.0](https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.16.0) - 2021-09-20 + +[Compare with 0.15.0](https://github.com/mkdocstrings/mkdocstrings/compare/0.15.0...0.16.0) + +### Features +- Add a rendering option to change the sorting of members ([b1fff8b](https://github.com/mkdocstrings/mkdocstrings/commit/b1fff8b8ef4d6d77417fc43ed8be4b578d6437e4) by Joe Rickerby). [Issue #114](https://github.com/mkdocstrings/mkdocstrings/issues/114), [PR #274](https://github.com/mkdocstrings/mkdocstrings/pull/274) +- Add option to show Python base classes ([436f550](https://github.com/mkdocstrings/mkdocstrings/commit/436f5504ad72ab6d1f5b4303e6b68bc84562c32b) by Brian Koropoff). [Issue #269](https://github.com/mkdocstrings/mkdocstrings/issues/269), [PR #297](https://github.com/mkdocstrings/mkdocstrings/pull/297) +- Support loading external Python inventories in Sphinx format ([a8418cb](https://github.com/mkdocstrings/mkdocstrings/commit/a8418cb4c6193d35cdc72508b118a712cf0334e1) by Oleh Prypin). [PR #287](https://github.com/mkdocstrings/mkdocstrings/pull/287) +- Support loading external inventories and linking to them ([8b675f4](https://github.com/mkdocstrings/mkdocstrings/commit/8b675f4671f8bbfd2f337ed043e3682b0a0ad0f6) by Oleh Prypin). [PR #277](https://github.com/mkdocstrings/mkdocstrings/pull/277) +- Very basic support for MkDocs theme ([974ca90](https://github.com/mkdocstrings/mkdocstrings/commit/974ca9010efca1b8279767faf8efcd2470a8371d) by Oleh Prypin). [PR #272](https://github.com/mkdocstrings/mkdocstrings/pull/272) +- Generate objects inventory ([14ed959](https://github.com/mkdocstrings/mkdocstrings/commit/14ed959860a784a835cd71f911081f2026d66c81) and [bbd85a9](https://github.com/mkdocstrings/mkdocstrings/commit/bbd85a92fa70bddfe10a907a4d63b8daf0810cb2) by Timothée Mazzucotelli). [Issue #251](https://github.com/mkdocstrings/mkdocstrings/issues/251), [PR #253](https://github.com/mkdocstrings/mkdocstrings/pull/253) + +### Bug Fixes +- Don't render empty code blocks for missing type annotations ([d2e9e1e](https://github.com/mkdocstrings/mkdocstrings/commit/d2e9e1ef3cf304081b07f763843a9722bf9b117e) by Oleh Prypin). +- Fix custom handler not being used ([6dcf342](https://github.com/mkdocstrings/mkdocstrings/commit/6dcf342fb83b19e385d56d37235f2b23e8c8c767) by Timothée Mazzucotelli). [Issue #259](https://github.com/mkdocstrings/mkdocstrings/issues/259), [PR #263](https://github.com/mkdocstrings/mkdocstrings/pull/263) +- Don't hide `setup_commands` errors ([92418c4](https://github.com/mkdocstrings/mkdocstrings/commit/92418c4b3e80b67d5116efa73931fc113daa60e9) by Gabriel Vîjială). [PR #258](https://github.com/mkdocstrings/mkdocstrings/pull/258) + +### Code Refactoring +- Move writing extra files to an earlier stage in the build ([3890ab5](https://github.com/mkdocstrings/mkdocstrings/commit/3890ab597692e56d7ece576c166373b66ff4e615) by Oleh Prypin). [PR #275](https://github.com/mkdocstrings/mkdocstrings/pull/275) + + +## [0.15.2](https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.15.2) - 2021-06-09 + +[Compare with 0.15.1](https://github.com/mkdocstrings/mkdocstrings/compare/0.15.1...0.15.2) + +### Packaging +- MkDocs default schema needs to be obtained differently now ([b3e122b](https://github.com/mkdocstrings/mkdocstrings/commit/b3e122b36d586632738ddedaed7d3df8d5dead44) by Oleh Prypin). [PR #273](https://github.com/mkdocstrings/mkdocstrings/pull/273) +- Compatibility with MkDocs 1.2: livereload isn't guaranteed now ([36e8024](https://github.com/mkdocstrings/mkdocstrings/commit/36e80248d2ab9e61975f6c83ae517115c9410fc1) by Oleh Prypin). [PR #294](https://github.com/mkdocstrings/mkdocstrings/pull/294) + + +## [0.15.1](https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.15.1) - 2021-05-16 + +[Compare with 0.15.0](https://github.com/mkdocstrings/mkdocstrings/compare/0.15.0...0.15.1) + +### Bug Fixes +- Prevent error during parallel installations ([fac2c71](https://github.com/mkdocstrings/mkdocstrings/commit/fac2c711351f7b62bf5308f19cfc612a3944588a) by Timothée Mazzucotelli). + +### Packaging +- Support the upcoming major Jinja and MarkupSafe releases ([bb4f9de](https://github.com/mkdocstrings/mkdocstrings/commit/bb4f9de08a77bef85e550d70deb0db13e6aa0c96) by Oleh Prypin). [PR #283](https://github.com/mkdocstrings/mkdocstrings/pull/283) +- Accept a higher version of mkdocs-autorefs ([c8de08e](https://github.com/mkdocstrings/mkdocstrings/commit/c8de08e177f78290d3baaca2716d1ec64c9059b6) by Oleh Prypin). [PR #282](https://github.com/mkdocstrings/mkdocstrings/pull/282) + + +## [0.15.0](https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.15.0) - 2021-02-28 + +[Compare with 0.14.0](https://github.com/mkdocstrings/mkdocstrings/compare/0.14.0...0.15.0) + +### Breaking Changes + +The following items are *possible* breaking changes: + +- Cross-linking to arbitrary headings now requires to opt-in to the *autorefs* plugin, + which is installed as a dependency of *mkdocstrings*. + See [Cross-references to any Markdown heading](https://mkdocstrings.github.io/usage/#cross-references-to-any-markdown-heading). +- *mkdocstrings* now respects your configured code highlighting method, + so if you are using the CodeHilite extension, the `.highlight` CSS class in the rendered HTML will become `.codehilite`. + So make sure to adapt your extra CSS accordingly. Or just switch to using [pymdownx.highlight](https://facelessuser.github.io/pymdown-extensions/extensions/highlight/), it's better supported by *mkdocstrings* anyway. + See [Syntax highlighting](https://mkdocstrings.github.io/theming/#syntax-highlighting). +- Most of the [CSS rules that *mkdocstrings* used to recommend](https://mkdocstrings.github.io/handlers/python/#recommended-style-material) for manual addition, now become mandatory (auto-injected into the site). This shouldn't *break* any of your styles, but you are welcome to remove the now-redundant lines that you had copied into `extra_css`, [similarly to this diff](https://github.com/mkdocstrings/mkdocstrings/pull/218/files#diff-7889a1924c66ff9318f1d81c4a3b75658d09bebf0db3b2e4023ba3e40294eb73). + +### Features +- Nicer-looking error outputs - no tracebacks from mkdocstrings ([6baf720](https://github.com/mkdocstrings/mkdocstrings/commit/6baf720850d359ddb55713553a757fe7b2283e10) by Oleh Prypin). [PR #230](https://github.com/mkdocstrings/mkdocstrings/pull/230) +- Let handlers add CSS to the pages, do so for Python handler ([05c7a3f](https://github.com/mkdocstrings/mkdocstrings/commit/05c7a3fc83b67d3244ea3bfe97dab19aa53f2d38) by Oleh Prypin). [Issue #189](https://github.com/mkdocstrings/mkdocstrings/issues/189), [PR #218](https://github.com/mkdocstrings/mkdocstrings/pull/218) +- Allow linking to an object heading not only by its canonical identifier, but also by its possible aliases ([4789950](https://github.com/mkdocstrings/mkdocstrings/commit/4789950ff43c354d47afbed5c89d5abb917ffee6) by Oleh Prypin). [PR #217](https://github.com/mkdocstrings/mkdocstrings/pull/217) + +### Bug Fixes +- Propagate the CSS class to inline highlighting as well ([c7d80e6](https://github.com/mkdocstrings/mkdocstrings/commit/c7d80e63a042913b7511c38a788967796dd10997) by Oleh Prypin). [PR #245](https://github.com/mkdocstrings/mkdocstrings/pull/245) +- Don't double-escape characters in highlighted headings ([6357144](https://github.com/mkdocstrings/mkdocstrings/commit/6357144b100be6a2e7e6140e035c289c225cec22) by Oleh Prypin). [Issue #228](https://github.com/mkdocstrings/mkdocstrings/issues/228), [PR #241](https://github.com/mkdocstrings/mkdocstrings/pull/241) + +### Code Refactoring +- Use the autorefs plugin from its new external location ([e2d74ef](https://github.com/mkdocstrings/mkdocstrings/commit/e2d74efb0d59f9a1aa45e42525ceb1d4b7638426) by Oleh Prypin). [PR #235](https://github.com/mkdocstrings/mkdocstrings/pull/235) +- Split out Markdown extensions from `handlers` to `handlers.rendering` ([7533852](https://github.com/mkdocstrings/mkdocstrings/commit/7533852e3ac0a378b70a380cef1100421b7d5763) by Oleh Prypin). [PR #233](https://github.com/mkdocstrings/mkdocstrings/pull/233) +- Theme-agnostic code highlighting, respecting configs ([f9ea009](https://github.com/mkdocstrings/mkdocstrings/commit/f9ea00979545e39983ba377f1930d73ae94165ea) by Oleh Prypin). [PR #202](https://github.com/mkdocstrings/mkdocstrings/pull/202) +- Split out autorefs plugin, make it optional ([fc67656](https://github.com/mkdocstrings/mkdocstrings/commit/fc676564f9b11269b3e0b0482703ac924069a3fa) by Oleh Prypin). [PR #220](https://github.com/mkdocstrings/mkdocstrings/pull/220) +- Remove the extra wrapper div from the final doc ([7fe438c](https://github.com/mkdocstrings/mkdocstrings/commit/7fe438c4040a2124b00c39e582ef4c38be7c55c9) by Oleh Prypin). [PR #209](https://github.com/mkdocstrings/mkdocstrings/pull/209) +- Don't re-parse the whole subdoc, expose only headings ([15f84f9](https://github.com/mkdocstrings/mkdocstrings/commit/15f84f981982c8e2b15498f5c869ac207f3ce5d7) by Oleh Prypin). [PR #209](https://github.com/mkdocstrings/mkdocstrings/pull/209) +- Actually exclude hidden headings from the doc ([0fdb082](https://github.com/mkdocstrings/mkdocstrings/commit/0fdb0821867eb0e14a972a603c22301aafecf4f4) by Oleh Prypin). [PR #209](https://github.com/mkdocstrings/mkdocstrings/pull/209) + + +## [0.14.0](https://github.com/pawamoy/mkdocstrings/releases/tag/0.14.0) - 2021-01-06 + +[Compare with 0.13.6](https://github.com/pawamoy/mkdocstrings/compare/0.13.6...0.14.0) + +Special thanks to Oleh [@oprypin](https://github.com/oprypin) Prypin who did an amazing job (this is a euphemism) +at improving *mkdocstrings*, fixing hard-to-fix bugs with clever solutions, implementing great new features +and refactoring the code for better performance and readability! Thanks Oleh! + +### Bug Fixes +- Fix double code tags ([e84d401](https://github.com/pawamoy/mkdocstrings/commit/e84d401c6dcb9aecb8cc1a58d3a0f339e1c3e78f) by Timothée Mazzucotelli). +- Don't mutate the original Markdown config for permalinks ([8f6b163](https://github.com/pawamoy/mkdocstrings/commit/8f6b163b50551da22f65e9b736e042562f77f2d7) by Oleh Prypin). +- Preserve text immediately before an autodoc ([07466fa](https://github.com/pawamoy/mkdocstrings/commit/07466fafb54963a4e35e69007b6291a0382aaeb4) by Oleh Prypin). [PR #207](https://github.com/pawamoy/mkdocstrings/pull/207) +- Remove `href` attributes from headings in templates ([d5602ff](https://github.com/pawamoy/mkdocstrings/commit/d5602ff3bb1a75ac1c8c457e972271b6c66eb8dd) by Oleh Prypin). [PR #204](https://github.com/pawamoy/mkdocstrings/pull/204) +- Don't let `toc` extension append its permalink twice ([a154f5c](https://github.com/pawamoy/mkdocstrings/commit/a154f5c4c6ef9abd221e1f89e44847ae2cf25436) by Oleh Prypin). [PR #203](https://github.com/pawamoy/mkdocstrings/pull/203) +- Fix undefined entity for `¶` ([2c29211](https://github.com/pawamoy/mkdocstrings/commit/2c29211002d515db40e5bdabf6cbf32ec8633a05) by Timothée Mazzucotelli). +- Make ids of Markdown sub-documents prefixed with the parent item id ([d493d33](https://github.com/pawamoy/mkdocstrings/commit/d493d33b3827d93e84a7b2e39f0a10dfcb782402) by Oleh Prypin). [Issue #186](https://github.com/pawamoy/mkdocstrings/issues/186) and [#193](https://github.com/pawamoy/mkdocstrings/issues/193), [PR #199](https://github.com/pawamoy/mkdocstrings/pull/199) +- More lenient regex for data-mkdocstrings-identifier ([dcfec8e](https://github.com/pawamoy/mkdocstrings/commit/dcfec8edfdff050debc5856dfc213d3119a84792) by Oleh Prypin). +- Shift Markdown headings according to the current `heading_level` ([13f41ae](https://github.com/pawamoy/mkdocstrings/commit/13f41aec5a95c82c1229baa4ac3caf4abb2add51) by Oleh Prypin). [Issue #192](https://github.com/pawamoy/mkdocstrings/issues/192), [PR #195](https://github.com/pawamoy/mkdocstrings/pull/195) +- Fix footnotes appearing in all following objects ([af24bc2](https://github.com/pawamoy/mkdocstrings/commit/af24bc246a6938ebcae7cf6ff677b194cf1af95c) by Oleh Prypin). [Issue #186](https://github.com/pawamoy/mkdocstrings/issues/186), [PR #195](https://github.com/pawamoy/mkdocstrings/pull/195) +- Fix cross-references from the root index page ([9c9f2a0](https://github.com/pawamoy/mkdocstrings/commit/9c9f2a04af94e0d88f57fd76249f7985166a9b88) by Oleh Prypin). [Issue #184](https://github.com/pawamoy/mkdocstrings/issues/184), [PR #185](https://github.com/pawamoy/mkdocstrings/pull/185) +- Fix incorrect argument name passed to Markdown ([10ce502](https://github.com/pawamoy/mkdocstrings/commit/10ce502d5fd58f1e5a4e14308ffad1bc3d7116ee) by Timothée Mazzucotelli). +- Fix error when a digit immediately follows a code tag ([9b92341](https://github.com/pawamoy/mkdocstrings/commit/9b9234160edc54b53c81a618b12095e7dd829059) by Oleh Prypin). [Issue #169](https://github.com/pawamoy/mkdocstrings/issues/169), [PR #175](https://github.com/pawamoy/mkdocstrings/pull/175) +- Detecting paths relative to template directory in logging ([a50046b](https://github.com/pawamoy/mkdocstrings/commit/a50046b5d58d62df4ba13f4c197e80edd1995eb9) by Oleh Prypin). [Issue #166](https://github.com/pawamoy/mkdocstrings/issues/166) + +### Code Refactoring +- BlockProcessor already receives strings, use them as such ([bcf7da9](https://github.com/pawamoy/mkdocstrings/commit/bcf7da911a310a63351c5082e84bb763d90d5b3b) by Oleh Prypin). +- Remove some unused code ([8504084](https://github.com/pawamoy/mkdocstrings/commit/850408421cc027be8374673cc74c71fff26f3833) by Oleh Prypin). [PR #206](https://github.com/pawamoy/mkdocstrings/pull/206) +- Improve XML parsing error handling ([ad86410](https://github.com/pawamoy/mkdocstrings/commit/ad864100b644ab1ee8daaa0d3923bc87dee1c5ca) by Timothée Mazzucotelli). +- Explicitly use MarkupSafe ([6b9ebe7](https://github.com/pawamoy/mkdocstrings/commit/6b9ebe7d510e82971acef89e9e946af3c0cc96d3) by Oleh Prypin). +- Split out the handler cache, expose it through the plugin ([6453026](https://github.com/pawamoy/mkdocstrings/commit/6453026fac287387090a67cce70c078377d107dd) by Oleh Prypin). [Issue #179](https://github.com/pawamoy/mkdocstrings/issues/179), [PR #191](https://github.com/pawamoy/mkdocstrings/pull/191) +- Use ChainMap instead of copying dicts ([c634d2c](https://github.com/pawamoy/mkdocstrings/commit/c634d2ce6377de26caa553048bb28ef1e672f7aa) by Oleh Prypin). [PR #171](https://github.com/pawamoy/mkdocstrings/pull/171) +- Rename logging to loggers to avoid confusion ([7a119cc](https://github.com/pawamoy/mkdocstrings/commit/7a119ccf27cf77cf2cbd114e7fad0a9e4e97bbd8) by Timothée Mazzucotelli). +- Simplify logging ([409f93e](https://github.com/pawamoy/mkdocstrings/commit/409f93ed26d7d8292a8bc7a6c32cb270b3769409) by Timothée Mazzucotelli). + +### Features +- Allow specifying `heading_level` as a Markdown heading ([10efc28](https://github.com/pawamoy/mkdocstrings/commit/10efc281e04b2a430cec53e49208ccc09e591667) by Oleh Prypin). [PR #170](https://github.com/pawamoy/mkdocstrings/pull/170) +- Allow any characters in identifiers ([7ede68a](https://github.com/pawamoy/mkdocstrings/commit/7ede68a0917b494eda2198931a8ad1c97fc8fce4) by Oleh Prypin). [PR #174](https://github.com/pawamoy/mkdocstrings/pull/174) +- Allow namespace packages for handlers ([39b0465](https://github.com/pawamoy/mkdocstrings/commit/39b046548f57dc59993241b24d2cf12fb5e488eb) by Timothée Mazzucotelli). +- Add template debugging/logging ([33b32c1](https://github.com/pawamoy/mkdocstrings/commit/33b32c1410bf6e8432768865c8aa86b8e091ab59) by Timothée Mazzucotelli). +- Add initial support for the ReadTheDocs theme ([1028115](https://github.com/pawamoy/mkdocstrings/commit/1028115682ed0806d6570c749af0e382c67d6120) by Timothée Mazzucotelli). [Issue #107](https://github.com/pawamoy/mkdocstrings/issues/107), [PR #159](https://github.com/pawamoy/mkdocstrings/pull/159) +- Add option to show type annotations in signatures ([f94ce9b](https://github.com/pawamoy/mkdocstrings/commit/f94ce9bdb2afc2c41c21a53636980ca077b757ce) by Timothée Mazzucotelli). [Issue #106](https://github.com/pawamoy/mkdocstrings/issues/106) + +### Packaging +- Accept verions of `pytkdocs` up to 0.10.x (see [changelog](https://pawamoy.github.io/pytkdocs/changelog/#0100-2020-12-06)). + +### Performance Improvements +- Call `update_env` only once per `Markdown` instance ([b198c74](https://github.com/pawamoy/mkdocstrings/commit/b198c74338dc3b54b999eadeef9946d69277ad77) by Oleh Prypin). [PR #201](https://github.com/pawamoy/mkdocstrings/pull/201) +- Disable Jinja's `auto_reload` to reduce disk reads ([3b28c58](https://github.com/pawamoy/mkdocstrings/commit/3b28c58c77642071419d4a98e007d5a854b7984f) by Oleh Prypin). [PR #200](https://github.com/pawamoy/mkdocstrings/pull/200) +- Rework autorefs replacement to not re-parse the final HTML ([22a9e4b](https://github.com/pawamoy/mkdocstrings/commit/22a9e4bf1b73f9b9b1a7c4876f0c677f919bc4d7) by Oleh Prypin). [Issue #187](https://github.com/pawamoy/mkdocstrings/issues/187), [PR #188](https://github.com/pawamoy/mkdocstrings/pull/188) + + +## [0.13.6](https://github.com/pawamoy/mkdocstrings/releases/tag/0.13.6) - 2020-09-28 + +[Compare with 0.13.5](https://github.com/pawamoy/mkdocstrings/compare/0.13.5...0.13.6) + +### Bug Fixes +- Fix rendering when clicking on hidden toc entries ([2af4d31](https://github.com/pawamoy/mkdocstrings/commit/2af4d310adefec614235a2c1d04d5ff56bf9c220) by Timothée Mazzucotelli). Issue [#60](https://github.com/pawamoy/mkdocstrings/issues/60). + + +## [0.13.5](https://github.com/pawamoy/mkdocstrings/releases/tag/0.13.5) - 2020-09-28 + +[Compare with 0.13.4](https://github.com/pawamoy/mkdocstrings/compare/0.13.4...0.13.5) + +## Packaging +- Accept `pytkdocs` version up to 0.9.x ([changelog](https://pawamoy.github.io/pytkdocs/changelog/#090-2020-09-28)). + + +## [0.13.4](https://github.com/pawamoy/mkdocstrings/releases/tag/0.13.4) - 2020-09-25 + +[Compare with 0.13.3](https://github.com/pawamoy/mkdocstrings/compare/0.13.3...0.13.4) + +### Bug Fixes +- Bring back arbitrary `**config` to Python handler ([fca7d4c](https://github.com/pawamoy/mkdocstrings/commit/fca7d4c75ffd7a84eaeccd27facd5575604dbfab) by Florimond Manca). Issue [#154](https://github.com/pawamoy/mkdocstrings/issues/154), PR [#155](https://github.com/pawamoy/mkdocstrings/pull/155) + + +## [0.13.3](https://github.com/pawamoy/mkdocstrings/releases/tag/0.13.3) - 2020-09-25 + +[Compare with 0.13.2](https://github.com/pawamoy/mkdocstrings/compare/0.13.2...0.13.3) + +### Packaging +- Accept `pytkdocs` version up to 0.8.x ([changelog](https://pawamoy.github.io/pytkdocs/changelog/#080-2020-09-25)). + + +## [0.13.2](https://github.com/pawamoy/mkdocstrings/releases/tag/0.13.2) - 2020-09-08 + +[Compare with 0.13.1](https://github.com/pawamoy/mkdocstrings/compare/0.13.1...0.13.2) + +### Bug Fixes +- Fix relative URLs when `use_directory_urls` is false ([421d189](https://github.com/pawamoy/mkdocstrings/commit/421d189fff9ea2608e40d85e0a93e30334782b90) by Timothée Mazzucotelli). References: [#149](https://github.com/pawamoy/mkdocstrings/issues/149) + + +## [0.13.1](https://github.com/pawamoy/mkdocstrings/releases/tag/0.13.1) - 2020-09-03 + +[Compare with 0.13.0](https://github.com/pawamoy/mkdocstrings/compare/0.13.0...0.13.1) + +### Bug Fixes +- Use relative links for cross-references ([9c77f1f](https://github.com/pawamoy/mkdocstrings/commit/9c77f1f461fa87842ae39945f9521ee85b1e413b) by Timothée Mazzucotelli). References: [#144](https://github.com/pawamoy/mkdocstrings/issues/144), [#147](https://github.com/pawamoy/mkdocstrings/issues/147) + + +## [0.13.0](https://github.com/pawamoy/mkdocstrings/releases/tag/0.13.0) - 2020-08-21 + +[Compare with 0.12.2](https://github.com/pawamoy/mkdocstrings/compare/0.12.2...0.13.0) + +### Bug Fixes +- Accept dashes in module names ([fcf79d0](https://github.com/pawamoy/mkdocstrings/commit/fcf79d0024ec46c3862c94202864e054c04a6d0b) by Timothée Mazzucotelli). References: [#140](https://github.com/pawamoy/mkdocstrings/issues/140) + +### Features +- Add option to show full path of direct members only ([d1b9401](https://github.com/pawamoy/mkdocstrings/commit/d1b9401afecb20d3123eec7334605cb15bf9d877) by Aaron Dunmore). References: [#134](https://github.com/pawamoy/mkdocstrings/issues/134), [#136](https://github.com/pawamoy/mkdocstrings/issues/136) + +### Packaging +- Accept `pymdown-extensions` versions up to 0.8.x ([see release notes](https://facelessuser.github.io/pymdown-extensions/about/releases/8.0/#8.0)) ([178d48d](https://github.com/pawamoy/mkdocstrings/commit/178d48da7a62daf285dfc5f6ff230e8bce82ed53) by Hugo van Kemenade). PR [#146](https://github.com/pawamoy/mkdocstrings/issue/146) + + +## [0.12.2](https://github.com/pawamoy/mkdocstrings/releases/tag/0.12.2) - 2020-07-24 + +[Compare with 0.12.1](https://github.com/pawamoy/mkdocstrings/compare/0.12.1...0.12.2) + +### Packaging +- Accept `pytkdocs` version up to 0.7.x ([changelog](https://pawamoy.github.io/pytkdocs/changelog/#070-2020-07-24)). + + +## [0.12.1](https://github.com/pawamoy/mkdocstrings/releases/tag/0.12.1) - 2020-07-07 + +[Compare with 0.12.0](https://github.com/pawamoy/mkdocstrings/compare/0.12.0...0.12.1) + +### Bug Fixes +- Fix HTML-escaped sequence parsing as XML ([db297f1](https://github.com/pawamoy/mkdocstrings/commit/db297f19013fc402eeff1f2827057a959e481c66) by Timothée Mazzucotelli). +- Allow running mkdocs from non-default interpreter ([283dd7b](https://github.com/pawamoy/mkdocstrings/commit/283dd7b83eeba675a16d96d2e829851c1273a625) by Jared Khan). + + +## [0.12.0](https://github.com/pawamoy/mkdocstrings/releases/tag/0.12.0) - 2020-06-14 + +[Compare with 0.11.4](https://github.com/pawamoy/mkdocstrings/compare/0.11.4...0.12.0) + +### Features +- Support attributes section in Google-style docstrings ([8300253](https://github.com/pawamoy/mkdocstrings/commit/83002532b2294ea33dcec4f2672a5a6d0f64def1) by Timothée Mazzucotelli). References: [#88](https://github.com/pawamoy/mkdocstrings/issues/88) +- Support examples section in Google-style docstrings ([650c754](https://github.com/pawamoy/mkdocstrings/commit/650c754afdd5d4fb96b1e2529f378d025a2e7daf) by Iago González). References: [#112](https://github.com/pawamoy/mkdocstrings/issues/112) + +### Packaging +- Accept `pytkdocs` version up to 0.6.x ([changelog](https://pawamoy.github.io/pytkdocs/changelog/#060-2020-06-14)). + +## [0.11.4](https://github.com/pawamoy/mkdocstrings/releases/tag/0.11.4) - 2020-06-08 + +[Compare with 0.11.3](https://github.com/pawamoy/mkdocstrings/compare/0.11.3...0.11.4) + +### Packaging +- Accept `pytkdocs` version up to 0.5.x ([changelog](https://pawamoy.github.io/pytkdocs/changelog/#050-2020-06-08)). + If it breaks your docs, please [open issues on `pytkdocs`' bug-tracker](https://github.com/pawamoy/pytkdocs/issues), + or pin `pytkdocs` version to while waiting for bug fixes <0.5.0 :clown:. + + +## [0.11.3](https://github.com/pawamoy/mkdocstrings/releases/tag/0.11.3) - 2020-06-07 + +[Compare with 0.11.2](https://github.com/pawamoy/mkdocstrings/compare/0.11.2...0.11.3) + +### Bug Fixes +- Support custom theme directory configuration ([1243cf6](https://github.com/pawamoy/mkdocstrings/commit/1243cf673aaf371e5cbf42a3e0d1aa80482398a3) by Abhishek Thakur). References: [#120](https://github.com/pawamoy/mkdocstrings/issues/120), [#121](https://github.com/pawamoy/mkdocstrings/issues/121) + + +## [0.11.2](https://github.com/pawamoy/mkdocstrings/releases/tag/0.11.2) - 2020-05-20 + +[Compare with 0.11.1](https://github.com/pawamoy/mkdocstrings/compare/0.11.1...0.11.2) + +### Packaging +- Increase `pytkdocs` version range to accept 0.4.0 + ([changelog](https://pawamoy.github.io/pytkdocs/changelog/#040-2020-05-17)). + + +## [0.11.1](https://github.com/pawamoy/mkdocstrings/releases/tag/0.11.1) - 2020-05-14 + +[Compare with 0.11.0](https://github.com/pawamoy/mkdocstrings/compare/0.11.0...0.11.1) + +### Bug Fixes +- Fix integration with mkdocs logging *une bonne fois pour toute* ([3293cbf](https://github.com/pawamoy/mkdocstrings/commit/3293cbf161f05d36de6c1d50b5de9742bf99066e) by Timothée Mazzucotelli). +- Discard setup commands stdout ([ea44cea](https://github.com/pawamoy/mkdocstrings/commit/ea44cea33159ed3a6b0b34b4cd52a17a40bd6460) by Timothée Mazzucotelli). References: [#91](https://github.com/pawamoy/mkdocstrings/issues/91) +- Use the proper python executable to start subprocesses ([9fe3b39](https://github.com/pawamoy/mkdocstrings/commit/9fe3b3915bd8f15011f8f3632a227d1eb56603fd) by Reece Dunham). References: [#91](https://github.com/pawamoy/mkdocstrings/issues/91), [#103](https://github.com/pawamoy/mkdocstrings/issues/103) + + +## [0.11.0](https://github.com/pawamoy/mkdocstrings/releases/tag/0.11.0) - 2020-04-23 + +[Compare with 0.10.3](https://github.com/pawamoy/mkdocstrings/compare/0.10.3...0.11.0) + +### Bug Fixes +- Properly raise on errors (respect strict mode) ([2097208](https://github.com/pawamoy/mkdocstrings/commit/20972082a94b64bec02c77d6a80384d8042f60ea) by Timothée Mazzucotelli). Related issues/PRs: [#86](https://github.com/pawamoy/mkdocstrings/issues/86) +- Hook properly to MkDocs logging ([b23daed](https://github.com/pawamoy/mkdocstrings/commit/b23daed3743bbd2d3f024df34582a317c51a1af0) by Timothée Mazzucotelli). Related issues/PRs: [#86](https://github.com/pawamoy/mkdocstrings/issues/86) + +### Features +- Add `setup_commands` option to python handler ([599f8e5](https://github.com/pawamoy/mkdocstrings/commit/599f8e528f55093b0011b732da959b747c1e02c0) by Ross Mechanic). Related issues/PRs: [#89](https://github.com/pawamoy/mkdocstrings/issues/89), [#90](https://github.com/pawamoy/mkdocstrings/issues/90) +- Add option to allow overriding templates ([7360021](https://github.com/pawamoy/mkdocstrings/commit/7360021ab4753706d0f6209ed960050f5d424ad8) by Mikaël Capelle). Related issues/PRs: [#59](https://github.com/pawamoy/mkdocstrings/issues/59), [#82](https://github.com/pawamoy/mkdocstrings/issues/82) + + +## [0.10.3](https://github.com/pawamoy/mkdocstrings/releases/tag/0.10.3) - 2020-04-10 + +[Compare with 0.10.2](https://github.com/pawamoy/mkdocstrings/compare/0.10.2...0.10.3) + +### Bug Fixes +- Handle `site_url` not being defined ([9fb4a9b](https://github.com/pawamoy/mkdocstrings/commit/9fb4a9bbebe2457b389921ba1ee3e1f924c5691b) by Timothée Mazzucotelli). Related issues/PRs: [#77](https://github.com/pawamoy/mkdocstrings/issues/77) + +### Packaging +This version increases the accepted range of versions for the `pytkdocs` dependency to `>=0.2.0, <0.4.0`. +The `pytkdocs` project just released [version 0.3.0](https://pawamoy.github.io/pytkdocs/changelog/#030-2020-04-10) +which: + +- adds support for complex markup in docstrings sections items descriptions +- adds support for different indentations in docstrings sections (tabulations or less/more than 4 spaces) +- fixes docstring parsing for arguments whose names start with `*`, like `*args` and `**kwargs` + + +## [0.10.2](https://github.com/pawamoy/mkdocstrings/releases/tag/0.10.2) - 2020-04-07 + +[Compare with 0.10.1](https://github.com/pawamoy/mkdocstrings/compare/0.10.1...0.10.2) + +### Packaging +This version increases the accepted range of versions for the `pymdown-extensions` dependency, +as well as for the `mkdocs-material` development dependency. Indeed, both these projects recently +released major versions 7 and 5 respectively. Users who wish to use these new versions will be able to. +See issue [#74](https://github.com/pawamoy/mkdocstrings/issues/74). + +## [0.10.1](https://github.com/pawamoy/mkdocstrings/releases/tag/0.10.1) - 2020-04-03 + +[Compare with 0.10.0](https://github.com/pawamoy/mkdocstrings/compare/0.10.0...0.10.1) + +### Bug Fixes +- Fix jinja2 error for jinja2 < 2.11 ([387f970](https://github.com/pawamoy/mkdocstrings/commit/387f97088ad2b7b25389ae6cf303bae071e90e6c) by Timothée Mazzucotelli). Related issues/PRs: [#67](https://github.com/pawamoy/mkdocstrings/issues/67), [#72](https://github.com/pawamoy/mkdocstrings/issues/72) +- Fix missing dependency pymdown-extensions ([648b99d](https://github.com/pawamoy/mkdocstrings/commit/648b99dab9d1af87db474ce7683de50c9bf8996d) by Timothée Mazzucotelli). Related issues/PRs: [#66](https://github.com/pawamoy/mkdocstrings/issues/66) +- Fix heading level of hidden toc entries ([475cc62](https://github.com/pawamoy/mkdocstrings/commit/475cc62b1cf4342b82ca8685166306441e4b83c4) by Timothée Mazzucotelli). Related issues/PRs: [#65](https://github.com/pawamoy/mkdocstrings/issues/65) +- Fix rendering signatures containing keyword_only ([c6c5add](https://github.com/pawamoy/mkdocstrings/commit/c6c5addd8be65beaf7055c9d0f512e0de8b3eba4) by Timothée Mazzucotelli). Related issues/PRs: [#68](https://github.com/pawamoy/mkdocstrings/issues/68) + + +## [0.10.0](https://github.com/pawamoy/mkdocstrings/releases/tag/0.10.0) - 2020-03-27 + +[Compare with 0.9.1](https://github.com/pawamoy/mkdocstrings/compare/0.9.1...0.10.0) + +### Features +- Prepare for new `pytkdocs` version ([336421a](https://github.com/pawamoy/mkdocstrings/commit/336421af95d752671276c2e88c5c173bff4093cc)). + Add options `filters` and `members` to the Python collector to reflect the new `pytkdocs` options. + See [the default configuration of the Python collector](https://pawamoy.github.io/mkdocstrings/reference/handlers/python/#mkdocstrings.handlers.python.PythonCollector.DEFAULT_CONFIG). + + +## [0.9.1](https://github.com/pawamoy/mkdocstrings/releases/tag/0.9.1) - 2020-03-21 + +[Compare with 0.9.0](https://github.com/pawamoy/mkdocstrings/compare/0.9.0...0.9.1) + +### Bug fixes +- Fix cross-references when deploying to GitHub pages ([36f804b](https://github.com/pawamoy/mkdocstrings/commit/36f804beab01531c0331ed89d21f3e5e15bd8585)). + + +## [0.9.0](https://github.com/pawamoy/mkdocstrings/releases/tag/0.9.0) - 2020-03-21 + +[Compare with 0.8.0](https://github.com/pawamoy/mkdocstrings/compare/0.8.0...0.9.0) + +This version is a big refactor. We will just list the new features without pointing to particular commits. +The documentation rendering looks slightly different, and should be better than before. +No identified breaking changes for end-users. + +### Features +- **Language agnostic:** we moved the code responsible for loading Python documentation into a new project, + [`pytkdocs`](https://github.com/pawamoy/pytkdocs), and implemented a "handlers" logic, effectively allowing to + support any given language. Waiting for your handlers contributions :wink:! +- **Multiple themes support:** handlers can offer templates for multiple `mkdocs` themes. +- **Better cross-references:** cross-references now not only work between documented objects (between all languages, + given the objects' identifiers are unique), but also for every heading of your Markdown pages. +- **Configuration options:** the rendering of Python documentation can now be configured, + (globally and locally thanks to the handlers system), + [check the docs!](https://pawamoy.github.io/mkdocstrings/reference/handlers/python/#mkdocstrings.handlers.python.PythonRenderer.DEFAULT_CONFIG) + Also see the [recommended CSS](https://pawamoy.github.io/mkdocstrings/handlers/python/#recommended-style). +- **Proper logging messages:** `mkdocstrings` now logs debug, warning and error messages, useful when troubleshooting. + +### Bug fixes +- Various fixes and better error handling. + + +## [0.8.0](https://github.com/pawamoy/mkdocstrings/releases/tag/0.8.0) - 2020-03-04 + +[Compare with 0.7.2](https://github.com/pawamoy/mkdocstrings/compare/0.7.2...0.8.0) + +### Breaking Changes +- Be compatible with Mkdocs >= 1.1 ([5a974a4](https://github.com/pawamoy/mkdocstrings/commit/5a974a4eb810904d6836e216d8539affc8acaa6f)). + This is a breaking change as we're not compatible with versions of Mkdocs below 1.1 anymore. + If you cannot upgrade Mkdocs to 1.1, pin mkdocstrings' version to 0.7.2. + +## [0.7.2](https://github.com/pawamoy/mkdocstrings/releases/tag/0.7.2) - 2020-03-04 + +[Compare with 0.7.1](https://github.com/pawamoy/mkdocstrings/compare/0.7.1...0.7.2) + +### Bug Fixes +- Catch `OSError` when trying to get source lines ([8e8d604](https://github.com/pawamoy/mkdocstrings/commit/8e8d604ba95363c140841c84535d2350d7ebbfe3)). +- Do not render signature empty sentinel ([16dfd73](https://github.com/pawamoy/mkdocstrings/commit/16dfd73cf30d01314dba756d3f10308b99c87dcc)). +- Fix for nested classes and their attributes ([7fef903](https://github.com/pawamoy/mkdocstrings/commit/7fef9037c5299d6106347b0db29f85a644f85c16)). +- Fix `relative_file_path` method ([52715ad](https://github.com/pawamoy/mkdocstrings/commit/52715adc59fe2e26a9e91df88bac8b8b32d4635e)). +- Wrap file path in backticks to escape it ([2525f39](https://github.com/pawamoy/mkdocstrings/commit/2525f39ad8c181679fa33db8e6dfaa28eb39c289)). + +## [0.7.1](https://github.com/pawamoy/mkdocstrings/releases/tag/0.7.1) - 2020-02-18 + +[Compare with 0.7.0](https://github.com/pawamoy/mkdocstrings/compare/0.7.0...0.7.1) + +### Bug Fixes +- Replace literal slash with os.sep for Windows compatibility ([70f9af5](https://github.com/pawamoy/mkdocstrings/commit/70f9af5e33cda694cda33870c84a770c853d84b5)). + + +## [0.7.0](https://github.com/pawamoy/mkdocstrings/releases/tag/0.7.0) - 2020-01-13 + +[Compare with 0.6.1](https://github.com/pawamoy/mkdocstrings/compare/0.6.1...0.7.0) + +### Bug Fixes +- Don't mark args or kwargs as required ([4049d6f](https://github.com/pawamoy/mkdocstrings/commit/4049d6f27c332b05db06bcfe6cc564f3c1c0f013)). +- Filter submodules ([7b11095](https://github.com/pawamoy/mkdocstrings/commit/7b110959529c5fc0275fb98c6d97e7c71e205900)). + +### Code Refactoring +- Don't guess lang in generated docs ([db4f60a](https://github.com/pawamoy/mkdocstrings/commit/db4f60a13dd0d191d7515683d7d42ae374b39fae)). +- Render at HTML step with custom markdown converter ([9b5a3e1](https://github.com/pawamoy/mkdocstrings/commit/9b5a3e126cd584893a8d0858ca9b67b8251e88f1)). + +### Features +- Change forward ref to ref, fix optional unions ([2f0bfaa](https://github.com/pawamoy/mkdocstrings/commit/2f0bfaabf367bfa513c20fb1230409306e43add2)). +- Discover package submodules ([231062a](https://github.com/pawamoy/mkdocstrings/commit/231062a3a107abc02134f102a06693969cf603ad)). +- Implement watched source code (hacks) ([4a67953](https://github.com/pawamoy/mkdocstrings/commit/4a67953c0af9da363d52ba058b3c51cf4cbfaabe)). + + +## [0.6.1](https://github.com/pawamoy/mkdocstrings/releases/tag/0.6.1) - 2020-01-02 + +[Compare with 0.6.0](https://github.com/pawamoy/mkdocstrings/compare/0.6.0...0.6.1) + +### Bug Fixes +- Break docstring discarding loop if found ([5a17fec](https://github.com/pawamoy/mkdocstrings/commit/5a17fec5beed2003d19ccdcb359b46b79bfcf469)). +- Fix discarding docstring ([143f7cb](https://github.com/pawamoy/mkdocstrings/commit/143f7cb00f02a7d3179cc5606ed7903566250227)). +- Fix getting annotation from nodes ([ecde72b](https://github.com/pawamoy/mkdocstrings/commit/ecde72bb22ccedb36aa847dd50504c63ad04498c)). +- Fix various things ([affbf06](https://github.com/pawamoy/mkdocstrings/commit/affbf064d457d4b626e8f67d38e94d7919bc2df2)). + +### Code Refactoring +- Break as soon as we find the same attr in a parent class while trying to discard the docstring ([65d7908](https://github.com/pawamoy/mkdocstrings/commit/65d7908f489ec465b2803ea8f55c70d0f9d7586b)). +- Split Docstring.parse method to improve readability ([2226e2d](https://github.com/pawamoy/mkdocstrings/commit/2226e2d55a6b9bbdd5a56183f1a9ba3c5f01b5ac)). + + +## [0.6.0](https://github.com/pawamoy/mkdocstrings/releases/tag/0.6.0) - 2019-12-28 + +[Compare with 0.5.0](https://github.com/pawamoy/mkdocstrings/compare/0.5.0...0.6.0) + +### Bug Fixes +- Fix GenericMeta import error on Python 3.7+ ([febf2b9](https://github.com/pawamoy/mkdocstrings/commit/febf2b9749d97cce80f5d20339372842fdffc908)). + +### Code Refactoring +- More classes. Still ugly code though :'( ([f41c119](https://github.com/pawamoy/mkdocstrings/commit/f41c11988d8d849a0310cca511c2d93a74cab86f)). +- Split into more modules ([f1872a4](https://github.com/pawamoy/mkdocstrings/commit/f1872a4c8d41a0b9603b7f344de3186110a4e1bd)). +- Use Object subclasses ([40dd106](https://github.com/pawamoy/mkdocstrings/commit/40dd1062188e6ad6ef6fbc12ddead2132fe6af1e)). + + +## [0.5.0](https://github.com/pawamoy/mkdocstrings/releases/tag/0.5.0) - 2019-12-22 + +[Compare with 0.4.0](https://github.com/pawamoy/mkdocstrings/compare/0.4.0...0.5.0) + +### Features +- Use divs in HTML contents to ease styling ([2a36a0e](https://github.com/pawamoy/mkdocstrings/commit/2a36a0eba7f52c43a3eba593ddd971acaa0a9c92)). + + +## [0.4.0](https://github.com/pawamoy/mkdocstrings/releases/tag/0.4.0) - 2019-12-22 + +[Compare with 0.3.0](https://github.com/pawamoy/mkdocstrings/compare/0.3.0...0.4.0) + +### Features +- Parse docstrings Google-style blocks, get types from signature ([5af0c7b](https://github.com/pawamoy/mkdocstrings/commit/5af0c7b766ea7158d603b44c6df278dbcd189864)). + + +## [0.3.0](https://github.com/pawamoy/mkdocstrings/releases/tag/0.3.0) - 2019-12-21 + +[Compare with 0.2.0](https://github.com/pawamoy/mkdocstrings/compare/0.2.0...0.3.0) + +### Features +- Allow object referencing in docstrings ([2dd50c0](https://github.com/pawamoy/mkdocstrings/commit/2dd50c06f96acaf0e2f969f217f0cbcfb1de2fd4)). + + +## [0.2.0](https://github.com/pawamoy/mkdocstrings/releases/tag/0.2.0) - 2019-12-15 + +[Compare with 0.1.0](https://github.com/pawamoy/mkdocstrings/compare/0.1.0...0.2.0) + +### Misc +- Refactor, features, etc. ([111fa85](https://github.com/pawamoy/mkdocstrings/commit/111fa85a6305a198ac4e19a75bb491b98683929c)). + + +## [0.1.0](https://github.com/pawamoy/mkdocstrings/releases/tag/0.1.0) - 2019-12-12 + +[Compare with first commit](https://github.com/pawamoy/mkdocstrings/compare/f1dd8fb2b4a4ae81f9144fe062ca9743ae82bd69...0.1.0) + +### Misc +- Clean up (delete unused files) ([c227043](https://github.com/pawamoy/mkdocstrings/commit/c227043814381b95031e426725e97106931f4ef9)). +- Clean up unused makefile rules ([edc01e9](https://github.com/pawamoy/mkdocstrings/commit/edc01e99aa7b762e800d9ae25cd5b842812dc326)). +- Initial commit ([f1dd8fb](https://github.com/pawamoy/mkdocstrings/commit/f1dd8fb2b4a4ae81f9144fe062ca9743ae82bd69)). +- Update readme ([ae56bdd](https://github.com/pawamoy/mkdocstrings/commit/ae56bdd9ac5692665409e99eb0fd509d8dfc605e)). +- Add plugin ([6ed5cb1](https://github.com/pawamoy/mkdocstrings/commit/6ed5cb1879b498ddc8d0fe1c04db7e3527f2ff81)). +- First PoC, needs better theming ([18a00b9](https://github.com/pawamoy/mkdocstrings/commit/18a00b9405a94405256a1ad2ae45886da40296e4)). +- Get attributes docstrings ([7838fff](https://github.com/pawamoy/mkdocstrings/commit/7838fffa5b1d5a481fd2ea5a94d305a96b06c321)). +- Refactor ([f68f1a8](https://github.com/pawamoy/mkdocstrings/commit/f68f1a89d477a55a6e86a9eb4c92bd5d6416b5cc)). diff --git a/tests/fixtures/pulp_maven/README.md b/tests/fixtures/pulp_maven/README.md new file mode 100644 index 0000000..3dc93d1 --- /dev/null +++ b/tests/fixtures/pulp_maven/README.md @@ -0,0 +1,3 @@ +# Welcome + +This is my project. diff --git a/tests/fixtures/pulp_maven/new_repo2/__init__.py b/tests/fixtures/pulp_maven/new_repo2/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/fixtures/pulp_maven/new_repo2/main.py b/tests/fixtures/pulp_maven/new_repo2/main.py new file mode 100644 index 0000000..ded3317 --- /dev/null +++ b/tests/fixtures/pulp_maven/new_repo2/main.py @@ -0,0 +1,60 @@ +""" +This is a docstring. + +Example: + ``` + my_class = MyClass("foo", 30) + result = my_class.create("somethinng") + result_2 = my_function(result, "12", 13) + print(result_2) + ``` +""" + +import typing as t + +SOME_CONSTANT = 123 +OTHER_CONSTANT = True +global_variable = "foobar" +global_dict = {"a": 123, "b": 456, "c": False} + + +class MyClass: + """ + My class is awsome. + """ + + def __init__(self, name: str, age: int): + """ + This generates a MyClass instance. + + Args: + name: The name of the class + age: The age of the class. + Raises: + ValueError: If name or age is invalid + """ + self.name = name + self.age = age + + def get(self, object: t.Any) -> t.Any: + """This is my method""" + + def create(self, overwrite: bool) -> None: + """This is my method""" + + def update(self, object: t.Any) -> int: + """This is my method""" + + def delete(self, object: t.Any) -> str: + """This is my method""" + + +def my_function(a: int, b: str, c: float): + """ + This is a utility function + + Args: + a: Integer number presenting something. + b: Another number but as a string. + c: Yet another number, but as a float. + """ diff --git a/tests/fixtures/pulp_maven/staging_docs/content-manager/guides/How to bind since here..md b/tests/fixtures/pulp_maven/staging_docs/content-manager/guides/How to bind since here..md new file mode 100644 index 0000000..ff6104f --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/content-manager/guides/How to bind since here..md @@ -0,0 +1,43 @@ +--- +repository: +tags: ['guide', 'content-manager'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# How to bind since here. + +Try place watch agreement dinner. Let hope consider again. Bar region author firm heavy. Important floor which important customer. Style among music young development. Industry environmental article word hit wish. Garden design stuff hour apply throw. Pick loss after girl. Too task best letter guy leg. Year son camera. + + +1. update official. +1. update identify that certainly. +1. do already city fish. +1. create blue watch manager. + +--- + + +## 1 - update official. + +History character never. Buy quickly hear authority end. Night production defense although middle no speech worry. Last goal both final third yourself. Worry church music open. Tv sort ago. Worker reflect nation tonight among from hair. Store show plant difficult wrong door. Fast when sometimes name help. Off role at democratic father. + + +## 2 - update identify that certainly. + +Majority mention situation pass fight. Character class truth wrong animal population technology medical. Pattern natural sell special town. Or how base exactly board approach. Light professional because number number sense personal. Power tough child activity before action. Prove blood none pull commercial politics since. Campaign all ask boy another five. Pay decision suffer six design yard. + + +## 3 - do already city fish. + +Seat maintain firm avoid man character whether. Win everyone present. Over ahead reveal name minute pressure hot. Order forward ball. Memory thus particular dark claim strategy. Book large certainly research often. + + +## 4 - create blue watch manager. + +Like western goal who. Entire matter military race. Ground time list hand chance now fly. Myself after film enough pretty. Baby affect various including able through policy. Various model short carry major another drug. Summer recognize pass resource. Direction open nearly. Rather range public case. + + + diff --git a/tests/fixtures/pulp_maven/staging_docs/content-manager/guides/How to bind world none..md b/tests/fixtures/pulp_maven/staging_docs/content-manager/guides/How to bind world none..md new file mode 100644 index 0000000..0068515 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/content-manager/guides/How to bind world none..md @@ -0,0 +1,37 @@ +--- +repository: +tags: ['guide', 'content-manager'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# How to bind world none. + +Contain itself real. Future ok because garden hear home economy. Two home contain accept. Along color bed accept coach minute. Maybe lead administration rich sport coach end recently. + + +1. delete everyone today mr describe. +1. create hit weight. +1. generate appear strategy. + +--- + + +## 1 - delete everyone today mr describe. + +Through me us. Identify Democrat partner. Executive themselves feeling onto member little. Least authority most many wrong. Right accept test then million unit. Meeting shoulder myself mean arrive what manage seem. + + +## 2 - create hit weight. + +Middle environmental accept. Election his training those me attack baby. Name player past policy other. Out be military enter low group anyone. Store black television feel almost all. Society movement respond almost major foot. Talk although onto traditional. They contain experience build. Option call moment painting color conference dinner. + + +## 3 - generate appear strategy. + +Near act reality girl front draw. Different make stop morning seem. Support than get there. Pick event yes program sound figure. Director first believe community few piece relate. Student least issue nature risk. Bar thousand decision consider trade number every pressure. Mean late consumer paper use send. This article consider from western. + + + diff --git a/tests/fixtures/pulp_maven/staging_docs/content-manager/guides/How to do already choose boy..md b/tests/fixtures/pulp_maven/staging_docs/content-manager/guides/How to do already choose boy..md new file mode 100644 index 0000000..3aa0dc4 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/content-manager/guides/How to do already choose boy..md @@ -0,0 +1,43 @@ +--- +repository: +tags: ['guide', 'content-manager'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# How to do already choose boy. + +Movie military manager teach suggest reason special. Western face image low brother. Fight home small. Lead throughout bed capital place serious. Bring stage land spring majority. City every would culture customer my. Man suddenly federal claim. Standard person new population understand. Voice they law nature. Throw life need democratic wait training. + + +1. delete everything occur six. +1. bind since challenge lawyer. +1. do onto run. +1. delete evening skill. + +--- + + +## 1 - delete everything occur six. + +Around wrong own seem central popular finally. Area protect page sell meet hospital tell arm. Number you artist need group media could. Week environment allow between type would sense. Question teach night debate. Up kitchen focus four bit experience. Upon step issue staff week contain serve. + + +## 2 - bind since challenge lawyer. + +Deep establish matter value tree they inside. Cut close necessary energy similar. Fill ten new serious here modern. Indicate its somebody present raise sense. Break onto stuff issue. Room compare picture institution card. + + +## 3 - do onto run. + +Safe agent show herself professor. Kitchen establish will but. True doctor serve senior. Spend trip special across arrive others. Us summer strong third. Often indicate start. Around science before teach he party pick. Ask model provide father boy up friend office. + + +## 4 - delete evening skill. + +Court yes soon those. Ago music value learn teach new. By as half. Hot oil least reach war threat somebody. Leave let company apply popular source wish whether. Size include store attention action center. Together agent fill bring political could financial. Thank language yes series fund. + + + diff --git a/tests/fixtures/pulp_maven/staging_docs/content-manager/guides/How to generate run realize something..md b/tests/fixtures/pulp_maven/staging_docs/content-manager/guides/How to generate run realize something..md new file mode 100644 index 0000000..d3ee552 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/content-manager/guides/How to generate run realize something..md @@ -0,0 +1,31 @@ +--- +repository: +tags: ['guide', 'content-manager'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# How to generate run realize something. + +Decide identify president church realize color. Tree here service hair look pretty. No yard seek. Increase his Mr hear. Early easy always number. Begin meeting five quite knowledge land subject. Best field modern none election sign most. Among floor pull development receive. International feel American rock phone. + + +1. delete suffer letter seem need. +1. update pull leave. + +--- + + +## 1 - delete suffer letter seem need. + +Anything skill likely pull support hope entire. Who someone need people. Here most experience drive half treatment house. In decade dog. Place wish model. In score marriage how course. Building court loss call cause money. Relate employee either forget. Event century necessary production. South threat son person significant. + + +## 2 - update pull leave. + +Site respond agency yet lawyer four character. Daughter space stock finish feel major. Thank head wall treat professor under article lot. Newspaper health instead pressure hope. Work idea top peace yard heart. Wrong down himself whole worker. Phone Mrs require charge in win out. Market center ask region. So soldier our several often instead try. + + + diff --git a/tests/fixtures/pulp_maven/staging_docs/content-manager/learn/About scalable Model deployment.md b/tests/fixtures/pulp_maven/staging_docs/content-manager/learn/About scalable Model deployment.md new file mode 100644 index 0000000..5d54668 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/content-manager/learn/About scalable Model deployment.md @@ -0,0 +1,57 @@ +--- +repository: +tags: ['guide', 'content-manager'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# About scalable Model deployment + +Source half stop occur close travel job democratic. Professional politics fast throughout network summer. Rest change cell answer. Even help out determine heart professor something. Yourself name someone consumer. Yourself old me television deep. Father measure he. + + +## North identify foot worker ball few. + +Arrive participant point size. Game magazine instead firm mouth six camera. +Paper policy collection everybody two. Move news church quite need. +Development produce near hundred space feel. Beautiful social evidence voice individual. +Leg size or. Left subject only lawyer technology personal world. + +Appear group concern forget whom. Government leader pay buy charge. Politics answer admit team fish tell long. +Again break support there. Institution through far will like capital lay. +Particular film son ahead memory. +Collection newspaper school draw. +Within national former hospital of industry place. Station same cover national part. + +Community order consider executive within company case. Tell edge marriage. Imagine west material other rock. +Set affect and scene set fish wall. Air practice indeed member. +Society hand action thing remember notice than good. +Position soldier will bring this. Listen follow will up including election science around. + + +## Instead child both close. + +Card painting question successful interview. After threat my example contain pass about. Learn industry among no candidate. +Buy out relationship activity sure throw old. Everybody modern lead. +Whom arm tough relationship laugh economy. Outside five good provide. +Size agreement mission position. Here daughter often when. + +Task event prevent item tax establish television. Strong general reach quality three focus him environment. +Reflect already education check despite research. Describe public particular. Budget money hour response morning stand often. + +Over but collection west at collection ten. Organization by political. +Group act politics different art. +That official itself hope ever value. Sport those federal green. Myself measure generation report. +Hot record nation last. Because should father realize. Serve discussion cell difficult account soon only scene. + +During culture impact build trade force. +Cause west audience teacher deal growth body save. Wind wish we forget stand more above entire. +Daughter near door eight century now form. +Play available create general its second cup. Shake seven another. + +Hot mention describe. Author style final perform. +The most strategy trouble such artist central agree. Structure suddenly natural information. Environment cut care half strategy money market city. +Little arrive or part. International whose tend politics relationship always market notice. + diff --git a/tests/fixtures/pulp_maven/staging_docs/content-manager/learn/On resilient Repository setup.md b/tests/fixtures/pulp_maven/staging_docs/content-manager/learn/On resilient Repository setup.md new file mode 100644 index 0000000..b3fbf98 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/content-manager/learn/On resilient Repository setup.md @@ -0,0 +1,69 @@ +--- +repository: +tags: ['guide', 'content-manager'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# On resilient Repository setup + +Somebody media hot couple. Speech sister mention either term smile. Reveal nice determine television. Thus out manager one development people ten. Resource avoid yeah develop coach within ever. + + +## Difference instead item just American yourself notice best. + +Consider care until happen truth wife. Apply real alone window. Service among measure energy appear yeah pay its. +Former city as large between. Involve name loss less. +Will perform could political. Above moment hand whether computer until thousand really. Bar training area whole senior trouble. + +Expect according involve thought whom. Space director mouth ago. +Goal understand mention particularly financial. Arm risk edge tree born less somebody middle. Role person question green it. +North open customer character drop herself. Within world chance minute. + +Describe guy family follow. Hold win success feeling film young money. +Teacher his structure house staff follow green. Be per toward notice heavy three. Beat offer cup degree window partner whatever. +Blood tax himself arm sister fast. +High wrong performance clearly woman north. + +Significant blue music ability. Unit side street key. +Claim drop animal ago seem. Everything south within town fund. +Fine crime speech world capital. Worry task group break. +Country benefit we ahead specific agency rate. Peace kid put house. Manage boy teach apply tree occur various. + + +## Perhaps idea food change create. + +Film agree officer help unit put. Attorney firm far word. Central summer realize work reality lay develop. +Offer it go adult concern left five. Protect myself court have hear. Dream should reduce computer black art. +Hear likely easy laugh. Might develop side very enjoy ahead. Because fund increase listen me different often cover. + +Behavior go morning present. Study tend nor central understand capital. Tv never assume ago message. Own gas specific dream technology new. +Sure final camera newspaper until speech. Heart read technology young green network season across. Red act little coach health sure training. + +Since level rather threat art through. Stuff check respond information set force. Artist charge why wall mission threat. Happen receive system win seven ready. +Describe affect everything information civil authority first interest. Knowledge word event realize eight firm. +Do return south whom. Safe next building record the. + +Whole Republican institution understand indicate worry old. From similar walk range dream. Foreign assume whom mother edge science state figure. Trip fall girl than during practice. +Improve what necessary west organization free well. Continue our employee tax. Likely go sister be century network would. + + +## One point building. + +Remember debate memory good everybody my close. Writer away finish many all. +Cut form away small. Study fall available message both race of. +Film old dark seat man toward high. System near nation rise health. Stage range bit thing. +No remember about off place. Other wind on call enough blood. Not yourself truth his. + +Among along cultural property. Make cover practice sure professional chair during since. Final near international scientist unit per establish. +Improve debate heavy decide stage. Whole arrive perhaps social. Hear father doctor. +Summer kitchen learn security government join mean. Very week truth before administration agent. + +Alone evening shake a. Black them rise choice recognize today. +Knowledge after prevent ground notice. +Major thought position reveal job common. +Sea human suggest. Institution idea hold today. Issue where situation western reveal. Control language middle watch. +Home each well animal car turn. Member maintain use usually production. + diff --git a/tests/fixtures/pulp_maven/staging_docs/content-manager/learn/Understanding complex Content configuration.md b/tests/fixtures/pulp_maven/staging_docs/content-manager/learn/Understanding complex Content configuration.md new file mode 100644 index 0000000..c4a5565 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/content-manager/learn/Understanding complex Content configuration.md @@ -0,0 +1,59 @@ +--- +repository: +tags: ['guide', 'content-manager'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# Understanding complex Content configuration + +Staff south run usually animal painting write. Early these could rate budget hear wish. Here Mrs hand marriage debate. Past lot force parent fly. Involve almost food real. Spend kitchen former south late. + + +## Former year expert ago find day. + +Attorney say car will service government end now. Sign family nature. Seat pattern president top training indeed conference. Whether author something role see. + +Address whether position my common. American behind method look plan film author. Evidence ever health make simple page. +Front bit parent memory. Care sister assume real loss. As enough country big yard program business. + +Happen open girl. Center base customer director shake deep tough. Window throw election represent back stuff. +Nation wife check bad you. Agent road approach enough son civil. Thought general professional. + +Large modern specific put evidence. Section sort these. +Claim nearly real able raise difference. Number less only arrive middle end truth. +Million claim name front book. Its write provide put thank daughter remain adult. + + +## Fill value personal old. + +Table type its return enter realize. Strategy whole yeah wait look. They practice fire indicate source break. +Care hear whose financial kid. Respond rate of ready final can. Great stuff plan. + +Magazine president whether play edge no social. Data throw rate clearly into. +However between popular test. Reduce hear movie various onto despite high. Tell center and soon. + +Material decision summer ground. Season hope age end truth painting. Capital public fire general. +Personal phone each chair avoid bag. Scene provide suffer me magazine. + +Society crime effort open increase. After technology clear treatment. Idea in arrive her huge guess. +Reflect that service appear possible close. Skin age personal man school. + + +## Least billion born box common. + +Never ask life return make. I receive summer attorney. +Value mean born line better. Significant week later we although. Kitchen level old responsibility perform check. +Do use above miss year animal impact. Effect quite fear culture several themselves where. + +Save available go. Leg develop yard system truth management whatever. +Individual person rather. Prevent ten inside may Mr several behavior. +Evening sell guy hair. Main happy thousand issue music you look. +Fine occur society technology film. Avoid compare boy whom. + +Benefit drug religious cell especially finally culture explain. Debate behind thousand win. +Success late strong role education fund. Worker sometimes event TV relationship. +Only sign many idea where cell. Arrive operation sell stand. Expect age main general mention. + diff --git a/tests/fixtures/pulp_maven/staging_docs/content-manager/tutorials/Getting started as content-manager/00 - Getting started as content-manager.md b/tests/fixtures/pulp_maven/staging_docs/content-manager/tutorials/Getting started as content-manager/00 - Getting started as content-manager.md new file mode 100644 index 0000000..c4af130 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/content-manager/tutorials/Getting started as content-manager/00 - Getting started as content-manager.md @@ -0,0 +1,53 @@ +--- +repository: +tags: ['tutorial', 'content-manager'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# 00 - Getting started as content-manager + +## What we'll be doing + +Similar tell wind artist less level certainly. Scientist nor never western never industry. Democrat animal point exist truth test. Tv worker campaign food out message. Serve live test southern tough. Reach recognize stock class risk claim energy. Chair cold only. Able most pattern explain assume trial. Front herself business. Identify body recent leave behavior. Television east science security teacher carry. Table bit matter country name paper process. Call matter month continue soldier task over. Major participant challenge everyone side. + + +## Sense authority several toward morning organization Democrat stay. + +Why would before first language specific despite. Reality heart brother role tend pull. First lot painting boy. Foot think something senior. +Who fact describe final. Door run consider effect quite why station husband. +Today radio lead take. Soon share key enough. + +Page audience throw source tell. +Keep great prevent accept into in. Let strong game car she pull admit. Sense leave different the. +Air lead type lawyer ever whom cup rock. Herself federal send term difficult imagine wrong until. + +Cultural behavior area human health serve. Hotel win baby star let. Buy oil short team food general. +Picture respond practice build floor. Each occur at. Explain believe page. +Company significant water. Hand election ability industry movement former. + +Sign manage security door deep. Member mission interesting movement consider. +Do light whether nice find weight. +Prevent specific likely fall market can only. Catch us moment drug physical energy. + +Same newspaper teach room each vote recognize campaign. None animal sing look. +Find treat week stop very page. Tv factor voice yeah move. +Anyone our find. Father safe sea. Life the great through plant statement by us. + + +## Better different follow commercial wear whatever. + +There send board. Level either doctor name imagine factor. Think stop would money yourself consumer. +Weight husband who anything step think. Phone place data pick view against before north. Near draw research against. Laugh themselves turn music rest capital. +Without cell wall rich. Send benefit president read necessary. + +Opportunity interesting by institution capital herself. +Person couple already control feeling. Yes candidate agent leave east. Life since central only almost help measure style. Beautiful measure simply million nor resource. +Share head choice. Different pull court feel hair truth. Raise note enough hard modern nearly begin. + +Whose animal among guy significant would young. College important over trip mission brother. +Partner cold front place decision. Be moment sign believe. Worker dinner race. Idea mention capital throw. +Today specific series against account father. Individual network identify deep gun. + diff --git a/tests/fixtures/pulp_maven/staging_docs/content-manager/tutorials/Getting started as content-manager/01 - Configuring the artifact infrastructure.md b/tests/fixtures/pulp_maven/staging_docs/content-manager/tutorials/Getting started as content-manager/01 - Configuring the artifact infrastructure.md new file mode 100644 index 0000000..5d202d1 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/content-manager/tutorials/Getting started as content-manager/01 - Configuring the artifact infrastructure.md @@ -0,0 +1,89 @@ +--- +repository: +tags: ['guide', 'content-manager'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# 01 - Configuring the artifact infrastructure + +## What we'll be doing + +Worker station national. He state ability fine. Sure free simply big. Light plant job have. Add away road raise just. It none effort production five. Along television young together simple cover nor. Particular your serious sister. + + +## Million pick dinner shoulder ball car. + +Million ability necessary treat. +Simple wish protect north woman explain choice. Hair single debate recognize. Above his option health accept hotel set. Figure blood company offer. +Fill environmental recently town. Like vote specific name. +Especially first weight much common local. Figure buy experience age beautiful couple. Skill rich affect. + +Poor west about pick. Strong production feel she against. Six statement pay. +Play likely soldier. To reach thousand. +Food rather information region will cut far. Upon later news day learn. +Purpose whether page brother. Again west half view. Think several door sit line ground. +Risk degree without. Now leg affect space whether attorney attack positive. + +Majority make quite series itself customer total wonder. Part follow see yourself. Need quite road good. +As common miss away able indeed fund. Project cold then high energy wish. +Even song inside growth positive when. Garden management laugh anyone wife notice upon. Together thought spring red theory. + +Study have news box response about. Far material hope low central kind. +Else growth pass assume fine. Service this perhaps moment fire management. Staff Congress house top successful bed so. +Prepare admit amount wait. +Share marriage energy factor different popular you. Home provide one cold head attack bag each. Begin dark travel thus then newspaper natural. + + +## Knowledge will eat he. + +Lead near rate. +Subject material friend community. Cause technology firm event. Fund sort bank less official anything. Face big discover. +Lose movement sign term book member paper safe. Others nor either look. Side near those natural. + +Case another defense class read letter five. Church interview listen light camera. +Them protect fact baby. +Available provide hit modern bad pay effect. Add some executive rest wind factor. +For letter physical under under however purpose meet. Get position color season toward senior agreement. Idea various fill history buy read. + +Section yet let reduce wonder professional. +Industry other task attorney. Hotel bar investment street break interview. Area live statement report rather really address. +Heart any big family will. Accept he argue before soldier anything. +Great brother evening official fight job can. +Explain wonder maintain speak. + + +## My information drug large. + +Before decade and cup positive almost. Fast government pick during anyone yes unit same. Dream win set. Product half next learn idea around. + +Bank pressure on north likely maybe. Blood sit fall. +Benefit yourself raise break. Real person concern player agency with chance. + +Be camera product Congress or where everything. Throw quality pay response enough occur. +Trial in traditional prepare. House wear word society back. Game guy television. +Society party step. Edge need eat foot nature. + + +## Would consumer simply indicate compare at. + +Service large ten hold close writer read. Strong morning food collection stop foreign certainly. Piece must loss. +Nature help fall record get almost. Wear finish mouth particular the likely size campaign. Base tonight organization. +Million third second spring. + +Pattern else enough agreement Mrs effect. Argue leave into high century summer. +Half will box better. Young agree least along. +A risk foot question surface focus adult worry. +If federal Mrs. Relationship us care become mother star significant notice. + +Commercial year begin simple article wear pay. Truth help campaign represent. Particularly ready floor network. +Time understand gun know. Type alone nation environment they. +Authority thus law then. Bar true quality. +Inside collection seem especially building. Feel sort return Mr. Customer employee wide mention. + +Data feel factor. Service PM support pay room a but. +Huge woman both wait position wind. South really some process. Third clear summer capital fire skin pretty probably. +Anything within only onto must blood. Than still opportunity carry option foot exactly. + diff --git a/tests/fixtures/pulp_maven/staging_docs/content-manager/tutorials/Getting started as content-manager/02 - Configuring the content contexts.md b/tests/fixtures/pulp_maven/staging_docs/content-manager/tutorials/Getting started as content-manager/02 - Configuring the content contexts.md new file mode 100644 index 0000000..9020242 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/content-manager/tutorials/Getting started as content-manager/02 - Configuring the content contexts.md @@ -0,0 +1,49 @@ +--- +repository: +tags: ['guide', 'content-manager'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# 02 - Configuring the content contexts + +## What we'll be doing + +Nothing eye order visit. Reality international book enjoy. Prove call late such adult as every. Term scene star letter once wall. Military cup some happen exactly that network. Investment remember paper with reveal billion must. + + +## Suddenly card less market shake marriage young. + +Officer term day actually teach. Bring her world just. Their top stage. Education then catch remember agreement. +Bag serve follow manage page or financial. From probably Republican million choose truth wish organization. Account believe technology perform light everything Congress. + +Professional decade low for save. Recently audience main statement within black ground. Worker learn hour opportunity. +Development effect game skill popular. Hundred guy represent. +And one car community bag air. Every either voice fast. + +Serve movie attention without my current nature. American market general whose list start understand. +Stop skill money research fish. Military should read other painting sing. Project box big why cost. +Support involve agree central bit. Face mother happen mention approach exist head. Safe similar cut like six in. + +Bar dinner take once expect hotel total allow. Investment save four young ground. +Newspaper education face major pull admit. Professor TV audience audience firm keep. +Important true everything guy. He life husband chance music less during. Beyond best positive town tree edge note. + + +## Government visit sense others. + +Ask debate hot what performance prove. State green election usually good firm. Where rise travel past positive. +Treatment laugh like much high sign. Soon long unit successful create. Within almost decide how financial college. +Data quite marriage cause day impact. Camera else movement including several hand. + +Important ask company sport leader test newspaper. Early natural above story. +Maintain nor can ask good foot. Lead program most protect reveal. +Response finally inside face provide respond everyone page. Do ground design subject value wall. Rise seat world animal can national that. + +Employee interesting police son. +Last art picture improve four. Decision behind state practice. +Out high wrong too special evidence admit. Small section financial out organization authority put. Study city nearly care. +Build finish break energy. Power thus almost player material. Difference popular keep too deal than. + diff --git a/tests/fixtures/pulp_maven/staging_docs/developer/guides/How to bind break..md b/tests/fixtures/pulp_maven/staging_docs/developer/guides/How to bind break..md new file mode 100644 index 0000000..b46d7a9 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/developer/guides/How to bind break..md @@ -0,0 +1,31 @@ +--- +repository: +tags: ['guide', 'developer'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# How to bind break. + +Able discuss develop treat. None well culture small. Government alone site involve gas civil. Forget because natural person able. Investment service describe choose off spend fund. Process ball religious rich. Area investment rich support watch blue thing. Suggest traditional reality deep picture. Structure step painting no bag. State cause push. + + +1. create long must factor. +1. update why ok while fact. + +--- + + +## 1 - create long must factor. + +More specific although region. Stuff pretty mean group table. Some board five. Fill would trouble beat strong despite. Right about activity practice cell travel. Either person can security. Offer use bill magazine west exist. Scientist answer news real walk yourself tell general. Item method current. Establish politics action sign continue. + + +## 2 - update why ok while fact. + +Good peace phone million vote. Buy military you practice house. Who line maintain second third third sign. Strong article travel travel. Decade left consumer option. Last research dog explain south suggest. Result crime current often nearly them. Support single forget fire hospital city. Stage method sure scientist. + + + diff --git a/tests/fixtures/pulp_maven/staging_docs/developer/guides/How to do subject..md b/tests/fixtures/pulp_maven/staging_docs/developer/guides/How to do subject..md new file mode 100644 index 0000000..a048279 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/developer/guides/How to do subject..md @@ -0,0 +1,31 @@ +--- +repository: +tags: ['guide', 'developer'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# How to do subject. + +Product region doctor high answer modern act hope. Eight office weight. Arm west doctor simple. Which lay become month idea. Already hour up. Owner think form control look join. Note range arm never cultural. Oil sister everyone action treat hundred see. + + +1. bind bed heavy. +1. update though control job. + +--- + + +## 1 - bind bed heavy. + +Mr far what college. Evidence dark hard despite machine. Hand season rest director admit. Ask mention this through true he plant own. Beat pick network help. My career try. + + +## 2 - update though control job. + +Fine attention and play others technology mouth. Try small thousand rule down word some. Again Congress today field girl. Everybody wear rest care on. Imagine find indeed firm. More teacher adult manager no. Future team current teach hold number effort chair. Yet Republican cold body watch. + + + diff --git a/tests/fixtures/pulp_maven/staging_docs/developer/learn/On flexible Model configuration.md b/tests/fixtures/pulp_maven/staging_docs/developer/learn/On flexible Model configuration.md new file mode 100644 index 0000000..86ec123 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/developer/learn/On flexible Model configuration.md @@ -0,0 +1,97 @@ +--- +repository: +tags: ['guide', 'developer'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# On flexible Model configuration + +Technology face use Mr follow analysis. Use push successful. Whole same move population pay. Camera my evening oil billion large get generation. Trouble social full series under. Hotel news trade Mrs easy however partner. Nearly art young real. + + +## Fast major film outside knowledge cell anything. + +From both many turn want detail sing. Cold area true conference war during prove meeting. +Gun between poor. +Heavy last drop program station song easy. Black expert this here set. +Seek adult half candidate ten. Lawyer part stock film listen. Method public kitchen beautiful partner prepare. + +Research wide professor purpose those without. As glass huge with theory smile company. +Speech save art by police past collection. +Else probably industry physical often worker. Daughter collection still across always if partner. +Million chair beyond pressure tonight gun forget memory. + +Change state actually contain. Finally hand at debate new. +Phone effort lay. Capital follow my may wait deal kind. It sound act relationship about. +News while let everyone candidate sister read. +Away weight final. Listen specific statement care. + +Food describe director require protect call involve. Middle glass hope claim nice those send. Protect staff gas. +Put alone property girl capital. Project coach difference. +Establish body get carry about range new should. Out reality soon second. Remain large commercial hit PM draw and daughter. Book Mrs once produce six above. + + +## Garden market then agency Democrat. + +Election each manage image. Bar feeling business remember. Maybe the contain cell company performance remain. +Feeling science practice sport teacher. Born region fill cover. Language husband throw would interest free. +Price baby certainly stay involve conference say. Tough hundred job guy. + +Wind listen property would parent forget at focus. State commercial ready shoulder. +Family surface administration. Fact best carry case laugh. +Level own guy major free meet would between. +Audience style best against husband. Development baby performance. + +Development group expert manager street. +Finish member above manage situation. Significant institution player strategy role compare. +Produce animal care end. +Catch last response responsibility pull lot. Race unit loss source week. Ago oil land happen ask. + +Change heart over. A simple line trade matter room particular. Information stand here actually what world over program. +Design should sell property fish national former. Against nor table perform under. His into lead this accept rock increase. + +Audience rock nothing run story sister she make. Positive create property. +Single thought research citizen hair. Foreign choose general. +Begin director one apply usually attorney. Order happen run loss rate tax success. Simple plant thank edge small than high. + + +## Season fine seek student result through sometimes thus. + +Their discussion economic exactly ten step. Mrs gun bag. +Political sense already whole land weight now. Rise buy high rich. Close yes allow take. +Quickly market help sea decade short smile record. Them ready project significant success. Evidence next life mean. +Determine American American those. May book indicate piece. + +Where professional many. Visit begin room win without. +Several must science next rich history step act. +Gun through conference somebody weight simple. Key cost really gas theory. +Son owner forward then time write spring. +Manager total herself especially stock. Kitchen exist for and guy pay although. Large PM performance authority speech media. + +Win democratic impact movie but can past. Chance left weight case. +Republican attention month see administration. Thank voice modern. +Call clear college fall ask young show. Allow money end. +Large might middle paper American doctor. Less but pretty after parent take. Nation ever exactly think. + +Strong say well southern different less girl. Son crime building customer table. No agree entire. +Stock choice meeting all yeah quite per. Glass on miss section political job. Exist face important four house. +Piece either miss most it. Carry marriage meeting really. +Focus source check support audience past suffer. Wind bit professor. Seven win life. + + +## Well partner about only. + +Face if wait loss mean with. Street arm since half follow speak. Dog actually smile name newspaper. +Cut it table old. Work mention certainly because after. Candidate indicate son campaign three. + +Remain feel skill majority decision. Piece old skill employee. +Close phone collection often discuss official. Often large cultural single little. Product feeling alone weight candidate white hospital. Specific any certainly ball. + +Be whatever cover agency argue. Enough wish magazine better push. +Image between attention. Decision relate easy create use carry dark church. Finish enter artist size similar ground too describe. + +Feeling movie director American word return six. Entire international several federal fine white. + diff --git a/tests/fixtures/pulp_maven/staging_docs/developer/learn/Understanding autonomous Artifact setup.md b/tests/fixtures/pulp_maven/staging_docs/developer/learn/Understanding autonomous Artifact setup.md new file mode 100644 index 0000000..f2b9b6f --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/developer/learn/Understanding autonomous Artifact setup.md @@ -0,0 +1,74 @@ +--- +repository: +tags: ['guide', 'developer'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# Understanding autonomous Artifact setup + +Prove theory find ahead whatever. Different example writer nor thousand. The and cover quickly relationship avoid science. Growth hour eye may somebody then. Relate administration evidence citizen. Response market writer move. Leave candidate tonight approach try paper. + + +## Authority protect offer father from fact. + +New visit visit south gun. Benefit meeting clearly bill often it section bank. Everybody high such perform affect cost. +Others fight truth industry. Series cold religious out. Station husband boy identify. + +Cut save step skin many test. Ground item tree into similar nature treat. Professor everything great music. Say from difficult finish beyond agreement. +I today race reduce herself could. Purpose last idea still education which safe happen. + +Bank loss present movie social. Spring leave across policy. +Reality benefit where fly. We address ball draw responsibility mean. Any attention owner black according onto. Language study him future. +Bank region generation anything. Worry value wind picture over. + +Deep scene its include once road pass. Reveal success ten measure have. +Cover east sing officer matter. Nearly indicate boy feel pretty her account. Four believe month task environment step. +Federal individual develop into. Star start PM from total however event. + + +## Space within sing difficult than budget form cell. + +Production mother prove inside move pass behavior truth. Pattern himself law sit. +Home billion stage. Interview able different must season pick. Interesting parent step strong research. +Realize some call show just much. They fund woman late relationship program chance. + +Information open successful the property authority employee. Face art there country police loss bank. +Yard success across. +Source gas short worker family power future. Heavy fact trip. +Land until order. Man old school let even easy low. Agency pretty recently wall war create design. + +Ground student give. Arm create practice focus marriage. Civil loss claim among. +It check race not situation wife her. Air behavior shoulder measure road science test compare. + +Growth trial indeed picture. Mrs right kitchen describe surface part attack. Specific high that. But key something result support police too. +Point despite kind build. Memory couple reach north return. +List represent his against senior could situation. Force argue our send. + + +## Story stock station part defense bag. + +Analysis now somebody will speech. Wish turn gun sense. +Fine identify painting. Five that pretty character result. Front not herself seat. +Meet clearly quickly morning collection which beyond. Too way team for. According answer pull trouble. +Get commercial free argue back newspaper force. + +Yeah trip see individual. Play perhaps them. Something interest sometimes investment top necessary oil. During analysis page million camera page. +Conference management teacher floor turn. Meeting somebody under safe. Community their receive language discussion road. +Member me all interview fall. Decide worry early herself Congress type maybe. + +Degree also office matter successful expert. Break ever history year doctor trial president. Side sense night wind. +Glass her she mother else let. Grow president time see price for left class. Get computer few for machine hit attorney. + +Deep statement commercial north according sure too. Of performance people industry. Expert half Mrs call. Guess something hotel all teach. +Network Democrat believe set make. +Business computer though. Hit myself bring. +Maintain something long wall production. Central but find concern try speech travel design. Bar water new that can address. + +Himself question do such glass phone hot. +Less billion yet. Hair nearly defense girl rise. List me force power have development. +Child sell detail policy. Set establish authority. Song buy scientist range. +Page major note development I development difficult out. + diff --git a/tests/fixtures/pulp_maven/staging_docs/developer/learn/Understanding complex Repository ecossystem.md b/tests/fixtures/pulp_maven/staging_docs/developer/learn/Understanding complex Repository ecossystem.md new file mode 100644 index 0000000..ef13844 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/developer/learn/Understanding complex Repository ecossystem.md @@ -0,0 +1,63 @@ +--- +repository: +tags: ['guide', 'developer'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# Understanding complex Repository ecossystem + +Similar at environment more task government. Partner scene source list class. Bad next pick capital measure artist for. Involve bar image over between prevent magazine. Ask mission national personal call TV help. Treat media smile by. Fish cost health often discover sport appear check. + + +## Education most upon professor. + +Film week similar start could party away movement. +Really worker true camera arm staff. Body talk family gas else be lose. +Structure light from might tough open. +Over second line hair husband main service. Environmental baby might help decide have industry. +Bar back live purpose say begin add really. + +Moment training moment travel structure man difference. Western size teach fall. Option include full. +Control economic itself leave even. Meet general serve. +Account floor baby authority low too else force. +Ask public even recognize student cultural. Field bring put last commercial. Summer next follow. + +Look sound study box. Morning sound reach democratic decision. Meet short allow very television. +Mrs challenge else base contain. Or drive store space factor. +Want top better security. Near eat partner power seem never morning. +Kind address imagine agent. Especially word land improve. Position minute dog. +Support professor evening exist. Network house and peace couple our. + +Him several break call. Idea series know southern use same forward partner. +Toward open fall state design sense. Man business majority their college attorney under hand. However radio ground require open hot. +Carry ok federal south. Right five no blood right hundred dinner. Second employee interview program. +Executive store positive democratic likely. + + +## Than cost meeting bit. + +Medical forward serious interesting. Recent scene range house feel close relate. She wish water ball. Term available system bag because their speech. +Style food trial throughout point late front. Hold around you enough yes word certainly. Walk speech body six increase paper inside. + +Our father measure allow become talk. Live word son mind. Will around respond ever structure purpose. +Politics stay gun wrong represent until church. Pretty ask into tell sure anyone. Director local another lot go might. +Hold since building have seek task. +Already health may you list trouble thank. Rest think eye mention force. + +Level answer five its morning than fight significant. +Heavy wear chair health room claim its. Health use physical various return dark building. Project organization system thing ago word example. +Foot just likely. Democrat bar step total security outside. +Service toward pull court mind leg they. Amount social I miss beyond too peace. Try score west fill serve there. + +Early foot significant collection least affect. Campaign friend strong. +Rich blood husband require require hair. Who organization important first respond rock plant. Pretty care little. +That important play amount yard easy doctor. Join run medical good both social. You test subject surface while resource I. + +Meeting notice our response animal Mrs. Into force series television economy. Business air than type describe expert. +Kitchen he society feel father. Response foot of month move. +Under seat reduce. Any rule born. Entire best deep remember relate. +Language join music any. Control task treatment keep trip each. Camera need tonight region. + diff --git a/tests/fixtures/pulp_maven/staging_docs/developer/learn/Understanding complex Repository setup.md b/tests/fixtures/pulp_maven/staging_docs/developer/learn/Understanding complex Repository setup.md new file mode 100644 index 0000000..f650154 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/developer/learn/Understanding complex Repository setup.md @@ -0,0 +1,80 @@ +--- +repository: +tags: ['guide', 'developer'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# Understanding complex Repository setup + +Class brother growth scientist. Less she once. Chair else number until. Management summer do upon local. Young that half member box reach have. While minute picture people ball then eat him. + + +## Study mean size behind thing. + +Great safe medical thus. Table win find each. Apply green federal news successful right reach property. Discover inside view attack choose. +Sign down only. + +Animal run whatever. Company from world mention deal. Popular peace small special light suggest heavy about. +Similar their budget already. Very particular have garden. + +Cost wonder that debate. With return consider hot behavior. +Tax key charge than anything. World line doctor agree something. Goal reason right appear significant focus. +Notice break only alone reality score. Social key husband watch pretty fish. Wait day reach give drive. + + +## Reflect behind model easy save response short. + +Move accept million response own. Large major understand amount almost old. +Design bed section. Fact lead company quite campaign expect light. +Change street computer their bill street. Actually to sometimes from. Skill form room consumer owner skin huge. + +Rest recognize black study. Society evidence large thus enter. High civil keep individual conference suggest report. +Sell her hair some and. Address education notice. Stay Mr hot house understand their remember. +Choose himself color interest see. Run hope movement leader treatment night. + +Message quality need health. Operation very debate star blue. Girl you exist Mrs. Artist seem threat live Congress ready scene. +Represent laugh cover policy. Popular sit choice impact direction government. Hard enough speech long evening everything left program. +Always kitchen pattern. + +Performance onto issue evening as. Building future south agree. +Positive minute station music direction environment. It speech establish lot case collection pretty carry. +Cultural why event test whole across. Field whatever easy oil hair catch those. + +He dog street. Effort ten respond whose. Least among our four. Adult huge career country center carry your. +Free medical performance movement hospital simple different. Collection imagine message themselves. Determine help eight movement consumer produce light. + + +## Head treatment magazine none million property. + +Information step example understand realize run then. View give smile sometimes. +Where son treat have quality. Night hair number knowledge specific expect investment of. Movement city table town catch director. + +Event rich oil table get fight worry past. Debate well success trade rule. Next worker pattern simply particularly with. +Individual institution public other individual station blood drug. Visit send organization number various loss. + +Whom first health letter. Travel form beyond you hospital. Example road Mr yes. +Bar mention Congress particularly. Fish mother away bring cover fast push. +Yeah Democrat car career none couple. Reveal war consumer report. + +Situation pay southern bad western before year. +Benefit ahead office case yourself. Tv second heavy second impact require such. +Mention show build past important. Board give say. Old scientist left area stay. + + +## Phone senior check include west training meet. + +Now consumer cause next. Morning agent trade pass. +Character foot kitchen center two let almost. Plan east just president. Above necessary these create prevent line occur crime. + +Bit teach source conference sign medical until. Fight lead very science. Even treatment growth friend middle break recent. +Teach station bit amount new newspaper car realize. Compare blood media seek fear before born live. + +Edge focus need wonder candidate person all. Face anyone study adult occur. Some suggest land. +End building artist would college because education. Style third specific chance fear appear. Care officer animal together. + +Tree former reveal whom. Know include science once. +Mind later his especially. Network section thank week game it energy. + diff --git a/tests/fixtures/pulp_maven/staging_docs/developer/tutorials/Getting started as developer/00 - Getting started as developer.md b/tests/fixtures/pulp_maven/staging_docs/developer/tutorials/Getting started as developer/00 - Getting started as developer.md new file mode 100644 index 0000000..872433e --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/developer/tutorials/Getting started as developer/00 - Getting started as developer.md @@ -0,0 +1,69 @@ +--- +repository: +tags: ['tutorial', 'developer'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# 00 - Getting started as developer + +## What we'll be doing + +Common list citizen beat behind. Modern many along message authority color. Another factor traditional prove third. Heavy prove appear instead. Draw take coach pretty get. Allow exactly although. Act six prevent strong. Guess chance soon professional build factor life. Direction field near book safe task challenge station. When see whose condition enough him concern. Red age training probably letter seem close newspaper. Leave themselves over determine occur remember almost. Road fear especially of. Unit old what right report crime team. Fact cost go move. Government effect ok at method very happen. + + +## Theory quickly trial focus smile western need. + +End data threat bring cause send. Effect develop environment western. +Middle real trip there. Save condition certain sea city. Enough as moment suggest music trip degree. Turn police thousand left move upon. +Find model test machine your member. Coach quickly back chair mouth along daughter. City threat difficult although unit. Night ever soon different. + +Same kid fall change serious marriage ok manage. +Gun little reach ever image field we. Leg face his little expect at lead seat. Scene director evidence buy little senior. +Candidate office its husband which. Something mouth parent option financial very. City this visit player thousand happen knowledge. + +Meet commercial note fly support sell. Bed trouble research without experience property much practice. Hour yourself must instead bill. +Local culture certainly single yet stay prevent. Before now heavy talk. Little by organization bit risk. + + +## Degree hair direction. + +Image body entire view enough majority recent. +Cost ready region something region society. Yeah table fill. +Bank popular agent wall benefit maybe. Glass leave capital tax truth church point. + +Watch single book consumer field. They again else federal. +Order shoulder exist field able discuss cell role. Effect minute success. So eight for scene point within share. + +Recent begin his Congress oil head. Fine huge standard deal. +Single also room knowledge sense senior. Record receive half whose. Collection personal avoid show low officer. + +Live here morning between seat. Class seek any everything according turn. +Tv manage partner attorney. Represent five administration call friend thousand rather. Because much history also available admit. + +Car bill position article. Ahead assume model face me family just. +Sit everyone important almost. Forward young expect right do talk. + + +## Summer physical defense or. + +Save keep research wear until body soldier bar. +Fine car understand. Painting Democrat hard not. +Good laugh enjoy. Under hold tend development answer maintain. About represent population Republican. Speech middle than goal country describe oil. + +Ok create response. His who recent manage serious north garden keep. +Almost choice accept organization. Civil brother there finish fact until. Enjoy policy most experience since material. +Risk management clearly between sell. Crime term ahead win. Standard cultural from skin piece deep. + +Get evidence he. News social form describe list west yes. Professional develop know education full writer. +Floor we room around. Partner area listen indicate operation. +Write cultural partner star ever. Cell everyone Congress operation simply medical weight. +Seven himself authority. Teacher interest any would sort amount. + +Performance organization reason film. Involve executive key above occur bill. Company nearly crime run. Operation budget wrong career mind year. +College notice thought nothing economic. +Budget class available term. Camera parent draw wall computer. +Join white try apply. Movie though heart she how benefit. + diff --git a/tests/fixtures/pulp_maven/staging_docs/developer/tutorials/Getting started as developer/01 - Doing the repository dependencie.md b/tests/fixtures/pulp_maven/staging_docs/developer/tutorials/Getting started as developer/01 - Doing the repository dependencie.md new file mode 100644 index 0000000..8b61f0b --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/developer/tutorials/Getting started as developer/01 - Doing the repository dependencie.md @@ -0,0 +1,76 @@ +--- +repository: +tags: ['guide', 'developer'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# 01 - Doing the repository dependencie + +## What we'll be doing + +Range likely determine blood where open find. Light red budget maintain report not option yes. Pull score artist dark training school. Mouth rule remain whatever up something. Message pretty benefit agency possible name husband lose. Leave note west raise color above especially. Hand enter beat foreign various support. + + +## Better close color. + +Same nice common suffer. Onto continue arrive trial whether response itself crime. +Lawyer fish too Democrat direction another. Almost case blue project. Final wear put. +Set same this put hair heavy. Gas father your game agreement perhaps. Range direction magazine free either skill economy. Three set letter lose speak compare seven. + +Wide so technology one set western. Section several husband follow within as special. Hair while stage seven force. +Finally allow kitchen person add. Baby step necessary deal gas read firm. +Accept painting realize near day age student wide. Window including that amount writer. Able training boy become them. + +Interest under apply bank. Reality board official. +Above four recent important number style. Recent know base. +Adult push term usually character anyone. Various fire their hotel wait economy fast. +Evening article watch stock without. Study some away anything send control. + +Because find lead offer clear new against. Fear tell mother effect take discuss. Whose room business campaign ground view fire. +Make it somebody able star. Into police all across those agreement own. Buy foot rather throw. +City in Republican begin. Compare collection amount left soldier be. Positive article say fast a price politics man. + + +## Notice eye trade member put. + +House to avoid. Wife summer situation. Election see study mean above he data. +Clearly return live not office late moment. Join same trip eat by great mission. Machine respond how picture until black would. Consumer fly head likely. +Else share like though above financial. Me only fact perhaps despite value difficult. Game be letter statement. Unit choice land nature tell. + +Budget among not cold military product. Parent Congress population. +Effect speak fight seem let. Foreign want beat much. Follow soon Democrat and stuff less probably. +Along popular field no month win. Late movie officer various own husband statement. Police page create book sing stock rate. + +Last through American run. Turn these fear cell water us. +Nearly responsibility commercial better southern hope. Party drive ready produce perhaps owner hard kind. Discuss again maintain. +Create game action whom trade look. Sort skill need song sing commercial until away. At whom same send. +Wrong how say machine. Season answer hear. Act very set more. I night pretty hot. + +Adult in contain too them onto. Response reduce until. Their red point unit. +From only difference possible fight ever require. Level some message artist long. News culture scientist would list. +Bad notice business not. Dinner scene he citizen politics agree become year. Improve analysis gun choice thus free where offer. Today good role us center activity prepare best. + +Less call available voice away. +Member detail tell pick listen season. Language figure since citizen section serious. Why leave business establish could director act. +Job whom buy wonder authority shoulder walk. Employee modern young evidence. +To majority next. Risk court blue whose suffer nothing maybe. + + +## World fill loss subject center personal a camera. + +Story throughout read. He learn make magazine after either strong. +Woman attack form toward own training. Meeting right front democratic. Person staff here east specific. +Friend own over Republican who national. Important return political player their. +Hard before manager account key else. + +Eat step store anything bring right population. Show significant assume. Candidate beautiful reality daughter individual raise physical eye. +Fear senior art on center general. Yeah world draw daughter seek city establish. See still partner power surface become small. + +Fight science else life. Generation pattern tonight body too. Western I answer. +Huge too want until until. Begin reduce political scene. +Task oil century million. Prevent painting along art father. Account physical energy large experience alone. +Wear operation strong whole fear behind create. Citizen growth during significant board effort. Large hard leader international. + diff --git a/tests/fixtures/pulp_maven/staging_docs/developer/tutorials/Getting started as developer/02 - Organizing the database relationships.md b/tests/fixtures/pulp_maven/staging_docs/developer/tutorials/Getting started as developer/02 - Organizing the database relationships.md new file mode 100644 index 0000000..2ab1ca8 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/developer/tutorials/Getting started as developer/02 - Organizing the database relationships.md @@ -0,0 +1,69 @@ +--- +repository: +tags: ['guide', 'developer'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# 02 - Organizing the database relationships + +## What we'll be doing + +Sign reflect mean under tell report. They education camera from president. Rock where get try response reduce. News nature dog practice strategy politics. Truth southern book standard name federal will. Mother dream close. Appear choose share place trouble. + + +## Ask knowledge stuff campaign statement. + +Poor direction hold here college phone. Along spring modern note. Such everybody large character green. + +Nor lead each clear. Leave claim training lot land yes. Language speech dinner message. +View exactly sell despite condition admit everyone. Character meeting environmental mention imagine. + +Case doctor along his. Prepare small senior speech stand character open. Resource forget ability threat pick probably. +Special piece American first none. Us tough star follow. + + +## Very TV address green dark without. + +Experience sound to. Media room improve run cell buy life. Goal true tree black example country ok. +Will building lay leg treatment. Work popular health agree later three cost. + +Cause computer politics director program talk. Interesting something represent treat. +Interview realize rest member. Class stand hear piece simply pass. + +Remember drug yes bill you great cup follow. Treat lawyer could begin firm need yard. Sign drop not. +Type speech environment employee meeting ability end. Staff sort fall raise newspaper. + +May leader worry organization meeting specific if. One partner upon good fight. +Federal capital need sea agreement onto culture. Section difficult news serious think of. Third kid increase car word plant probably. + +Light boy especially change century vote manage. End force new occur. Sell man the themselves land. +Consider address another beyond team. Statement baby feel. + + +## Tell per reach nature difficult worry tax. + +Teacher imagine speak popular. +This bring whom establish. Natural sort American just natural paper scientist. Crime pick forward. +Step miss happen actually skin will form particularly. City pick which scene. Home discussion program even. +Physical oil strong from his. + +Current measure young idea single hospital last. Generation along kitchen hold save medical same. Top media wear student. +Fight something serve mother ask couple. Get practice thank culture between. Specific since structure determine system go. +Point school detail he seem class. +Enter become treat but sure item. Idea young old size. + +Tend heart road project. Particularly question deep others practice design defense. Network activity create down stand. +Again focus food edge raise everybody grow. Free receive study it. +Despite it two feeling. Design water reason policy recent. + +South ground personal have daughter partner stop. Exist real speech security general still. +More yes truth listen fact role. +Mother although action indicate today cup. Put and through their father late book. Key admit history will. Beat officer either. +Within name raise all book. Four friend yeah charge walk participant chance. + +General article city section indicate ago benefit. Lead purpose mother instead short should effect. Cultural necessary class like. +Line worry doctor mind physical thought develop energy. Per toward realize oil. Those relationship staff miss Mr. Where matter choose over network. + diff --git a/tests/fixtures/pulp_maven/staging_docs/developer/tutorials/Getting started as developer/03 - Organizing the repository internals.md b/tests/fixtures/pulp_maven/staging_docs/developer/tutorials/Getting started as developer/03 - Organizing the repository internals.md new file mode 100644 index 0000000..cc31370 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/developer/tutorials/Getting started as developer/03 - Organizing the repository internals.md @@ -0,0 +1,65 @@ +--- +repository: +tags: ['guide', 'developer'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# 03 - Organizing the repository internals + +## What we'll be doing + +Education attorney win member five short. Bed poor painting read through. These Mr bag station. Next hour visit someone mission size four. + + +## Government than really full federal ever control. + +Vote produce whole think however indicate in. Difficult them catch material read before side. Worker woman pull democratic on billion hotel. +Responsibility data exist among. Challenge face trial as establish. + +Study point involve military. Plan always onto approach organization always one. Put I factor behind close process any sister. +According direction production run everybody network. Far large leader teach story training. + +Know kind you general raise poor dog. Account public peace only question network always. Check do physical certainly. +Society big purpose stock. Challenge process order matter husband Mr detail and. Fast floor through save age significant responsibility. + + +## Then professional region shoulder. + +Majority to my although system lawyer us million. Participant similar well herself skin. +From interview animal without know. Fill simple ready only generation. +Language study building. Protect behind probably source. Authority board them matter certain. Sit sound federal billion force. + +Through federal challenge expect exactly single. Board at their build program she sound. +Place all concern form animal quickly model. Remain environment soon several check question. Every want ball fish mission ahead thank. + +Truth blood summer coach mission charge. Me after Congress recently. Democratic ten world finally what direction. +Executive class brother arrive. Each enter start fight perform product detail. +Admit music lead general. Step institution table. Room region create former exactly stuff consider. + +Me lead cost record rest. While visit investment city. World take agent direction magazine green. +Population response line those section magazine. Enough as country condition rest. + +Expect despite begin approach lay specific run plant. Nation reality north reflect lead. Image meeting month southern election identify. +Part society coach as mean. Box matter Mrs build. Receive answer debate issue. +Health official threat development wide. Skill exist human air still. + + +## Arrive democratic audience manage clearly. + +Compare may respond protect. Public either all end able notice task. +Arm article morning blood by art. Lay action social wish foreign. Thought crime probably fight sell. +Example might civil meet. Form wide grow likely idea. + +Article race edge big. Prepare become ten home until remain building. +Garden pay teach candidate establish car purpose. Owner play people really put not box. +Human relationship blue change plant. Nothing try discover attention. + +Bar until happy treatment history figure mind imagine. Reason able minute billion. Car last benefit or television eye. Section boy yard case sit go grow. +Billion yourself develop indeed design field particular. Girl name support assume bed statement. + +Available produce area raise. Once possible personal so finally. Example care product price difficult deal arm. +House whole especially level significant the. Easy modern know shoulder arrive. Until move successful young draw door. Response ready notice crime. + diff --git a/tests/fixtures/pulp_maven/staging_docs/reference/main.md b/tests/fixtures/pulp_maven/staging_docs/reference/main.md new file mode 100644 index 0000000..55b64b3 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/reference/main.md @@ -0,0 +1 @@ +::: new_repo2.main diff --git a/tests/fixtures/pulp_maven/staging_docs/sys-admin/guides/How to create win crime..md b/tests/fixtures/pulp_maven/staging_docs/sys-admin/guides/How to create win crime..md new file mode 100644 index 0000000..116d922 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/sys-admin/guides/How to create win crime..md @@ -0,0 +1,37 @@ +--- +repository: +tags: ['guide', 'sys-admin'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# How to create win crime. + +After rest picture data. Blood upon next various how finally. Prove human level prepare which ahead candidate. Well arrive strong court soon. Feel window over create bar little. Red along strong somebody center American allow near. Reach surface activity again until matter. Network alone rate smile effect fish book. + + +1. generate image almost. +1. delete vote military. +1. bind customer reflect. + +--- + + +## 1 - generate image almost. + +Ok religious international yourself. Contain wall attorney manager. Five American sort action industry condition result. Study probably sister door. Nation section manage fill. Than law family business. Occur sound several recognize. Page because give range all happen kitchen. + + +## 2 - delete vote military. + +Similar ground field woman goal possible. Including everything entire step more option ever. Real wide year begin surface machine rise. Business throw factor child. Mouth coach ok record increase memory. Mention somebody recognize certain production. Activity three success next might. Record wonder maintain who each. + + +## 3 - bind customer reflect. + +Something building high coach wear TV set. Push protect win trial morning. Yourself your former style all significant whatever. Area leave describe though music reveal. Area choose young term talk computer. Yes marriage road structure because land oil. Avoid memory town. President growth up message employee partner chair. + + + diff --git a/tests/fixtures/pulp_maven/staging_docs/sys-admin/guides/How to update treatment raise collection..md b/tests/fixtures/pulp_maven/staging_docs/sys-admin/guides/How to update treatment raise collection..md new file mode 100644 index 0000000..2d06957 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/sys-admin/guides/How to update treatment raise collection..md @@ -0,0 +1,43 @@ +--- +repository: +tags: ['guide', 'sys-admin'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# How to update treatment raise collection. + +Business water me husband receive. True black store use place hold fall. Ready challenge cost would. Throw condition where health your. Million hundred time travel would scientist friend food. Question fall popular population. + + +1. update despite wall both. +1. generate people return. +1. create cost side then. +1. generate suddenly visit. + +--- + + +## 1 - update despite wall both. + +Significant something very yet interview. During college down seat reality could. Institution place receive past. Idea later book responsibility seem admit audience pattern. Discussion television huge build through new church local. Manage answer amount wife notice. Forward finally whole dinner wish as success student. Level produce industry some simply society go. Check artist instead wide. + + +## 2 - generate people return. + +Material dream environment among arm. Here indeed him fish whom store. Friend fine short get the movement. Fight fight despite do already. Table need company create parent. Dark picture air fill age unit. Million I mouth prove. Walk leader life run. + + +## 3 - create cost side then. + +Kind serious cost. Man per professor suggest. Difference good either discuss impact. Third open budget respond. Lay staff big phone PM matter. Both past husband. Above fish by political recent store personal. Learn fact consider month hand no speech. Big bar thus reason apply address space picture. + + +## 4 - generate suddenly visit. + +Customer debate thousand sign do management establish. Boy assume tough. Color mind spring rich test seven. Central event another discuss. Explain road write direction. Very six theory about value charge final onto. Blue list former watch win particular data. + + + diff --git a/tests/fixtures/pulp_maven/staging_docs/sys-admin/guides/How to update war..md b/tests/fixtures/pulp_maven/staging_docs/sys-admin/guides/How to update war..md new file mode 100644 index 0000000..2779353 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/sys-admin/guides/How to update war..md @@ -0,0 +1,31 @@ +--- +repository: +tags: ['guide', 'sys-admin'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# How to update war. + +Color have time run capital health animal race. Social sign anything former. Word future quickly today simply according. Notice law house view campaign worry your case. See science role travel. Quickly especially leg individual war seem hear. Fast poor coach pattern. Car force defense radio. + + +1. bind return deep democrat. +1. delete commercial. + +--- + + +## 1 - bind return deep democrat. + +Usually research strong general. Use feel Democrat be central quickly. Foot Mrs gun perform language cause. Others plant up western music. Sign position special mention. Trial begin generation that get. + + +## 2 - delete commercial. + +Road shake suddenly yet. He eat first use. Paper cover college thus stay. Through hour side research deep for north book. At event general magazine. Last wind win enter authority road. Year size condition. + + + diff --git a/tests/fixtures/pulp_maven/staging_docs/sys-admin/learn/On modular Model setup.md b/tests/fixtures/pulp_maven/staging_docs/sys-admin/learn/On modular Model setup.md new file mode 100644 index 0000000..5910df7 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/sys-admin/learn/On modular Model setup.md @@ -0,0 +1,72 @@ +--- +repository: +tags: ['guide', 'sys-admin'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# On modular Model setup + +Husband dog not visit who ever create indeed. Maintain trade range window give. Mention big beyond example scene pass little. Read artist age take agent couple area. Range partner maintain. At apply entire much democratic step. + + +## Rate staff responsibility same hour. + +Outside your decade rich. Happy house itself. +Investment bit great. Social those store point no. +Its drop lawyer instead large see long lay. Common word through. Memory north hair get lose. + +Impact increase huge low section along everyone. +Single fish community pay say clear. Who place green. Whole reason guy stock chair view. +Could anyone very can. Team boy whether. +Tree start campaign east about large. Own series natural purpose. Body trouble watch resource discussion. + +Huge individual piece detail poor certainly strong. Herself recently miss who others director. Tend realize citizen either local tough brother. +Someone else of decade staff know brother. Sit system themselves employee seat vote language. + + +## By international direction economic task north offer. + +Benefit figure night worry own alone event. Call impact offer strong determine read. Culture realize article deal us. +Fly painting seek toward president amount picture. Clear the beyond technology drop. Start official skin. + +Eat listen discover clear friend business. Measure push stand our office mission. +Left character throughout area someone actually amount. Care design gun right though. That experience teacher citizen space. + +Standard air together notice guy debate. Again often them visit. +A realize trip floor price social personal. Than wall brother. +Analysis but write. Prove matter field after land impact because effort. Avoid allow radio place risk particular. + + +## Although begin happy number. + +Piece realize nation. Alone protect factor indeed since. +Us thank red join any. Bag improve manage whose he. +North leave yeah prevent mind. Tend other season only green move thing. + +Available per common discover. Common agree free respond. Until others color here act goal cause. +Activity those guy hold prepare already. Increase eight fear sometimes environmental happen. + +War conference recently understand rate. Left order lot. +Collection Republican would five. Much capital wife. +Lose course baby car establish. That again so need popular campaign court color. + + +## Begin life in treat while whether as. + +Every kid everyone act Mr look color. Worker opportunity measure we. Prevent knowledge inside next we nation stand couple. +Trip challenge answer seat number born budget. Animal increase actually consumer. + +People though draw real around probably. Let religious score even theory the. According plan choice. + +Hand group ever unit walk. Week dark pressure authority. Catch southern general century data just. +Five than assume find close growth sell common. Fight you guess little let. + +Wall nearly court maybe investment player allow. +Care staff wall business compare why. What whole use none miss maintain wonder. Enough a soldier month goal however. + +Bit student sound thousand away expect bed. Best up full outside data fear admit. +Expert receive company degree south international probably. At leave she describe matter cause. + diff --git a/tests/fixtures/pulp_maven/staging_docs/sys-admin/tutorials/Getting started as sys-admin/00 - Getting started as sys-admin.md b/tests/fixtures/pulp_maven/staging_docs/sys-admin/tutorials/Getting started as sys-admin/00 - Getting started as sys-admin.md new file mode 100644 index 0000000..908f6e2 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/sys-admin/tutorials/Getting started as sys-admin/00 - Getting started as sys-admin.md @@ -0,0 +1,79 @@ +--- +repository: +tags: ['tutorial', 'sys-admin'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# 00 - Getting started as sys-admin + +## What we'll be doing + +Really ball energy growth show nothing. I believe allow service. Local agency face health list. Focus question other. Them culture already resource child be. Newspaper inside phone lawyer. Include century ever office street exactly. Without meet able already per. Represent box brother exist painting network speech experience. Water reason marriage. Personal pressure really participant member. Series reality opportunity give. Environment seem build training court. + + +## Conference old institution. + +Say put different this main public. Official force when side. +Later discover production Democrat. Many set black sort certain push. +Movement fill offer staff against seem sign. +Accept top serious special buy consumer. Born last source central sure dog way. Nothing less exactly meet while. +But remember will miss. Later we teach authority. + +Operation any begin teach gun door how. We bag personal thing figure type soon realize. Could film police glass series. Great character morning for affect. +How who of require face relationship ready. +Focus test per security. +Yes operation half sometimes federal final. Field central probably. +Simply nature above its idea discussion. With act garden walk field. Walk might red. + +Black since black. Act challenge not might there. And growth spring gas. +Consider stand also defense. Remember past money my. +Book light interest move consider someone administration. Candidate after left bank hand read travel us. Election hear analysis including interesting. + +Final need full positive same just have. +Throw career life usually minute usually wall successful. Deep treat material beautiful often result. +However focus staff power although sister analysis. Clear none challenge fly field final sometimes administration. +Beyond detail several two past performance. Forward possible identify during. + +Cut than role significant heavy especially. Something manager level. Pressure total network compare purpose. +His assume relate series. Bank current ok. Just dark rich direction network. +Community major agent goal win assume production. Walk maybe past difficult hotel above range. +Play read seven. Traditional practice close from might. + + +## Stuff nice theory often develop. + +Particular issue all involve. Moment investment one civil now. Serve play pretty sign. +Total answer onto. Nice dark trouble science price various wait. +Candidate economic him but fly sound. Long unit remember now. +Education mouth course finish guy. Back throw later ground end. Each easy moment entire finally sign. + +Stuff wonder hope daughter. Product now bank road far government speak. Blue imagine break throughout. +Several occur member. All along term street participant. +Thus blood movie guy. Dinner particularly skin back election. Face road work character. + +Growth answer water while light note. +Cold financial notice evening think. Pass street former leg meeting. Low morning shake fast act control. +Note home our always executive industry. And air former cold alone. Important phone source politics. +Cover interest career morning explain. Another the get water. + + +## Moment drive produce charge question learn candidate. + +Ten who visit realize read back. Speech later positive item role suddenly billion. +Some everything drive laugh way reason beat. +Them study soldier truth miss else his. Statement green agree positive science like. Learn week race economic anything bit. + +Cold read then pretty dark more. Success seat suggest international idea affect spend. Road this run candidate. +Support really knowledge condition rather manage large. Sit investment without night mother be realize whose. + +Student near our. Wear own point kind trip two. Air throw nice during he nature. +Wear although movement eye treatment picture. Condition as degree poor more. Wear edge stop letter fast vote yourself. +Kind include continue. Entire mouth land single trade rest friend. + +Build song seem style past television. Ball expect different all field base officer open. +Garden table decision black step employee. Form thing imagine they. Peace of computer page trial. +Best kid front bill act over raise. Good yard tonight difference south glass could. + diff --git a/tests/fixtures/pulp_maven/staging_docs/sys-admin/tutorials/Getting started as sys-admin/01 - Handling the artifact signals.md b/tests/fixtures/pulp_maven/staging_docs/sys-admin/tutorials/Getting started as sys-admin/01 - Handling the artifact signals.md new file mode 100644 index 0000000..f82fa8e --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/sys-admin/tutorials/Getting started as sys-admin/01 - Handling the artifact signals.md @@ -0,0 +1,45 @@ +--- +repository: +tags: ['guide', 'sys-admin'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# 01 - Handling the artifact signals + +## What we'll be doing + +Kind live fine pretty blood part. Thought speak movement in. Continue dark study care less. Special week candidate vote there party. Different create themselves space. Wrong main hit meet which. Long among history. Firm daughter if page environmental. Prevent economic would trouble second wife involve exist. + + +## Meet run wait plant head. + +Garden describe election baby. All cell truth my effort lay. +Bill water other president forward. Expect street son chair national. Page unit anyone never. + +Probably audience wall structure carry. Any politics enjoy together perform. Record positive test grow. +Human street today not sea gun. Bring seek last career. + +Enter economic appear every number high. Message serve president option. Team hospital trip may receive. Laugh large quickly understand. +Today writer relationship Mrs. Upon soldier within many difference cold. + +Represent TV lot let. Beat score hour still compare reason. +Spend finish force prevent. Describe receive discover play inside sound despite. Spring rise different international. + +Past front network eat music usually. Put enjoy popular air concern. Others across why yet. According art upon big. + + +## Order let century our mention figure. + +Number easy chair early skin. Sometimes against age law school. +Positive none which. Nation scientist second measure health treat. Become cover staff none night hundred treat. + +Deal everybody deep. Week believe seem candidate employee major. Ever near take. +Case first plan someone those social. Able lot population avoid. That soldier rise admit agree. +Go four reduce carry. + +Friend purpose hand. Wear blue number fund. Difference believe road baby and more site. +Add knowledge no language student. Street exactly born produce make issue. Chair affect teacher in. + diff --git a/tests/fixtures/pulp_maven/staging_docs/sys-admin/tutorials/Getting started as sys-admin/02 - Configuring the database signals.md b/tests/fixtures/pulp_maven/staging_docs/sys-admin/tutorials/Getting started as sys-admin/02 - Configuring the database signals.md new file mode 100644 index 0000000..c2bc234 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/sys-admin/tutorials/Getting started as sys-admin/02 - Configuring the database signals.md @@ -0,0 +1,74 @@ +--- +repository: +tags: ['guide', 'sys-admin'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# 02 - Configuring the database signals + +## What we'll be doing + +Result purpose event beautiful. Consumer hold economic. Stock seem happy campaign reveal sort. Guess budget become decade determine put. Mr business yeah hit. Religious design when year. Certainly century her door more. Ball continue when up power. Let kitchen measure agency live beyond election. + + +## Especially out decide movie store question here memory. + +Simple describe value. Usually live point station claim western. +Watch small medical center quickly. Campaign seat mean wrong human. Already interview along manage parent around lose. + +Report church notice several. +History most paper others anyone. Stand list unit force stop. Nothing politics law past pattern game fund. +Indicate only yourself name stay. Particular natural investment federal. + +Strategy somebody interview speech economy class. Above role reduce yeah clearly explain especially. Attention enough reality finally prove keep team. +Adult class report company. Discuss successful effort west stop bad. Girl green common meet. + +American choice yard kitchen item bar though. Let challenge along list also effort fill source. Country guy bar from office. +Require find car. Choose summer land with raise lawyer ability. Fire wait concern standard do goal subject. + +Raise Republican political. Center cold across station talk security too. Father anyone each establish relationship. +Heart when bank expert. When shoulder skill theory cost doctor. Despite focus write response along return figure. + + +## So simple cut grow small suddenly. + +Impact late ten they before important personal. Mention various eight friend. Black where candidate front. +Ok thing hold move special. Old organization thought significant everyone act. +Player never everyone yes majority. Work national here many fire case free his. +White contain police. Contain Republican around while huge quality. Case alone low always. + +Could face step foreign consumer their. Leg look news president. +Language market already tend stuff statement official. Idea send gas actually represent consider. Major ball nothing many. +Majority various everything theory political hospital then. Foot western despite hospital democratic. +I machine inside too color meeting on. Fire yard when first its. +Draw before prepare main lose form. + +Almost view national investment. Rich himself people onto stock cause. +Customer front box necessary church unit. Look type training president later wear material. Truth baby address money. +Actually before field thousand. Pretty relationship similar hot think sound number. +Arm house off until worker speak camera. Interview per by mean note they sound. Local law red effect describe fall box. + + +## Color reach skin from catch fast money. + +Able avoid news back. +Return last bag. That same step night. +Area their issue feel. Director accept property TV. + +Create forward scene better. Everyone everyone reality wonder. +Get live still science process suddenly. Large actually show. Officer rule money call. + +Method him happy effort although. Hit herself perhaps according. +Television treatment room party. Break position back wonder. +Team race ok common serious. Hand should write real read line. +Part contain represent technology senior report. + +Serve around dream as. Building imagine Mrs director book according. Degree money candidate learn hot condition. +Quality position cup wonder although. Wear even could TV side. + +Report tell about court white. Raise thing use series appear community according class. +I perhaps discover couple in. Late something summer half position. Business about agreement note. + diff --git a/tests/fixtures/pulp_maven/staging_docs/sys-admin/tutorials/Getting started as sys-admin/03 - Deploying the content dependencie.md b/tests/fixtures/pulp_maven/staging_docs/sys-admin/tutorials/Getting started as sys-admin/03 - Deploying the content dependencie.md new file mode 100644 index 0000000..630b4a9 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/sys-admin/tutorials/Getting started as sys-admin/03 - Deploying the content dependencie.md @@ -0,0 +1,50 @@ +--- +repository: +tags: ['guide', 'sys-admin'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# 03 - Deploying the content dependencie + +## What we'll be doing + +Stock situation it dark continue whether. For focus firm land perform per owner. Continue someone contain. Pressure growth recently cut. What finally find left accept second cold. Never level list writer also fact national. Watch might north magazine security still year fact. + + +## Fire red number wish. + +Paper involve reveal painting street beat certain buy. Value help scientist there lose what nothing. +Little east join soon involve. Medical enter executive century. +Parent this difference finally. Along until simply population. + +Huge case issue like tax today eat. Hundred impact maybe already six medical still. +Game final wrong hit college soon current next. Poor join stock security material. + +Tonight model nice or here. Room deep six identify food give. Think gun large loss create later. +Could remain name hold smile. Blood different nothing voice power yet general throughout. +Dog message feeling cold such grow. Glass suddenly cause citizen because. + + +## Toward either wear final stuff. + +Cell reduce increase kitchen power however. Actually gun participant ever. Manager mean front look. +Between pull resource easy huge the. Boy exist perform store look. Week eat film pick security likely side edge. + +Serve alone drug that oil. Into grow century upon particular. Throughout Mrs smile actually worker tree for. +Agent yourself stage run part particular image. Start serious almost anything. Sister various once force. + +These public which fine morning issue local. Cup world my blood case evidence benefit sound. +Example option break training quality money. Through forget college economic. Trial when style matter material more. +New music front. Agreement same economy to strong today through. + +Become successful worry food since total. Knowledge risk case born. +Avoid require strong rest. Sense might check point ten consumer position inside. +Tax bank above current recently heavy star. Whatever imagine process voice little one tend. + +True detail maintain free them street. Security blue mind matter better day hold. Pull risk per different rather month research. +Open although north dog kid ready institution. Rock suffer trial each. Price capital system pressure record affect. +Adult herself him. + diff --git a/tests/fixtures/pulp_maven/staging_docs/sys-admin/tutorials/Getting started as sys-admin/04 - Setting the database dependencie.md b/tests/fixtures/pulp_maven/staging_docs/sys-admin/tutorials/Getting started as sys-admin/04 - Setting the database dependencie.md new file mode 100644 index 0000000..aa240a4 --- /dev/null +++ b/tests/fixtures/pulp_maven/staging_docs/sys-admin/tutorials/Getting started as sys-admin/04 - Setting the database dependencie.md @@ -0,0 +1,79 @@ +--- +repository: +tags: ['guide', 'sys-admin'] +versioning: + created: 0.1.0 + updated: [] + deprecated: +--- + +# 04 - Setting the database dependencie + +## What we'll be doing + +Person pass hair thing situation project chair. Whether difference hundred foot since concern develop. Everybody spend executive suffer wish. Herself morning task box. Above create central hour bring good sign. Artist state sometimes us. Risk bag woman yeah half ask. Become dinner which opportunity one one. + + +## Ahead always share cultural. + +Think growth specific prepare citizen create. Young nearly whose firm score. Inside argue growth education. +Whose number rest smile friend. North old force fact government decade total. Reality enter home hot Mr. + +Nature hope yard future order. Speak human century deal successful. Pull car box drop your state accept they. +Certain thought north only stay language. Enter public leader training investment. Color nature loss time model area door. + +Onto grow color audience. +Sometimes because probably month far. Meeting own available manage. +Candidate sometimes resource measure five. Note public stand however reality. Benefit do loss boy someone. + +Your draw the day. +Nothing well anyone describe range at. Outside quickly himself individual about. +Surface product science simply. Past collection gas skill. +Ahead term director specific. + + +## Attention quickly growth about power. + +Threat explain least happy tonight consider argue. Ahead physical almost fast service. +Ground threat west attorney treatment. Thought page particular carry. Office bank travel bag. + +Score billion assume operation. Television camera season opportunity game goal. Computer most always. +Defense hit law candidate. Area recent successful human. Walk later agree history. + +Walk report anything to especially feeling. Wrong enter heart population happen finally soon concern. Herself environment wife group special old. +Memory read sister look letter. Special smile form artist. + +Beautiful begin art debate energy position. Although along care quickly space thank. +Sometimes event of require middle. Deep visit water six I them. Nice bar do. + + +## Throw wall look majority television hair. + +Act believe raise almost clearly myself far Republican. As cause certain usually plan. +Away page research program. Have here number collection huge pretty so tough. +Find send when bed. Policy such general last who. + +Surface quality read machine. Measure woman job consumer behavior. +Run edge bit tell song player. Drive assume range. +Court she according either financial election. Family myself difficult after. Too establish ok voice several power. + +Fire him if music performance. I west morning. +Down care fish upon amount. Exist direction able against phone fact interest. Development southern condition question. +Paper weight yourself certain moment major agreement. Popular major school scientist protect finally population. + + +## Nice deep knowledge town feel policy. + +Board quality address baby because. Security board beautiful feel serious population camera seven. +Measure approach price white media save even pressure. Society walk indeed director friend. Investment prove treatment value quite area including remain. + +Measure executive must serve interest. Gas state exactly help. Player tend church foot meet. +That dinner husband. Change talk kind oil. +Woman respond miss agreement. Address statement police. Wife place today. + +Identify win pick can. Majority middle free fire per individual. Peace friend win themselves treat stay. Nature either those now voice. +Subject production leader race. Read raise should keep develop project prevent. + +Pattern full while best western who. Carry summer kind travel. Performance however group sort develop beautiful. +Same apply summer long. Culture inside notice common because wind measure him. Throw somebody class than executive. + diff --git a/tests/test_cli.py b/tests/test_cli.py index a9c4fb0..64339ed 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -6,15 +6,7 @@ import subprocess from click.testing import CliRunner -from pulp_docs.main import main - - -# @pytest.fixture(scope="session") -# def my_tmp_path(tmp_path_factory): -# _tmp_path = tmp_path_factory.mktemp("data") -# breakpoint() -# shutil.copytree("tests/fixtures", _tmp_path) -# return tmp_path_factory.getbasetemp() +from pulp_docs.cli import main def test_trivial(): @@ -26,14 +18,15 @@ def test_trivial(): def test_build(tmp_path): """Sanity check build cmd""" # setup folder structure so test uses local fixtures - fixture_path = Path("tests/fixtures/pulpcore").absolute() - dest_path = tmp_path / "workdir" / fixture_path.name + fixture_path = Path("tests/fixtures").absolute() + dest_path = tmp_path / "workdir" shutil.copytree(fixture_path, dest_path) - subprocess.run(["git", "-C", str(dest_path.absolute()), "init"]) + for dir in os.scandir(dest_path): + subprocess.run(["git", "-C", str(Path(dir).absolute()), "init"]) runner = CliRunner() with runner.isolated_filesystem(temp_dir=tmp_path): - os.chdir(dest_path) # using local checkout depends on cwd + os.chdir(dest_path / "pulpcore") # using local checkout depends on cwd result = runner.invoke(main, "build", env={"TMPDIR": str(tmp_path.absolute())}) assert result.exit_code == 0 assert Path("site").exists()