Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/executablebooks/meta
A community dedicated to supporting tools for technical and scientific communication and interactive computing
https://github.com/executablebooks/meta
Last synced: 5 days ago
JSON representation
A community dedicated to supporting tools for technical and scientific communication and interactive computing
- Host: GitHub
- URL: https://github.com/executablebooks/meta
- Owner: executablebooks
- Created: 2019-11-07T03:21:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T05:35:20.000Z (about 2 months ago)
- Last Synced: 2024-09-14T17:35:10.436Z (about 2 months ago)
- Homepage: https://executablebooks.org
- Size: 19.6 MB
- Stars: 128
- Watchers: 19
- Forks: 164
- Open Issues: 94
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - executablebooks/meta - A community dedicated to supporting tools for technical and scientific communication and interactive computing (others)
README
# Executable Books Meta Project
This is a repository for team planning, coordination, and discussion that doesn't belong in any specific code repository.
It also serves as documentation about the Executable Books Project itself.
## Build the documentation
To build the documentation the easiest thing to do is to use `tox`.
This will automatically install the environment needed for the documentation each time you build it.Install `tox` with:
```
pip install tox
```then navigate to `meta/` and run the following:
```
tox -e docs-update
```this will install the necessary environment the first time, then build the documentation for you.
**To use a live documentation preview** you may run the following command:
```
tox -e docs-live
```Note that this documentation uses the GitHub API to pull data about issue voting.
To use it, you should [generate a personal access token](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token) and then assign it to the environment variable `GITHUB_TOKEN`.