diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index bb297209..91290caf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -4,55 +4,55 @@ title: "[BUG]
DISDRODBβs documentation is built using the powerful Sphinx framework, -styled with Book -Theme.
-All documentation source files are neatly organized in the
-docs/
directory within the projectβs repository.
To build the documentation locally, follow the next three steps.
-1. Set up the python environment for building the -documentation
-The python packages required to build the documentation are listed in -the requirements.txt -file.
-For an efficient setup, we recommend creating a dedicated virtual
-environment. Navigate to the docs/
directory and execute
-the following command. This will also install pandoc, a versatile document conversion
-tool:
conda create -f environment.yaml
-2. Activate the virtual environment
-Once the environment is ready, activate it using:
-conda activate build-doc-disdrodb
-3. Generate the documentation
-With the environment set and activated, youβre ready to generate the -documentation. Execute:
-make clean html
-This command will build the HTML version of the documentation. It
-first cleans previous builds (make clean
) and then
-generates fresh documentation (html
).
Note: Itβs important to review the output of the -command. Look out for warnings or errors and address them to ensure the -documentation is accurate and complete.
-By following these steps, you should have a local version of the
-DISDRODB documentation in the docs/build/html/
directory,
-ready for review or deployment!
+ DISDRODBβs documentation is built using the powerful + Sphinx framework, + styled with + Book Theme. +
+
+ All documentation source files are neatly organized in the
+ docs/
directory within the projectβs repository.
+
+ To build the documentation locally, follow the next three steps. +
++ 1. Set up the python environment for building the + documentation +
++ The python packages required to build the documentation are listed + in the + requirements.txt + file. +
+
+ For an efficient setup, we recommend creating a dedicated virtual
+ environment. Navigate to the docs/
directory and
+ execute the following command. This will also install
+ pandoc, a versatile document
+ conversion tool:
+
conda create -f environment.yaml
+ 2. Activate the virtual environment
+Once the environment is ready, activate it using:
+conda activate build-doc-disdrodb
+ 3. Generate the documentation
++ With the environment set and activated, youβre ready to generate the + documentation. Execute: +
+make clean html
+
+ This command will build the HTML version of the documentation. It
+ first cleans previous builds (make clean
) and then
+ generates fresh documentation (html
).
+
+ Note: Itβs important to review the output of the + command. Look out for warnings or errors and address them to ensure + the documentation is accurate and complete. +
+
+ By following these steps, you should have a local version of the
+ DISDRODB documentation in the
+ docs/build/html/
directory, ready for review or
+ deployment!
+