Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to simulate the documentation #72

Closed
felipemarkson opened this issue May 12, 2020 · 0 comments
Closed

How to simulate the documentation #72

felipemarkson opened this issue May 12, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@felipemarkson
Copy link
Owner

This project uses MkDocs for documentation with the following extensions:

To simulate the documentation make sure that all these packages are installed.

You can easily get all the development environment using Poetry.

$ git clone https://github.com/felipemarkson/dssdata.git
$ cd dssdata
$ poetry install
$ poetry shell

The file requiriments.txt does not have the development packages.

After installing all packages, you can run:

$ mkdocs serve

By default, the documentation is built in http://127.0.0.1:8000 on a development server.

You can edit any file from /docs or/and edit the functions docstrings in python files.

@felipemarkson felipemarkson added documentation Improvements or additions to documentation good first issue Good for newcomers labels May 12, 2020
@felipemarkson felipemarkson pinned this issue May 12, 2020
This was referenced May 12, 2020
@felipemarkson felipemarkson unpinned this issue Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant