Skip to content

Commit

Permalink
src/doc/commands/templates: move commands_json to json_commands
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Terrasa <[email protected]>
  • Loading branch information
Morriar committed Jun 22, 2018
1 parent adead3b commit b67f694
Show file tree
Hide file tree
Showing 35 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/doc/commands/commands_docdown.nit
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Doc down related queries
module commands_docdown

import commands_md
import templates::md_commands
import markdown

# Retrieve the MDoc summary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Render commands results as Markdown
module commands_md
module md_commands

import commands_catalog
import commands_graph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

module test_commands_md is test
module test_md_commands is test

import test_commands
intrude import doc::commands::commands_main
import doc::commands::commands_md
import md_commands

class TestCommandsMd
super TestCommands
Expand Down
1 change: 1 addition & 0 deletions src/doc/term/term.nit
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module term

import commands::commands_parser
import templates::term_model
import templates::md_commands

redef class CommandParser

Expand Down

0 comments on commit b67f694

Please sign in to comment.