Skip to main content

Plugin for MkDocs helping with rendering Entangled (entangled.github.io) projects.

Project description

Welcome to MkDocs Entangled Plugin

Using this plugin, you can make your Entangled documents look better.

Install

Install this with pip install mkdocs-entangled-plugin. To use the entangled plugin, add the following lines to your mkdocs.yml:

plugins:
  - entangled

markdown_extensions:
  - pymdownx.superfences
  - pymdownx.tabbed:
      alternate_style: true 

Annotates codeblocks

The default markdown syntax that Entangled supports has fenced code blocks as follows

``` {.python file=hello_world.py}
if __name__ == "__main__":
    <<hello-world>>
```

Which renders like this:

if __name__ == "__main__":
    <<hello-world>>

Or named code blocks

``` {.python #hello-world}
print("Hello, World!")
```

that render like this:

print("Hello, World!")

Build Artifacts

Build artifacts by specifying a Makefile.

=== "Figure 1"

    ![](fig/plot.svg)

=== "Makefile"

    ``` {.make .build-artifact}
    .RECIPEPREFIX = >
  
    docs/fig/plot.svg:
    > mkdir -p $(@D)
    > gnuplot -e "set term svg; plot sin(x)" > $@
    ```

=== "Figure 1"

![](fig/plot.svg)

=== "Makefile"

``` {.make .build-artifact}
.RECIPEPREFIX = >

docs/fig/plot.svg:
> mkdir -p $(@D)
> gnuplot -e "set term svg; plot sin(x)" > $@
```

License

Licensed under the Apache-2 license agreement: see LICENSE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mkdocs_entangled_plugin-0.2.0.tar.gz (8.7 kB view hashes)

Uploaded Source

Built Distribution

mkdocs_entangled_plugin-0.2.0-py3-none-any.whl (10.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page