Skip to content

Commit

Permalink
Merge pull request #27 from pkck28/main
Browse files Browse the repository at this point in the history
Modified the documentationa
  • Loading branch information
pkck28 authored Jan 6, 2024
2 parents ef775ba + 64b8718 commit e414d64
Show file tree
Hide file tree
Showing 82 changed files with 75 additions and 20,565 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ blackbox/physics_models/__pycache__
blackbox/physics_models/airfoil/__pycache__
blackbox/base/__pycache__
blackbox/utils/__pycache__
docs/build
examples/__pycache__
examples/airfoil_cst/output
examples/airfoil_cst_multipoint/output
Expand Down
1 change: 0 additions & 1 deletion .nojekyll

This file was deleted.

18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,7 @@
Blackbox provides a way to generate aerodynamic/aerostructural data which can then be used for building/testing a surrogate model or for any other purpose. Currently, airfoil data generation using CST and FFD parameterization, and wing data generation using FFD parameterization are ready to use, aerostructural module is under developement.

## Documentation
**Since the repository is not public, you will have to build the documentation locally**.

- Clone (not download) the repo in a folder where you usually store packages (``packages`` folder is recommended)
since you will be installing in editable mode. Easiest way to clone is to use terminal.
- Open the terminal in folder where you want to clone the repository and run:
```
git clone https://github.com/ComputationalDesignLab/blackbox
```
It will ask for your username and password of github account.
- If you get an erorr saying that git is not installed, then run:
```
sudo apt install git
```
and try the clone command once again.
- Open the terminal and ``cd`` into the docs folder in the cloned repository and run ``make clean html``.
This will create a build folder in the docs folder.
- Open html folder in file explorer and open the index.html in the browser to view the documentation. More details about the project are provided there.
Please see the [documentation](https://computationaldesignlab.github.io/blackbox/) for installation details and how to use Blackbox. The documentation is also available locally, open index.html file in docs folder.

## License
Blackbox is licensed under Apache License, Version 2.0. See `LICENSE` file for more details.
Expand Down
Binary file removed docs/build/doctrees/airfoil/cst.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/airfoil/ffd.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/airfoil/field_data.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/airfoil/imp_alpha.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/airfoil/intro.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/airfoil/options.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/build/doctrees/hpc.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/index.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/install.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions docs/build/html/.buildinfo

This file was deleted.

200 changes: 0 additions & 200 deletions docs/build/html/_sources/airfoil/cst.rst.txt

This file was deleted.

Loading

0 comments on commit e414d64

Please sign in to comment.