File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ Website for rst2pdf
2+ ===================
3+
4+ This repo holds the website content for https://rst2pdf.github.io.
5+
6+ Contributing
7+ ------------
8+
9+ To contribute to this repo, make sure that your master branch is up to
10+ date and create a new branch from there.
11+
12+ The website content is in ``source/ ``.
13+
14+ Develop locally
15+ ~~~~~~~~~~~~~~~
16+
17+ This Python-based project uses `uv <https://docs.astral.sh/uv/ >`__ and
18+ `make <https://www.gnu.org/software/make/ >`__, so install those first if
19+ you don’t have them already.
20+
21+ 1. Install dependencies
22+
23+ ::
24+
25+ uv sync
26+
27+ 2. Build the site
28+
29+ ::
30+
31+ make html
32+
33+ The output files are in the ``build/ `` directory as HTML.
34+
35+ 3. (optional) Preview the files with ``python -m http.server ``.
You can’t perform that action at this time.
0 commit comments