Skip to content

Commit 016ba9f

Browse files
committed
docs: README eCLM->TSMP-PDAF
1 parent ae0bf96 commit 016ba9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Building TSMP-PDAF Documentation
22

3-
If you'd like to develop and/or build the eCLM documentation, you should:
3+
If you'd like to develop and/or build the TSMP-PDAF documentation, you should:
44

55
1. Switch to this directory: `cd docs`
66
2. Run `pip install -r requirements.txt`
77
3. (*Optional*) Edit the books source files (`*.md`) in this folder. Check out the [MyST syntax cheat sheet](https://jupyterbook.org/en/stable/reference/cheatsheet.html) for reference.
88
4. Build the docs: `make clean docs`.
9-
5. (*Optional*) Build eCLM source code browser (PDAF-library): `make src-browser-lib`
10-
6. (*Optional*) Build eCLM source code browser (TSMP-PDAF interface): `make src-browser-interface`
9+
5. (*Optional*) Build TSMP-PDAF source code browser (PDAF-library): `make src-browser-lib`
10+
6. (*Optional*) Build TSMP-PDAF source code browser (TSMP-PDAF interface): `make src-browser-interface`
1111
7. Launch the doc homepage on your default browser: `open _build/html/index.html`
1212

1313
## Contributors

0 commit comments

Comments
 (0)