Пример #1
0
    def build(self):
        """
        Build the context.

        That consists of running the associated
        :class:`~rstblog.programs.Program`, which will typically get the file
        specified in the current :class:`Context` and load the YAML header
        into the :class:`Context` and render the body as reST, and then write
        that to the correct output file.
        """
        before_file_built.send(self)
        self.program.run()
Пример #2
0
 def build(self):
     before_file_built.send(self)
     self.program.run()
Пример #3
0
 def build(self):
     before_file_built.send(self)
     self.program.run()