This Git repository is centralizing all the resources of the current website of DataScIIEnce.
Prequisities : Please make sure you have :
- an active (non-deprecated Python version)
python3 -V
- an active version of pip package manager
pip3 --version
- the dependencies of this project
pip3 -r requirements.txt
- Open a new testing (ASGI) server to check the update on web app
mkdocs serve
- Deploy on production server1
mkdocs gh-deploy
- If you want to create a new page hosted following the pattern: https://datasciience-ensiie.github.io/page_name, you have to
- Create a document named
page_name.md
inside thedocs/
folder - Add a new line inside the
mkdocs.yml
file, under thenav
section :
- Create a document named
nav:
- New page: "../page_name"
Finally, we have :
nav:
- Home: "../"
- About: "../about"
- Getting started: "../getting-started"
- Sessions: "../sessions"
- Conferences: "../conferences"
- References: "../references"
- Useful links: "../links"
- Contact: "../contact"
- License: "../license"
- New page: "../page_name"
DO NOT FORGET TO COMMIT/PUSH ON THE GIT REPOSITORY ANY MODIFICATIONS
- Development start date : Aug. 2022
Copyright © 2022 DataScIIEnce. All rights reserved.
- Initial development & Maintener
- Check the AUTHORS.md for the authors details
- Other resources : all rights to respective authors
Footnotes
-
The user needs the explicit rights to push on the prod. server. Otherwise, no action can be performed without the explicit authorization from the Head of IT Systems. ↩