Commit graph

9 commits

Author SHA1 Message Date
f85c5fc6eb fix(destination): Allow the destination to reside in an arbitrary directory
That is to say, the destination will now be interpreted as an entire
  path relative to the source, not simply a filename in the same directory
  as the source.

  Resolves .
2022-08-01 21:30:30 -07:00
04a410a85b fix: Improve error message when a scan fails ()
Also syncs somewhat better with the latest release of mkdocs-simple-plugin
  and corrects some typos.

Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Reviewed-on: 
2022-08-02 03:01:26 +00:00
9d75fefb81 feat: Add extract_on_copy option
Previously, mkdocs_semiliterate would always attempt to extract documentation
  from a file, even if it matched the `include_extensions` pattern for files to
  be copied to the documentation site verbatim.

  Now, by default, such files are not considered candidates for extraction,
  even if they match a semiliterate pattern.

  Adds a configuration option `extract_on_copy` which can be set to `true` to
  restore the prior behavior. Also adds tests for the behavior with and without
  `extract_on_copy` and makes all `mkdocs build` commands in the tests strict,
  which they always should have been.

  Resolves .
2022-07-12 12:14:41 -07:00
b4a49b67b8 chore: Update to mkdocs-simple-plugin v1.0
Also updates from pep517.build to the `build` package, and bumps the
  semiliterate version number.
  Resolves .
2021-08-24 10:58:55 -07:00
f458f716e3 feat: Implement double-quoted filename features. ()
Adds interpretation of ordinary Python character escapes (like "\t") and
  a special escape to fetch a particular Git version of a file, in double-quoted
  strings used as the FILENAME argument of a {! ... !} inclusion directive.

  Resolves .
  Resolves .

Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Reviewed-on: 
Co-Authored-By: Glen Whitney <glen@nobody@nowhere.net>
Co-Committed-By: Glen Whitney <glen@nobody@nowhere.net>
2021-02-12 17:11:07 +00:00
d0904e40cb refactor: Adjust again to latest 'simple' commit
Now with even less code!
2021-01-15 09:44:25 -08:00
82602a4bbe fix: Allow bare `{! file.md !}' inclusion
Also moves the site tests into a bash script.

  Resolves .
2021-01-10 09:16:40 -08:00
03f3cc811b chore: set up automated deployment
Now, when one promotes a build in Drone to "release," the website should
  automatically be copied to studioinfinity.org
2021-01-09 20:17:20 -08:00
2235af160c test: add Drone tests
Also includes installation and development documentation, and updates
  to the latest development version of mkdocs-simple-plugin.

  Resolves .
2021-01-09 08:11:30 -08:00