Rubin Observatory's framework for Sphinx-based technote documents.
Project description
Technote
Rubin Observatory's framework for Sphinx-based technote documents. Learn more at https://technote.lsst.io.
Install from PyPI:
pip install technote
technote is developed by Rubin Observatory at https://github.com/lsst-sqre/technote.
Features
Warning Technote is in initial design and development. The features described below may not be implemented yet.
Technotes are web-native, single page websites that facilitate rapid scientific and technical communication. The "technote" package provides the framework for creating technotes:
- A Sphinx theme optimized for single page documents, like technotes. This theme can be customized by organizations.
- A
technote.toml
makes it easy to configure document metadata. - Technotes can be written in reStructuredText, Markdown, or as Jupyter notebooks.
Developing technote
The best way to start contributing to technote is by cloning this repository, creating a virtual environment, and running the make init
command to set up the Python project:
git clone https://github.com/lsst-sqre/technote.git
cd technote
make init
Technote also uses Webpack to bundle CSS and JS. We use nvm to set up Node at a specific version:
nvm use
This may happen automatically when opening the technote repo in your shell.
Then install the JS dependencies:
npm install
And build the CSS and JS assets:
npm run build
You can run tests and build documentation with tox:
tox
To learn more about the individual environments:
tox -av
In particular, to build a demo technote in the demo directory:
tox -e demo
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
File details
Details for the file technote-0.2.0a2.tar.gz
.
File metadata
- Download URL: technote-0.2.0a2.tar.gz
- Upload date:
- Size: 119.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55087c2589871456c14a0074cb4ce2abd3647fe4371815eface1ba68e7c7cd7e |
|
MD5 | eab83815262c24b7249d509615d74d35 |
|
BLAKE2b-256 | 93cf527a685ce1b00336daf2122494ced38a913d1225e353a6196d0fbadb4452 |
File details
Details for the file technote-0.2.0a2-py3-none-any.whl
.
File metadata
- Download URL: technote-0.2.0a2-py3-none-any.whl
- Upload date:
- Size: 54.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 282c57abcb179d9684694a42a9067aca1437c70106ef5206c2c1b7d229deccdc |
|
MD5 | f3dda2c46c67a80a6f7d91f616de268e |
|
BLAKE2b-256 | 5099edc72a3931fe1e7792e6ffb80468ea8b3857b9ffe31e0824ba158dd13d58 |