From 4ae42474a2afbeae5f573da0d339ca8607ff2f29 Mon Sep 17 00:00:00 2001 From: Chandu Bolisetti Date: Thu, 23 Aug 2018 15:36:08 -0600 Subject: [PATCH] Moved interfaces to source. Refs #156. --- doc/content/interfaces/index.md | 6 ------ .../{ => source}/interfaces/LayeredMaterialInterface.md | 0 2 files changed, 6 deletions(-) delete mode 100644 doc/content/interfaces/index.md rename doc/content/{ => source}/interfaces/LayeredMaterialInterface.md (100%) diff --git a/doc/content/interfaces/index.md b/doc/content/interfaces/index.md deleted file mode 100644 index 8e5f77053f..0000000000 --- a/doc/content/interfaces/index.md +++ /dev/null @@ -1,6 +0,0 @@ -# Mastodon Interfaces - -Mastodon includes "interfaces" to assist code developers when creating new objects in Mastodon, the following links -provides Mastodon developer level documentation for these interfaces. - -- [LayeredMaterialInterface](interfaces/LayeredMaterialInterface.md): Enables linking of input parameters with "layer ids." diff --git a/doc/content/interfaces/LayeredMaterialInterface.md b/doc/content/source/interfaces/LayeredMaterialInterface.md similarity index 100% rename from doc/content/interfaces/LayeredMaterialInterface.md rename to doc/content/source/interfaces/LayeredMaterialInterface.md