Skip to content

Commit 8711937

Browse files
authored
Merge pull request #2328 from alanbu1/alanbu
Changed contributing documentation, and done button to proceed
2 parents 6eb7fe3 + f330ba9 commit 8711937

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ If you are considering larger changes its best to discuss them first (e.g. file
4141

4242
Once you've made your enhancements [open a pull request](#making-pull-requests) to get your changes considered for inclusion in the documentation.
4343

44+
### How do I build the documentation?
45+
The documentation can be built by using the command `make html` in the `$VTR_ROOT/doc` directory and you can view it in a web browser by loading the file at `$VTR_ROOT/_build/html/index.html`. More information on building
46+
the documentation can be found on the [README on GitHub](https://github.com/verilog-to-routing/vtr-verilog-to-routing/tree/master/doc).
4447

4548
### Filling Bug Reports
4649
First, search for [existing issues](https://github.com/verilog-to-routing/vtr-verilog-to-routing/issues?&=) to see if the bug has already been reported.

vpr/main.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@
650650
</child>
651651
<child>
652652
<object class="GtkButton" id="ProceedButton">
653-
<property name="label" translatable="yes">Done</property>
653+
<property name="label" translatable="yes">Proceed</property>
654654
<property name="visible">True</property>
655655
<property name="can_focus">True</property>
656656
<property name="receives_default">True</property>

0 commit comments

Comments
 (0)