Clone the source code of the scope into your device:
git clone [email protected]:abess-team/scope.git
cd scope
Install dependent libraries:
cd docs
pip install -r requirements.txt
# conda install -c conda-forge pandoc # it works well on windows11, python3.9 without pandoc
Conduct the following command to generate the content of website:
make html
You can see the website's contents by opening index.html
file
in the directory docs/build/html
with your browser.
For more components and details, please refer to pydata-sphinx-theme