mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 22:34:21 +00:00
📔 Create basic chapters
This commit is contained in:
parent
72bc3ab160
commit
be0d772b5f
10 changed files with 33 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
<component name="PWA">
|
||||
<option name="wasEnabledAtLeastOnce" value="true" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_15" project-jdk-name="Poetry (sophon2)" project-jdk-type="Python SDK">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_15" project-jdk-name="Poetry (backend) (3)" project-jdk-type="Python SDK">
|
||||
<output url="file://$PROJECT_DIR$/out" />
|
||||
</component>
|
||||
<component name="PythonCompatibilityInspectionAdvertiser">
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
<option value="$USER_HOME$/.cache/pypoetry/virtualenvs/sophon-rpVYiJ6v-py3.9/bin/python" />
|
||||
<option value="$USER_HOME$/.cache/pypoetry/virtualenvs/sophon-docs-1kE8vUdk-py3.9/bin/python" />
|
||||
<option value="$USER_HOME$/.cache/pypoetry/virtualenvs/sophon2-80H_iGT6-py3.9/bin/python" />
|
||||
<option value="$USER_HOME$/.cache/pypoetry/virtualenvs/sophon-4ggNw4Ml-py3.9/bin/python" />
|
||||
</set>
|
||||
</option>
|
||||
</component>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<sourceFolder url="file://$MODULE_DIR$/../docs/source/_static" type="java-resource" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/../docs/build" />
|
||||
</content>
|
||||
<orderEntry type="jdk" jdkName="Poetry (backend) (2)" jdkType="Python SDK" />
|
||||
<orderEntry type="jdk" jdkName="Poetry (backend) (3)" jdkType="Python SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
<component name="TemplatesService">
|
||||
|
|
0
docs/source/1_user/1_about.rst
Normal file
0
docs/source/1_user/1_about.rst
Normal file
0
docs/source/1_user/2_usage.rst
Normal file
0
docs/source/1_user/2_usage.rst
Normal file
0
docs/source/2_admin/1_installation.rst
Normal file
0
docs/source/2_admin/1_installation.rst
Normal file
0
docs/source/2_admin/2_update.rst
Normal file
0
docs/source/2_admin/2_update.rst
Normal file
0
docs/source/2_admin/3_administration.rst
Normal file
0
docs/source/2_admin/3_administration.rst
Normal file
0
docs/source/3_dev/autodoc.rst
Normal file
0
docs/source/3_dev/autodoc.rst
Normal file
|
@ -1,12 +1,37 @@
|
|||
Sophon, a research hub for universities
|
||||
=======================================
|
||||
Sophon
|
||||
======
|
||||
|
||||
Benvenuto alla documentazione di Sophon, il centro di ricerca per le Università!
|
||||
|
||||
Contenuti
|
||||
---------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 4
|
||||
:caption: Manuale utente
|
||||
|
||||
1_guide/1_about
|
||||
1_guide/2_usage
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
:caption: Amministrazione
|
||||
|
||||
2_admin/1_installation
|
||||
2_admin/2_update
|
||||
2_admin/3_administration
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
:caption: Sviluppo
|
||||
|
||||
3_dev/autodoc
|
||||
|
||||
|
||||
Collegamenti
|
||||
------------
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
|
|
Loading…
Reference in a new issue