COMPAS 2 Theme for Sphinx
Project description
Sphinx Theme for COMPAS 2
This is a Sphinx theme for COMPAS 2 based on pydata-sphinx-theme
and sphinx-book-theme
.
Getting started with this project
Setup code editor
- Open project folder in VS Code
- Select python environment for the project
- First time using VS Code and on Windows? Make sure select the correct terminal profile:
Ctrl+Shift+P
,Terminal: Select Default Profile
and selectCommand Prompt
.
All terminal commands in the following sections can be run from the VS Code integrated terminal.
First steps with git
- Go to the
Source control
tab - Make an initial commit with all newly created files
First steps with code
-
Install the newly created project
pip install -e .
-
Install it on Rhino
python -m compas_rhino.install
Code conventions
Code convention follows PEP8 style guidelines and line length of 120 characters.
-
Check adherence to style guidelines
invoke lint
-
Format code automatically
invoke format
Documentation
Documentation is generated automatically out of docstrings and RST files in this repository
-
Generate the docs
invoke docs
-
Check links in docs are valid
invoke linkcheck
-
Open docs in your browser (file explorer ->
dist/docs/index.html
)
Testing
Tests are written using the pytest framework
-
Run all tests from terminal
invoke test
-
Or run them from VS Code from the
Testing
tab
Publish release
Releases follow the semver versioning convention.
-
Create a new release
invoke release major
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for sphinx-compas2-theme-0.1.9.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 020a0af6ff4e2480d5f79144301c4d3086870bd08bcf2cdeabe010aa01c78a91 |
|
MD5 | 0df9dc6244c922ae483e29ffe6c4d324 |
|
BLAKE2b-256 | c3759307dcf17fef3f8eea02e70752cecb7859a96ddb9177de24a16600a3b7fe |
Hashes for sphinx_compas2_theme-0.1.9-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e864051eebf4a8668f261b221b8a70322b489060b3d1f2763baac859e3833bc |
|
MD5 | 0197577d1b7a09683805698df99bfa3a |
|
BLAKE2b-256 | 462d7b893f43ec532d11f43018e16a18c429c484ace23b1950fc1ac080d7ab33 |