summaryrefslogtreecommitdiff
path: root/doc/source/tutorial/first-project.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/tutorial/first-project.rst')
-rw-r--r--doc/source/tutorial/first-project.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/tutorial/first-project.rst b/doc/source/tutorial/first-project.rst
index 6e4635f41..1791b198b 100644
--- a/doc/source/tutorial/first-project.rst
+++ b/doc/source/tutorial/first-project.rst
@@ -23,8 +23,12 @@ command to create a little project structure:
.. raw:: html
:file: ../sessions/first-project-init.html
+
This will give you a :ref:`project.conf <projectconf>` which will look like this:
+``project.conf``
+~~~~~~~~~~~~~~~~
+
.. literalinclude:: ../../examples/first-project/project.conf
:language: yaml
@@ -49,6 +53,10 @@ which will import the ``hello.world`` file we've created in the previous step.
Create ``elements/hello.bst`` with the following content:
+
+``elements/hello.bst``
+~~~~~~~~~~~~~~~~~~~~~~
+
.. literalinclude:: ../../examples/first-project/elements/hello.bst
:language: yaml