Lines Matching refs:file
14 …er install these individually or you can use pip to read the requirements file to install everythi…
35 To install using the `requirements.txt` file use the following command:
59 The documentation-generation logic uses the stem of the file name (i.e. "event" from file name "eve…
61 If this is appropriate for the .RST file you are creating, ensure the stem of the file name matches…
63 If this is *not* appropriate for the .RST file you are creating, ensure the stem of the file name D…
65 In alignment with the above, use a file name stem that is appropriate to the topic being covered.
75 …ry you MUST have an `index.rst` file in that directory and that index file needs to be pointed to …
77 Let's take a look at the `index.rst` file that is located in the `docs/layouts` directory.
95 The below explains the parts of this file.
143 This latter syntax enables you to put a **link target** anywhere in an .RST file (not just above a …
160 …rom the succession of headings. So if you are modifying an existing .RST file, please follow the …
162 If you are creating a new .RST file, use this convention:
187 For improved readability in the .RST file, place at least 2 blank lines above section headings.