Minor changes
This commit is contained in:
parent
060141367e
commit
de6c6829f1
6 changed files with 8 additions and 8 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,2 @@
|
||||||
env/
|
env/
|
||||||
*/build
|
build/
|
|
@ -1,6 +1,6 @@
|
||||||
# Science Notes
|
# Science Notes
|
||||||
|
|
||||||
This repository contains [Sphinx](https://www.sphinx-doc.org/en/master/index.html) projects about various
|
This repository contains a [Sphinx](https://www.sphinx-doc.org/en/master/index.html) project about various
|
||||||
scientific topics.
|
scientific topics.
|
||||||
|
|
||||||
Required python packages:
|
Required python packages:
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
||||||
|
|
||||||
project = 'Statistics'
|
project = 'ScienceNotes'
|
||||||
copyright = '2023, Loïc Guégan'
|
copyright = '2023, Loïc Guégan'
|
||||||
author = 'Loïc Guégan'
|
author = 'Loïc Guégan'
|
||||||
release = '0.1'
|
release = '0.1'
|
|
@ -1,10 +1,10 @@
|
||||||
.. Statistics documentation master file, created by
|
.. ScienceNotes documentation master file, created by
|
||||||
sphinx-quickstart on Sat Oct 14 13:18:19 2023.
|
sphinx-quickstart on Sat Oct 14 14:25:41 2023.
|
||||||
You can adapt this file completely to your liking, but it should at least
|
You can adapt this file completely to your liking, but it should at least
|
||||||
contain the root `toctree` directive.
|
contain the root `toctree` directive.
|
||||||
|
|
||||||
Welcome to Statistics's documentation!
|
Welcome to ScienceNotes's documentation!
|
||||||
======================================
|
========================================
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
Loading…
Add table
Reference in a new issue