From af1ad3df33f3b8e61ef549ba3eef6270e5c62b05 Mon Sep 17 00:00:00 2001
From: Bruno Sime <bsfn19@inf.ufpr.br>
Date: Thu, 20 Mar 2025 11:20:19 -0300
Subject: [PATCH] novo manual

---
 source/conf.py                             |  6 ++---
 source/index.md                            |  6 +++++
 source/index.rst                           | 29 ----------------------
 source/{pages => }/manual-usuario-c3hpc.md |  0
 4 files changed, 9 insertions(+), 32 deletions(-)
 create mode 100644 source/index.md
 delete mode 100644 source/index.rst
 rename source/{pages => }/manual-usuario-c3hpc.md (100%)

diff --git a/source/conf.py b/source/conf.py
index ee4b1af..9ab2354 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -6,7 +6,7 @@
 # -- Project information -----------------------------------------------------
 # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
 
-project = "C3HPC Documentação"
+project = "Documentação do Usuário do C3HPC"
 copyright = "2025, Bruno S."
 author = "Bruno S."
 release = "0.1.0"
@@ -40,9 +40,9 @@ language = "pt_BR"
 # -- Options for HTML output -------------------------------------------------
 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
 
-html_theme = "sphinx_rtd_theme"
+html_theme = "furo"
 html_static_path = ["_static", "_static/c3sl_logo.svg"]
 html_logo = "_static/c3sl_logo.svg"
-html_favicon = "_static/favicon.png"
+html_favicon = "_static/c3sl_logo.svg"
 # -- Options for EPUB output
 epub_show_urls = "footnote"
diff --git a/source/index.md b/source/index.md
new file mode 100644
index 0000000..bdaa0ca
--- /dev/null
+++ b/source/index.md
@@ -0,0 +1,6 @@
+# Manual de Instruções de uso do C3HPC
+
+```{toctree}
+:titlesonly:
+
+manual-usuario-c3hpc.md
\ No newline at end of file
diff --git a/source/index.rst b/source/index.rst
deleted file mode 100644
index 569e9cb..0000000
--- a/source/index.rst
+++ /dev/null
@@ -1,29 +0,0 @@
-.. C3HPC Documentação documentation master file, created by
-   sphinx-quickstart on Fri Aug 26 15:26:33 2022.
-   You can adapt this file completely to your liking, but it should at least
-   contain the root `toctree` directive.
-
-C3HPC - Cluster C3SL
-====================
-O C3SL possui um computador de alto desempenho (HPC), também conhecido como um cluster, para utilização em computação científica e de alta performance. O cluster foi adquirido com recursos provenientes de projetos de P&D do C3SL e é utilizado por diversos docentes e alunos do grupo.
-
-Acesso ao cluster:
-------------------
-Para utilizar o cluster, é necessário requisitar uma conta, vinculada a um professor C3SL, responsável pelo seu uso. A requisição pode ser feita pelo email `c3hpc@c3sl.ufpr.br`.
-
-.. toctree::
-   :maxdepth: 2
-   :caption: Documentação:
-   :glob:
-
-   pages/*
-
-Descrição do cluster:
----------------------
-.. include:: components/nodes.rst
-
-
-Descrição das filas:
---------------------
-.. include:: components/partitions.rst
-
diff --git a/source/pages/manual-usuario-c3hpc.md b/source/manual-usuario-c3hpc.md
similarity index 100%
rename from source/pages/manual-usuario-c3hpc.md
rename to source/manual-usuario-c3hpc.md
-- 
GitLab