diff --git a/.gitignore b/.gitignore index 3694b8c..64fe83a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ env/ -*/build \ No newline at end of file +build/ \ No newline at end of file diff --git a/statistics/Makefile b/Makefile similarity index 100% rename from statistics/Makefile rename to Makefile diff --git a/README.md b/README.md index cf74471..ee62a5c 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- sphinx_rtd_theme diff --git a/statistics/make.bat b/make.bat similarity index 100% rename from statistics/make.bat rename to make.bat diff --git a/statistics/source/conf.py b/source/conf.py similarity index 97% rename from statistics/source/conf.py rename to source/conf.py index 2fc29b6..ff3415f 100644 --- a/statistics/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 = 'Statistics' +project = 'ScienceNotes' copyright = '2023, Loïc Guégan' author = 'Loïc Guégan' release = '0.1' diff --git a/statistics/source/index.rst b/source/index.rst similarity index 58% rename from statistics/source/index.rst rename to source/index.rst index 69aa0d7..b798d5f 100644 --- a/statistics/source/index.rst +++ b/source/index.rst @@ -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