Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions docs/api_docs/Makefile

This file was deleted.

35 changes: 0 additions & 35 deletions docs/api_docs/api_docs.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/api_docs/docs_env.yml

This file was deleted.

35 changes: 0 additions & 35 deletions docs/api_docs/make.bat

This file was deleted.

189 changes: 0 additions & 189 deletions docs/api_docs/source/conf.py

This file was deleted.

18 changes: 0 additions & 18 deletions docs/api_docs/source/index.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/doc_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ To deploy a total package updated docs build:

6. Clean up after yourself. `git clean -f -d`

For greater details on either the user or api docs, see [user_docs.md](user_docs/user_docs.md), and [api_docs.md](api_docs/api_docs.md)
For detailed steps on either the user or api docs, see [user_docs.md](user_docs/user_docs.md), and [api_docs.md](https://github.com/nxt-dev/nxt/blob/release/docs/api_docs.md)
2 changes: 1 addition & 1 deletion docs/user_docs/user_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://www.mkdocs.org/
# Setup
1. Create a conda environment based on nxt_user_docs_env.yml; `nxtuserdocs`
2. Launch anaconda shell, `conda activate nxtuserdocs`
3. Navigate to `~/project/nxt/docs/user_docs/`, run `mkdocs serve`
3. Navigate to `nxt-dev.github.io/docs/user_docs/`, run `mkdocs serve`
4. point your brower to: http://127.0.0.1:8000/

# Theme
Expand Down