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/
|
||||
*/build
|
||||
build/
|
|
@ -1,8 +1,8 @@
|
|||
# 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.
|
||||
|
||||
Required python packages:
|
||||
- sphinx
|
||||
- sphinx_rtd_theme
|
||||
- sphinx_rtd_theme
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# -- Project information -----------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
||||
|
||||
project = 'Statistics'
|
||||
project = 'ScienceNotes'
|
||||
copyright = '2023, Loïc Guégan'
|
||||
author = 'Loïc Guégan'
|
||||
release = '0.1'
|
|
@ -1,10 +1,10 @@
|
|||
.. Statistics documentation master file, created by
|
||||
sphinx-quickstart on Sat Oct 14 13:18:19 2023.
|
||||
.. ScienceNotes documentation master file, created by
|
||||
sphinx-quickstart on Sat Oct 14 14:25:41 2023.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Welcome to Statistics's documentation!
|
||||
======================================
|
||||
Welcome to ScienceNotes's documentation!
|
||||
========================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
Loading…
Add table
Reference in a new issue